[WiX-users] Splash screen

2008-04-29 Thread Mooney, Stephen
Hi there, I would like to present a splash screen before the installer runs. Is this functionality available natively in WiX? Or would I need to do this with a custom action. Any help is greatly appreciated. Regards, Stephen IONA Technologies PLC (registered in Irelan

Re: [WiX-users] is there a way to pass define preprocessor variable settings when buliding using tfs msbuild processing

2008-04-04 Thread Mooney, Stephen
Use the DefineConstants Property. Give the wix.targets file a read for all the properties you can set for candle. Configuration=$(Configuration) From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert O'Brien Sent: 04 April 2008

Re: [WiX-users] Problem Reading Registry

2008-03-04 Thread Mooney, Stephen
Hi, Read a registry value and assign to a property like so Then you will start your directory structure like so Note DirectoryID is the same as the property id. Regards Stephen > -Original Message- > From: [EMAIL PROTECTED] [mailto:wix-users- > [

[WiX-users] Token replacement in configuration files

2008-02-25 Thread Mooney, Stephen
Hi, I have a configuration file in which I need to fill in some values at install time. Eg: plugins:logging:output = "${LOGS_DIR}/log.txt"; Is token replacement possible in WiX / msi? Is is possible to replace ${LOGS_DIR} with a value natively in wix / msi? Thanks, Stephen Mooney --

[WiX-users] Does a File selection control exist?

2008-01-22 Thread Mooney, Stephen
Hi, I am a user of wix 2. My problem is I need the user to be able to browse and select a file (Licenses.txt) during the install process. The PathEdit, DirectoryCombo and DirectoryList controls all appear to be used in selection of a directory only. I cannot find a property to show the files within