Re: [WiX-users] Help with Major Upgrade

2007-10-30 Thread Richard
In article <[EMAIL PROTECTED]>, Kelly Leahy <[EMAIL PROTECTED]> writes: > The problem is the sequencing. By the time InstallFinalize has happened, > the install is already committed, so you can't roll back the install of > version 2, at least if I'm understanding it correctly. You probab

Re: [WiX-users] Help with Major Upgrade

2007-10-30 Thread Kelly Leahy
To wix-users@lists.sourceforge.net cc Subject [WiX-users] Help with Major Upgrade I am packaging an MSI that I would like to have perform a Major Upgrade when deployed on a machine with an older version of said package already installed. My setup: * Product Id is set to "--

[WiX-users] Help with Major Upgrade

2007-10-30 Thread Ted Berg
I am packaging an MSI that I would like to have perform a Major Upgrade when deployed on a machine with an older version of said package already installed. My setup: * Product Id is set to "----" * Upgrade Code is set to which does not change * The Upgrade clause i