Re: [WiX-users] Update InstallExecuteSequence Condition Programmatically using DTF

2011-01-18 Thread Castro, Edwin G. (Hillsboro)
discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Update InstallExecuteSequence Condition Programmatically using DTF I'm curious, why do you need to do this? On Mon, Jan 17, 2011 at 5:05 PM, Castro, Edwin G. (Hillsboro) edwin.cas...@fiserv.com wrote: I’d like

[WiX-users] Update InstallExecuteSequence Condition Programmatically using DTF

2011-01-17 Thread Castro, Edwin G. (Hillsboro)
I’d like to write a program using DTF to open up a MSI package and programmatically update some Conditions in the InstallExecuteSequence table. This program be used to update MSI packages before installation. Here’s some pseudo code for what I have so far: using (database = new

Re: [WiX-users] Update InstallExecuteSequence Condition Programmatically using DTF

2011-01-17 Thread Christopher Painter
: Castro, Edwin G. (Hillsboro) edwin.cas...@fiserv.com To: General discussion for Windows Installer XML toolset. (wix-users@lists.sourceforge.net) wix-users@lists.sourceforge.net Sent: Mon, January 17, 2011 7:05:53 PM Subject: [WiX-users] Update InstallExecuteSequence Condition Programmatically using

Re: [WiX-users] Update InstallExecuteSequence Condition Programmatically using DTF

2011-01-17 Thread Castro, Edwin G. (Hillsboro)
5:31 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Update InstallExecuteSequence Condition Programmatically using DTF  Generally.  I'll avoid details about what methods to call and stuff and give you more high level advice. I've found it useful

Re: [WiX-users] Update InstallExecuteSequence Condition Programmatically using DTF

2011-01-17 Thread Castro, Edwin G. (Hillsboro)
) [mailto:edwin.cas...@fiserv.com] Sent: Monday, January 17, 2011 5:06 PM To: General discussion for Windows Installer XML toolset. (wix- us...@lists.sourceforge.net) Subject: [WiX-users] Update InstallExecuteSequence Condition Programmatically using DTF I’d like to write a program using DTF

Re: [WiX-users] Update InstallExecuteSequence Condition Programmatically using DTF

2011-01-17 Thread Rob Mensching
I'm curious, why do you need to do this? On Mon, Jan 17, 2011 at 5:05 PM, Castro, Edwin G. (Hillsboro) edwin.cas...@fiserv.com wrote: I’d like to write a program using DTF to open up a MSI package and programmatically update some Conditions in the InstallExecuteSequence table. This program