Could some one enlighten me on how to use upgrades in .msi projects
created by WIX. (for a minor upgrade).
I tried it by changing the "Package ID ", and when I click on the
created .msi it says another version is already installed . although
it is correct what I need is to apply the upgrade. But when I run the
same upgraded installer form command prompt with "REINSTALLMODE =
"vomus" property then it installs as required.
What I need is to apply the upgrade simply by clicking the new
upgraded .msi rather than executing it from the command prompt . so
my guessing was I need to set REINSTALLMODE property in the .wxs
code.
Can the property "REINSTALLMODE = "vomus" be given in the .wxs file??
(or is it only from the command prompt ? ) If it can be given in .wxs
file I need to know how it should be given. (Or is it some other
method rather than REINSTALLMODE I got to use here?? )
What are the changes required apart from package id and version (for a
minor upgrade)
/Regards
Sampath
|