Results 1 to 3 of 3

Thread: [vb2005] uninstall program shortcut

  1. #1

    Thread Starter
    Banned
    Join Date
    Jun 2006
    Posts
    15

    [vb2005] uninstall program shortcut

    hi ..
    iam almost done with my program,
    after adding the setup project, ive noticed that it doesn`t contain an uninstall.exe to uninstall the program, as it was in VB6 ..

    iam not sure if iam making something wrony, but i thought i could use this to uninstall my program ..

    Code:
    %windir%\system32\msiexec.exe /x {MY-GUID}
    but it is not working ..
    it says :
    This action is only valid for products that are currently installed.

    can anyone please help me to add an uninstaller, or if there`s a way to make it using the D&P from VB2005, i would be very grateful ..

    thanks in advance

  2. #2
    Fanatic Member Mr.No's Avatar
    Join Date
    Sep 2002
    Location
    Mauritius
    Posts
    651

    Re: [vb2005] uninstall program shortcut

    Why not use the Add/Remove programs option in Windows to uninstall the application?
    Using VB.NET 2003/.NET 1.1/C# 2.0
    http://del.icio.us/rajoo
    Blow your mind, smoke gunpowder
    Ashes to ashes, dust to dust
    If God won't have you, the devil will. - Author unknown
    Don't follow me, I'm lost too ...

  3. #3

    Thread Starter
    Banned
    Join Date
    Jun 2006
    Posts
    15

    Re: [vb2005] uninstall program shortcut

    iam just wondering why i cann`t make a shortcut to uninstall the program ..
    i can use the add/remove program, but just want to solve this problem now with the uninstall shortcut ..

    thanks anyway

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