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
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
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
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
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
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
6 matches
Mail list logo