Re: [WiX-users] wierd upgrade/update problem

2008-04-17 Thread Bob Arnson
Koloszar Jozsef wrote: > i've since been able to resolve most of the issues (i had some guid > missmatches, and i different names for the .msi-s. fixed that all seems to > work, except detecting if newer versions are already installed. if i install > a lower version using the standrd mino-upgrad

Re: [WiX-users] wierd upgrade/update problem

2008-04-17 Thread Koloszar Jozsef
i've since been able to resolve most of the issues (i had some guid missmatches, and i different names for the .msi-s. fixed that all seems to work, except detecting if newer versions are already installed. if i install a lower version using the standrd mino-upgrade command line (reinstall=all

Re: [WiX-users] wierd upgrade/update problem

2008-04-16 Thread Bob Arnson
Koloszar Jozsef wrote: > my problem is that if i run the msi with the > msiexec /i mysetup.msi REINSTALL=ALL REINSTALLMODE=omus > command line (and just about any other REINSTALLMODE flag combination > nothing gets installed, wether its an initial install or an upgrade. > That's a minor upgrade

[WiX-users] wierd upgrade/update problem

2008-04-15 Thread Koloszar Jozsef
i've built an .msi that is supposed to be able to upgrade older versions. i'm pretty sure my handling of the update code, the product version and package id, and the upgrade tag as i should. my problem is that if i run the msi with the msiexec /i mysetup.msi REINSTALL=ALL REINSTALLMODE=omus comma