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.
Announcement
Collapse
No announcement yet.
Uninstaller produces error message
Collapse
X
-
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.
Ulrich
Comment
-
Comment