|
-
Oct 28th, 2006, 10:31 AM
#1
Thread Starter
Banned
[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
-
Oct 28th, 2006, 11:59 AM
#2
Fanatic Member
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 ...
-
Oct 28th, 2006, 12:44 PM
#3
Thread Starter
Banned
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|