Re: [WiX-users] RemoveExisting Products failing with /qn upgrade

2010-07-17 Thread James Poole
Thanks for the input guys... Tom, I owe you a beer. In case anyone finds this in the archives: There was a custom action that was slamming the property referenced in the ActionProperty column of the Upgrade Table. During the UI sequence, it was scheduled before FindRelatedProducts so it had not

Re: [WiX-users] Fwd: Upgraded from 3.0 to 3.5

2010-07-17 Thread Bhaumik Barot
Putting it in wxs as fragment also gave same error. I am stuck . On Sat, Jul 17, 2010 at 11:11 AM, Bhaumik Barot wrote: > This structure worked fine with wix 3.0 .after upgrading to 3.5 and > changing ref in wixproj file for 3.5 getting this resolved reference errors > . > > Below is my include

Re: [WiX-users] Fwd: Upgraded from 3.0 to 3.5

2010-07-17 Thread Bhaumik Barot
This structure worked fine with wix 3.0 .after upgrading to 3.5 and changing ref in wixproj file for 3.5 getting this resolved reference errors . Below is my include file for custom action. Bhaumik On Sat, Jul 17, 2010 at 10:54 AM, Bhaumik Barot wrote: > xml version="1.0" encoding="utf-8"?> >

Re: [WiX-users] Fwd: Upgraded from 3.0 to 3.5

2010-07-17 Thread Bhaumik Barot
-- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-

Re: [WiX-users] Upgraded from 3.0 to 3.5

2010-07-17 Thread Bhaumik Barot
Yes My customaction.wix is in include folder. Let me know if you need source code of that. Bhaumik -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first --

Re: [WiX-users] Fwd: Upgraded from 3.0 to 3.5

2010-07-17 Thread Rob Mensching
What is in the .wxi file? Personally, I would take the out and take whatever is in the .wxi file and put it in a Fragment element. On Sat, Jul 17, 2010 at 7:58 AM, Bhaumik Barot wrote: > I am new to Wix and upgraded existing wix 3.0 code to 3.5 as we are using > VS 2010. > > > > I have my cu

[WiX-users] Fwd: Upgraded from 3.0 to 3.5

2010-07-17 Thread Bhaumik Barot
I am new to Wix and upgraded existing wix 3.0 code to 3.5 as we are using VS 2010. I have my customaction.wxi That I am including in Product.wxs Like this NOT Installed NOT Installed SQLINSTANCE_ISVALID = "0" AND NOT Installed NOT I

Re: [WiX-users] Upgraded from 3.0 to 3.5

2010-07-17 Thread Rob Mensching
The .wxs with your Product element is referring to a CustomAction/@Id="CAInstallVoyagerDatabase.Install" but that CustomAction isn't found. Is it in a fragment in a different .wxs that you are not compiling and providing the .wixobj to the linker? On Fri, Jul 16, 2010 at 8:26 PM, Bhaumik Barot wr

Re: [WiX-users] RemoveExisting Products failing with /qn upgrade

2010-07-17 Thread Blair
Also, try running a pure uninstall in quiet mode with logging. -Original Message- From: Thomas Svare [mailto:thomas_sv...@symantec.com] Sent: Saturday, July 17, 2010 5:17 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] RemoveExisting Products failing

Re: [WiX-users] RemoveExisting Products failing with /qn upgrade

2010-07-17 Thread Thomas Svare
One thing to look at would be how FindRelatedProducts is scheduled in the InstallUISequence and InstallExecuteSequence. Also look at what the ActionProperty in the Upgrade table is set to in both cases. Thanks, Tom -Original Message- From: James Poole [mailto:w...@slowcommotion.com] Sen