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
Installshield upgrade / Remove using MSI Installer Guys, I developed a MSI installer (WiX) for a product was installed through InstallShield installer. I want when I install through MSI installer it should upgrade/ remove the old InstallShield. I tried to upgrade but no success. Then I wrote a custom

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

2008-03-05 Thread V K Gangwar
Guys, I developed a MSI installer (WiX) for a product was installed through InstallShield installer. I want when I install through MSI installer it should upgrade/ remove the old InstallShield. I tried to upgrade but no success. Then I wrote a custom action in which I am calling a script w