[WiX-users] Uninstalling after a minor upgrade

2010-01-12 Thread Mihail Roman
Hi I have noticed that after applying a minor upgrade (1.0.1) the uninstall will be executed with using the older version of the installation package (1.0.0) and not with the new package (1.0.1). How to uninstall using version 1.0.1 ? This is what I done: I have a version 1.0.0 msi package. Afte

[WiX-users] Uninstalling after a minor upgrade

2010-01-12 Thread Mihail Roman
Uninstalling after a minor upgrade Hi I have noticed that after applying a minor upgrade (1.0.1) the uninstall will be executed with using the older version of the installation package (1.0.0) and not with the new package (1.0.1). How to uninstall using version 1.0.1 ? This is what I do

Re: [WiX-users] Uninstalling after a minor upgrade

2010-01-15 Thread Mihail Roman
The minor upgrade works ok now. I have discovered that I change REINSTALLMODE property in a screen, so the new package was never cached. Thank you for answering though. Bob Arnson-6 wrote: > > On 1/12/2010 9:11 AM, Mihail Roman wrote: >> msiexec /i Package.msi REINSTALL=ALL R