[WiX-users] RegistrySearch example in tutorial

2013-08-25 Thread Robert Clancy
I'm a novice user, going through Getting Started. I cannot get the RegistrySearch to work, or FILEEXISTS - both from "Where to Install?" page in your tutorial. I suspect it is because this element: is overridden by the subsequent Meaning that if the regist

Re: [WiX-users] [Wix]: Copy the INI file to local temp folder before Install Files action (MSI action)

2013-08-25 Thread ak m
File is packaged in MSI. INI file contains not only Model information but also about the port information etc... Basically this INI file is used for silent installation Anil On Sat, Aug 24, 2013 at 12:24 AM, Phil Wilson wrote: > Exactly where is this ini file? It doesn't sound like it's actual

[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

[WiX-users] MSBuild wix project file - how to detect skipped and specific culture

2013-08-25 Thread Phill Hogland
Is there a MSBuild Task or a method of conditioning one of the Targets that fires prior to Compile, so that my in-line task will not fire if linking is going to be skipped? I notice that when I add a task to Target MsiSign that it does not file if linking is skipped (which is the behavior that I w