[WiX-users] Wix v3.7 - How do I incorporate an ODBC driver into my installer?

2013-08-25 Thread Stephane Fagnan
I am creating a new installer for a program at work and I'm having issues registering the psqlodbc driver. Unfortunately I don't know much about installers or odbc drivers. I have a copy of the old installer for this particular program, which was created by someone else. When I look at the regis

Re: [WiX-users] WiX v3.7 - CopyFile not working

2013-07-07 Thread Stephane Fagnan
I discovered that the folder is not being moved because CopyFile only supports moving files, not folders. I will have to do this a different way. Thanks anyway! > From: os...@live.com > To: wix-users@lists.sourceforge.net > Date: Fri, 5 Jul 2013 01:29:43 -0700 > Subject: Re: [WiX-users] WiX v3.7

[WiX-users] WiX v3.7 - CopyFile not working

2013-07-03 Thread Stephane Fagnan
I'm creating a major upgrade for a program using WiX. The last version of the program had a data file that is always found in C:\. I am allowing the user to either keep the file in the same location or select a different location. I am using a CopyFile element to move the file, which looks like t

Re: [WiX-users] WiX v3.7 - Publish install event

2013-07-02 Thread Stephane Fagnan
Thanks for the quick reply! At first I couldn't figure out how to publish an enddialog event for VerifyReadyDlg from my custom prompt, but then I decided to close VerifyReadyDlg when the prompt pops up. Now that the custom prompt is the last one open, it sets off the installation. Thanks for you

[WiX-users] WiX v3.7 - Publish install event

2013-07-01 Thread Stephane Fagnan
I am creating a WiX installer, and have configured it to show a prompt when the user clicks 'install' if the user is missing a certain file. I added this line in order to link my custom prompt to the rest of my dialogs (My prompt is called Custom_Cancel): If the user is missing a certain

[WiX-users] WiX v3.7 - Two PathEdit dialogs in one MSI (error 2343 - Specified path is empty)

2013-07-01 Thread Stephane Fagnan
I am creating a WiX installer, and I want to allow the user to select the path of the installation directory as well as a data directory. I added two InstallDirDlg's to my code and named one Custom_Dir and the other Custom_DirData. In Custom_DirData, instead of using the WIXUI_INSTALLDIR propert