Hi,
How to modify Icon Groups section on Setup.Lst if my target file is not in $(AppPath)?
Here was what I did and it didn't work

[$(Programs)]
Icon1="myApp1.exe"
Title1=MyApp1
StartIn1=$(AppPath)\myPath1
Icon2="myApp2.exe"
Title2=MyApp2
StartIn2=$(AppPath)\myPath2

Thanks in advance