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. General Programming
  3. C#
  4. uninstall menu in start menu

uninstall menu in start menu

Scheduled Pinned Locked Moved C#
csharpworkspace
2 Posts 2 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.
  • P Offline
    P Offline
    praveen pandey
    wrote on last edited by
    #1

    hi all, i want to make a setup file in vc# 2005 in such a way that uninstall menu should appear in start menu so that user can uninstall the application from start menu itself without going to control panel. thanks in advance.

    P 1 Reply Last reply
    0
    • P praveen pandey

      hi all, i want to make a setup file in vc# 2005 in such a way that uninstall menu should appear in start menu so that user can uninstall the application from start menu itself without going to control panel. thanks in advance.

      P Offline
      P Offline
      PS Codeproj
      wrote on last edited by
      #2

      1. Create a "Uninstall.bat" file and include the following line: msiexec /x {your product code} (Replace the "your product code" with your product code GUID.) 2. Add the BAT file to your application folder. 3. Add a shortcut that points to the BAT file and move this to "User's Program Menu". 4. Set the "ShowCmd" property of the shortcut to "vsdscMinimized". -- modified at 8:25 Monday 2nd April, 2007

      Thanks & Rgds, Sri..

      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