Re: [WiX-users] "SampleUpgrade" WiX seems doesn't work

2006-06-27 Thread Vitaly Dolya
Here you go a working code snippet, works fine for wix 2.0.3116.0 (yep, i know it's obsolete): ... Also, please read documentation carefully about where to place RemoveExistingProducts action into InstallExecuteSequence table.

Re: [WiX-users] "SampleUpgrade" WiX seems doesn't work

2006-06-27 Thread Dmitryus
Bob, thank you. So I have to do all my product releases (1.0.0, 1.0.1, ... 99.999.) as a major updates. But - how to determine that some build/update is already installed? I'd like to simply uninstall previous version after never one has been installed (no "REINSTALL=ALL REINSTALLMODE=vomus")

Re: [WiX-users] "SampleUpgrade" WiX seems doesn't work

2006-06-26 Thread Bob Arnson
Dmitryus wrote: > I'm interested in MSI Upgrade mode (not patch, only upgrade). I have built > sample "SampleUpgrade" got from Gábor DEÁK JAHN's Tutorial > (http://www.tramontana.co.hu/wix/lesson4.php). But I am confused - I've > never seen "A later version of [ProductName] is already installed" e