Re: [WiX-users] ODBCDataSource formatted strings for dynamic naming

2010-02-24 Thread Jake Boone
anyone provide some C# code samples? I'm having trouble finding any online. Thanks. On Wed, Feb 24, 2010 at 08:26, Bob Arnson wrote: > On 2/22/2010 3:38 PM, Jake Boone wrote: >> The only problem seems to be that ODBCDataSource/@DriverName and the >> nested Property/@Val

[WiX-users] ODBCDataSource formatted strings for dynamic naming

2010-02-22 Thread Jake Boone
I am creating a System DSN in my installer using an Oracle ODBC driver. I am resolving the name and version of the driver with a custom action (I have to loop through the Oracle registry hive, otherwise I would have used RegistrySearch) during the InstallUISequence before LaunchConditions. The on

[WiX-users] Installing from a network drive

2010-02-17 Thread Jake Boone
Our installer was written using InstallShield and we're moving to Wix. Our old installer does some things I'm not sure how to duplicate in WiX. The application files sit alongside the installer on a network drive, and the application can be installed one of two ways via a command line switch: 1)

[WiX-users] CustomActionData in C# Custom Action

2010-02-17 Thread Jake Boone
I have a custom action where I'm trying to use SourceDir. I don't think SourceDir is accessible at the point the CA will run, so I want to pass it through CustomActionData. The CA executes fine, but when I try to access CustomActionData, it's blank. I know this is probably a simple problem but I

Re: [WiX-users] Property not set by Custom Action?

2010-02-11 Thread Jake Boone
lson > > -----Original Message- > From: Jake Boone [mailto:jakeboon...@gmail.com] > Sent: Wednesday, February 10, 2010 7:12 AM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Property not set by Custom Action? > > > Sorry, I didn't fully explain the pu

Re: [WiX-users] Property not set by Custom Action?

2010-02-10 Thread Jake Boone
; of the CustomAction element. > > -Original Message- > From: Jake Boone [mailto:jakeboon...@gmail.com] > Sent: Tuesday, February 09, 2010 11:06 AM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Property not set by Custom Action? > > I have a Custom

[WiX-users] Property not set by Custom Action?

2010-02-09 Thread Jake Boone
I have a Custom Action that runs before the AppSearch action.  The CA sets several Properties based on the installed Oracle client. The CA is written in C#, and sets each Property by doing something like this: session["PropertyName"] = "Value"; It appears to run fine, and in the MSI log file I