Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. IT & Infrastructure
  4. Uninstall shorcut

Uninstall shorcut

Scheduled Pinned Locked Moved IT & Infrastructure
sysadminjsonquestion
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Kiki99
    wrote on last edited by
    #1

    It was created an installer using a deployment project. But how do you include an uninstall option with your installer? I'd like to be able to put a shortcut to the uninstaller in the start menu along with the rest of the stuff I've put there. The idea is that the user shouldn't have to go through add/remove programs to remove the program gracefully. Is there some kind of tool or wizard that does this?

    L D 2 Replies Last reply
    0
    • K Kiki99

      It was created an installer using a deployment project. But how do you include an uninstall option with your installer? I'd like to be able to put a shortcut to the uninstaller in the start menu along with the rest of the stuff I've put there. The idea is that the user shouldn't have to go through add/remove programs to remove the program gracefully. Is there some kind of tool or wizard that does this?

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Check through the options when you create the Setup and there should be a checkbox or something similar to create an uninstaller for your program.


      Extreme Exe

      K 1 Reply Last reply
      0
      • L Lost User

        Check through the options when you create the Setup and there should be a checkbox or something similar to create an uninstaller for your program.


        Extreme Exe

        K Offline
        K Offline
        Kiki99
        wrote on last edited by
        #3

        There is not any options(checkbox) or something similar to create uninstaller for my program.

        1 Reply Last reply
        0
        • K Kiki99

          It was created an installer using a deployment project. But how do you include an uninstall option with your installer? I'd like to be able to put a shortcut to the uninstaller in the start menu along with the rest of the stuff I've put there. The idea is that the user shouldn't have to go through add/remove programs to remove the program gracefully. Is there some kind of tool or wizard that does this?

          D Offline
          D Offline
          Dave Kreskowiak
          wrote on last edited by
          #4

          There is nothing to generate a seperate uninstall. The same MSI file that installed your app is used to uninstall it. All you have to do is give it a command line option to uninstall, which is /x I think. The command line would look something like this:

          msiexec /x MyProduct.msi
          

          All you have to do is create a shortcut to launch that.

          Dave Kreskowiak Microsoft MVP - Visual Basic

          K 1 Reply Last reply
          0
          • D Dave Kreskowiak

            There is nothing to generate a seperate uninstall. The same MSI file that installed your app is used to uninstall it. All you have to do is give it a command line option to uninstall, which is /x I think. The command line would look something like this:

            msiexec /x MyProduct.msi
            

            All you have to do is create a shortcut to launch that.

            Dave Kreskowiak Microsoft MVP - Visual Basic

            K Offline
            K Offline
            Kiki99
            wrote on last edited by
            #5

            Thanks!

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups