Re: [WiX-users] upgrade don't change any files

2007-05-10 Thread Rob Hamflett
What you've got here is a repair versus a modify. In the first line, by specifying REINSTALL="ALL", you've told Windows Installer to perform a repair. It does this, but since you can only repair something that's already installed, none of the new features are added. You're not given the opt

[WiX-users] upgrade don't change any files

2007-05-10 Thread Anton Filippov
Hi I have minor update (package-guid changed, upgrade and product - not changed) My minwor upgrade have some new versions for files and new features. If I run ny .msi file with C:\WINDOWS\system32\msiexec.exe /i D:\Anton\!output\setup\icsinstall.msi /log reinstall.log REINSTALL=ALL REINSTALLMOD