Re: [WiX-users] Old Installshield upgrade / Remove using MSI Installer

2008-03-08 Thread Bob Arnson
V K Gangwar wrote: > I tried to put custom action in UISequence also but it is not working > for me, I am getting error 2762. As 2762 points out, you're trying to run a deferred CA in a sequence where that's not allowed. It needs to be in InstallExecuteSequence, not the UI. -- sig://boB http:

Re: [WiX-users] Old Installshield upgrade / Remove using MSI Installer

2008-03-05 Thread V K Gangwar
and Bootstrappers (Richard Bain) -- Message: 1 Date: Wed, 5 Mar 2008 11:40:40 -0800 From: "Wilson, Phil" Subject: Re: [WiX-users] Old Installshield upgrade / Remove using MSI Installer To: "wix-users@lists.sourceforge.net" Message-ID: <[EMAIL

Re: [WiX-users] Old Installshield upgrade / Remove using MSI Installer

2008-03-05 Thread Wilson, Phil
If the product was installed with an MSI-based InstallShield solution then your first approach was the correct one, and if so you should be trying to figure out why the upgrade failed. Your custom action solution will not work in the execute sequence, and is not the right thing to do if the orig