Results 1 to 7 of 7

Thread: Start menu shortcut to uninstall (P&D Wizard)

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 2002
    Location
    Guwahati, Assam, India
    Posts
    131

    Start menu shortcut to uninstall (P&D Wizard) - VB6

    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.
    Last edited by Hack; Jun 15th, 2007 at 12:50 PM.
    I am new to VB...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width