Re: [WiX-users] Upgrade application hosted on IIS7 fails

2010-06-07 Thread John L Krupka
Glad it worked for you. I am not so sure I am convinced that there is not a bug as it should work with the different schedule types or a compiler should be thrown for invalid ones. If it is a bug, at least there are options. -- View this message in context: http://windows-installer-xml-wix-too

Re: [WiX-users] Upgrade application hosted on IIS7 fails

2010-06-07 Thread Chilaveg Poug
wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Upgrade application hosted on IIS7 fails When are you scheduling the RemoveExistingProducts for the upgrade? I was seeing this problem as well. I am using the MajorUpgrade element and had is scheduled for afterInstallExecute. I moved it to afterInsta

Re: [WiX-users] Upgrade application hosted on IIS7 fails

2010-06-07 Thread John L Krupka
When are you scheduling the RemoveExistingProducts for the upgrade? I was seeing this problem as well. I am using the MajorUpgrade element and had is scheduled for afterInstallExecute. I moved it to afterInstallValidate (which is the default) and my upgrade worked. Not sure if it will work for

Re: [WiX-users] Upgrade application hosted on IIS7 fails

2010-06-01 Thread Pally Sandher
Not an IIS user myself but from what I've read IIS7 support is still in mid-development for WiX 3.5 so you may be hitting a bug. Make sure you're using the latest build of WiX 3.5 as bugs are fixed very regularly. Also your log extract is from the rollback, that's not where your error is occurring