Re: [WiX-users] update problem, it looks good but it doesn't finish until the user tries to execute the program

2012-07-01 Thread Daniel Marjamäki
Bob: Thanks a lot for that!! It seems to work now. / Daniel 2012/7/1 Bob Arnson : > On 01-Jul-12 12:33, Daniel Marjamäki wrote: >> I have a question about file versions. If file versions are not set, >> could that cause my old files to be kept instead of replaced when I >

Re: [WiX-users] update problem, it looks good but it doesn't finish until the user tries to execute the program

2012-07-01 Thread Daniel Marjamäki
Thank you for looking at this. I removed the condition for RemoveExistingProducts as you suggested. I didn't want to have any complicated behaviour. It didn't help however, as you guessed. I have tried the MajorUpgrade too but it doesn't work as I want neither. As far as I can tell it works just

[WiX-users] update problem, it looks good but it doesn't finish until the user tries to execute the program

2012-07-01 Thread Daniel Marjamäki
Hi! I have a problem with my installation script when users try to update to a newer version. The update looks ok. But when the user try to execute the program a msi is started that finish the update. For more info, I am trying to fix this issue: http://sourceforge.net/apps/trac/cppcheck/ticket/

Re: [WiX-users] Upgrading

2009-11-21 Thread Daniel Marjamäki
Sorry.. the solution was to execute the msi like this: msiexec.exe /I product.msi REINSTALL=All REINSTALLMODE=vomus So I am not stuck anymore. Regards, Daniel Daniel Marjamäki wrote: > > I am having trouble with upgrades. > Upon installation I want to completely uninstall any old

[WiX-users] Upgrading

2009-11-21 Thread Daniel Marjamäki
I am having trouble with upgrades. Upon installation I want to completely uninstall any old versions. I have seen so many answers about this in various places. But nothing works. I use the same UpgradeCode in both old and new versions. I use the same Product Id in both old and new versions. I u