Hi
I have a setup program see below
This puts my program exey and the un-install on the users start menu with uninstall above my exey
How can have my exey show above the un-install on the start menu
[IconGroups]
Group0=RoofCalculator 6.4
PrivateGroup0=-1
Parent0=$(Programs)
[RoofCalculator 6.4]
Icon1="RoofCalculator64.exe"
Title1=RoofCalculator 6.4
StartIn1=$(AppPath)
Icon2=$(WinPath)ST6UNST.EXE -n "$(AppPath)ST6UNST.LOG"
Title2=Remove RoofCalculator
StartIn2=$(WinPath)
[Setup]
Title=RoofCalculator 6.4
DefaultDir=$(ProgramFiles)\RoofCalculator 6.4
AppExe=RoofCalculator64.exe
AppToUninstall=RoofCalculator64.exe
thank you
