Re: [WiX-users] Help uninstalling

2007-03-26 Thread Bob Arnson
[EMAIL PROTECTED] wrote: Is there any way to pass the property I need to set to the Add/Remove process? No, but you can use the command line: msiexec /x {product-code-GUID} PROPERTY=VALUE ... -- sig://boB http://bobs.org ---

[WiX-users] Help uninstalling

2007-03-26 Thread Chris.Rowland
I've managed to install my package in such a way that I cannot uninstall it. I was experimenting with utilizing properties on the command line, and did a successful quiet install using a particular property. I then noticed that the UI based uninstall would fail because it was dependant on said