Welcome to the Indigo Rose Software discussion forums! You will need to sign up for a forum account and login before you can post. Need help? View the Forum FAQ.
In the file view, double click the application executable to open the Properties dialog, then go to the Shortcuts tab, and make your choices there.
Another possibility is the creation via scripting in the On Post Install event, with Shell.CreateShortcut(). In this case, you need to add a matching Shell.DeleteShortcut() in the On Pre Uninstall event script as well.
For my commercial app, I want the setup program to place an icon on the user's desktop. I have done that before, but have forgotten how. Please help me on this one. Thanks
When I run Uninstaller, I get the error message: "Invalid startup mode: archive filename." My Unstaller file settings: Uninstall file folder: %AppFolder%\Uninstall. Configuration filename\uninstall.xml. Executable Path and Filename: %AppFolder%\uninstall.exe. I want to clear this up before distributing this app to my customers.
Leave a comment: