Re: [WiX-users] InstallExecuteSequence problem!

2010-06-01 Thread Blair
even hard-to-solve problems in the list. If you need more hand-holding, there are several people willing to provide more extensive help for a fee. -Original Message- From: Joshua Chambers [mailto:jos...@tdronline.com] Sent: Tuesday, June 01, 2010 3:32 PM To: wix-users@lists.sourcefor

Re: [WiX-users] InstallExecuteSequence problem!

2010-06-01 Thread Joshua Chambers
See... what is wrong here? I included a "reference" to the backupSettingsAction project in the WiX project. -- View this message in context: http://windows-installer-

Re: [WiX-users] InstallExecuteSequence problem!

2010-06-01 Thread Joshua Chambers
"The path of the CommonAppData directory is found in the "CommonAppData" property after CostFinalize. The same with all the entries in the Directory table." Okay, those are properties in the WiX file, no? How can I pass that to my C# program (custom action) to manipulate the file? I'm confuse

Re: [WiX-users] InstallExecuteSequence problem!

2010-06-01 Thread Blair
wix-users@lists.sourceforge.net Subject: Re: [WiX-users] InstallExecuteSequence problem! I am now working on getting the custom action going to back up the existing settings.xml file. I am using this page as a guide: http://blogs.msdn.com/b/jasongin/archive/2008/05/23/custom-action-project-te mplates.as

Re: [WiX-users] InstallExecuteSequence problem!

2010-06-01 Thread Joshua Chambers
I am now working on getting the custom action going to back up the existing settings.xml file. I am using this page as a guide: http://blogs.msdn.com/b/jasongin/archive/2008/05/23/custom-action-project-templates.aspx I have created a custom action project, and it builds. I am a bit confused th

Re: [WiX-users] InstallExecuteSequence problem!

2010-06-01 Thread Joshua Chambers
AH... okay, your response now finally makes some sense. Custom action is what I was just looking at, as I don't have much of a notion of the patching... Just for the record, I DID NOT author the original installer for this application, I am simply coming in after the fact with a new version.

Re: [WiX-users] InstallExecuteSequence problem!

2010-06-01 Thread Pally Sandher
online.com] Sent: 01 June 2010 19:16 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] InstallExecuteSequence problem! I have already tried this! I have been through several rounds of it, and the problem is that if RemoveExistingProducts is set after InstallFinalize (which makes t

Re: [WiX-users] InstallExecuteSequence problem!

2010-06-01 Thread Joshua Chambers
I have already tried this! I have been through several rounds of it, and the problem is that if RemoveExistingProducts is set after InstallFinalize (which makes the Settings.xml file remain intact), the CompanionFile does work to show that the file is replaced, however, the Pathways.MDF file then

Re: [WiX-users] InstallExecuteSequence problem!

2010-06-01 Thread Pally Sandher
ing, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -Original Message- From: Joshua Chambers [mailto:jos...@tdronline.com] Sent: 01 June 2010 17:24 To: wix-users@lists.sourceforge.net Subject: [WiX-users] InstallExecuteSequence problem! Okay! I have finally more closely i

[WiX-users] InstallExecuteSequence problem!

2010-06-01 Thread Joshua Chambers
Okay! I have finally more closely identified the problem I'm having. In my installer, I was attempting to get a settings file to REMAIN INTACT on a major upgrade. I finally got this to work with the suggestion to set This is successful in forcing this component to leave the origina