[WiX-users] How to not dispaly a dialog box when feature is not selected

2006-08-29 Thread Brad Edwards
I have a Dialog Box that I need to display if a specific feature is selected in the feature tree.  If I unselect the feature, the dialog box still displays.  How do I keep it from displaying if the feature is de-selected.  Could someone provide an example of how this would work?  Thanks.

[WiX-users] Sample vbscripts

2006-08-27 Thread Brad Edwards
Does anyone have any samples of how to:   Populate a ListBox from a CustomAction _vbscript_ Set a Public Property from a CustomAction _vbscript_   Your help would be much appreciated.  Thanks.   Brad -

[WiX-users] Reading Web.Config file to set Property

2006-08-26 Thread Brad Edwards
I need to read a Web.Config file to get the value of a specific key and set a Property value in my msi file to that value.  I see that you can create an element and set a value but I don’t see an option to read a value.  Can this be done?  If so can someone provide an example of what the co

Re: [WiX-users] Setting a Property based on another Property

2006-08-25 Thread Brad Edwards
Thanks Eric. With a little tweaking it worked great. It took me a while to realize that I had to execute the custom action. Thanks again. Brad -Original Message- From: Eric Fesh [mailto:[EMAIL PROTECTED] Sent: Friday, August 25, 2006 12:18 PM To: Brad Edwards Cc: WiX-users

Re: [WiX-users] Setting a Property based on another Property

2006-08-25 Thread Brad Edwards
ontents, is strictly prohibited. If you are not a named recipient or received this communication by mistake, please notify the sender and delete the communication and all copies of it. Brad Edwards wrote: > During the install the user is asked for the directory where an already > existing appli

[WiX-users] Setting a Property based on another Property

2006-08-25 Thread Brad Edwards
During the install the user is asked for the directory where an already existing application is.  The user types in “C:\Program Files\Foo”.  I then set the value of Property “INSTALLDIR”  to be that directory path.  Now that I have that path I want to copy files to a “bin” folder that alrea

[WiX-users] Copying files to an existing directory structure

2006-08-24 Thread Brad Edwards
I created an installer package to install an application to the ProgramFilesFolder but I also need to copy some additional files to an existing directory on the server which will be entered in by the installer on a dialog box.  For example I need to copy the following files to c:\inetpub\ww