arnabbandyo
Nov 15th, 2002, 09:01 AM
Hi all,
This is not a question rather it is a solution for an unresolved problem. I found lot of threads asking about how to add a shortcut to uninstall myApp by Package and Deployment Wizard.
In fact, me too was searching the solution for a couple of days and just half an hour ago found it (obviously with the help of some vbforums threads telling it is not possible)
Simply add a new Startmenu item with the following properties:
Name: Uninstall MyApp
Target: $(WinPath)\ST6UNST.EXE -n "$(AppPath)ST6UNST.LOG"
Start in: $(WinPath)
Now your user can uninstall your application by clicking a shortcut in Start -> Programs -> MyApp.
Thanks.
This is not a question rather it is a solution for an unresolved problem. I found lot of threads asking about how to add a shortcut to uninstall myApp by Package and Deployment Wizard.
In fact, me too was searching the solution for a couple of days and just half an hour ago found it (obviously with the help of some vbforums threads telling it is not possible)
Simply add a new Startmenu item with the following properties:
Name: Uninstall MyApp
Target: $(WinPath)\ST6UNST.EXE -n "$(AppPath)ST6UNST.LOG"
Start in: $(WinPath)
Now your user can uninstall your application by clicking a shortcut in Start -> Programs -> MyApp.
Thanks.