Announcement

Collapse
No announcement yet.

Uninstaller produces error message

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Uninstaller produces error message

    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.

  • #2


    PROBLEM RESOLVED. (I though there was some way in this forum to check "Problem Resolved" but I cannot find that.)

    Comment


    • #3
      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

      Comment


      • #4
        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.

        Click image for larger version

Name:	SCRN-2018-08-30-03.png
Views:	108
Size:	15.1 KB
ID:	301422

        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

        Working...
        X
        😀
        🥰
        🤢
        😎
        😡
        👍
        👎