Re: [WiX-users] minor upgrade not upgrading all files

2007-01-17 Thread Rob Mensching
, 2007 12:30 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] minor upgrade not upgrading all files The recipe for a minor upgrade by reinstalling the product is to rebuild the MSI file with the higher versioned code files, change its PackageCode, increment its ProductVersion, and

Re: [WiX-users] minor upgrade not upgrading all files

2007-01-17 Thread Wilson, Phil
The recipe for a minor upgrade by reinstalling the product is to rebuild the MSI file with the higher versioned code files, change its PackageCode, increment its ProductVersion, and install with msiexec /I REINSTALL=ALL REINSTALLMODE=vomus. If you broke the rule "don't delete a component" that's s