RE: Consistent Uninstall Registry Key
From: Mark Irving <Mark.Irving_at_informatix.co.uk>
Date: Tue, 3 Aug 2010 05:47:03 -0700 (PDT)
Chris Feldhacker asks
> Would it be possible to have a "TortoiseSVN\bin\uninst.exe" program that could be executed to uninstall the product?
Would this do?
msiexec /uninstall TortoiseSVN-1.6.10.19898-win32-svn-1.6.12.msi /quiet
Substitute the appropriate installation file path for the version you might have installed, and use that in your equivalent of this command line.
Alternatively, if you know it, use the product GUID rather than the installation file path; this is more difficult to find out but means the command doesn't need a big installation file to go with it.
Use "msiexec /?" in a command window to see other possible options.
- Mark.
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.