[WiX-users] Conditional Folder Permission

2006-09-26 Thread gcoates
Hi All, The info on this forum is very useful. Thanks. I have an issue, our application needs a different set of permissions set on a directory depending on the windows os. Ive coded this below, I want the first permission to be set if we are installing on WinXP or W2003 and the second set to be

[WiX-users] Dialog TextBox Value to Local Computer Name

2006-10-09 Thread gcoates
Hi, Does anyone know how I can set a dialog textbox value to the local computer name. I try to set its value to [ComputerName] but that doesnt seem to work. It always sets the value to that of the property behind. I can't see a way to initialize the property behind the text box to the local com

Re: [WiX-users] Need help with checkboxes

2006-10-09 Thread gcoates
If the property doesnt exist in the first place, the checkbox is set to unchecked. If you check the checkbox, the property is actually created by MSI. I think the checkbox value is linked to the existence or non existence of the property. fregate wrote: > > Thanks for aswer. It works. > > And

Re: [WiX-users] Dialog TextBox Value to Local Computer Name

2006-10-09 Thread gcoates
Hey, worked a treat, thanks. Bob Arnson-3 wrote: > > gcoates wrote: >> I can't see a way to initialize the property behind the text box to the >> local computer name either as CustomActions seem to run after the UI has >> been displayed. >> > You can sc

[WiX-users] Link Dialog to Feature

2006-10-17 Thread gcoates
Hi all, I want to display a certain dialog only if a certain feature is selected, otherwise I want to skip the related dialog. Is this possible in Wix. As far as I can see, I can only change screen flow by manipulating properties which are referenced behind buttons. This leads me to writing quit

[WiX-users] COM+ App Reinstall

2006-12-11 Thread gcoates
Hi all, In my installer I create a COM+ application and register some assemblies. This works fine on install, but on reinstall it fails, with the following in the install log. MSI (s) (D0:A4) [16:24:36:606]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSIF6.tmp, Entrypoint: ComPlusI

Re: [WiX-users] COM+ App Reinstall

2006-12-12 Thread gcoates
ME and COMPASSWORD contain correct > values even during reinstall? > > Fredrik > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of gcoates > Sent: Monday, December 11, 2006 6:07 PM > To: wix-users@lists.sourceforge.net > Sub

Re: [WiX-users] COM+ App Reinstall

2006-12-14 Thread gcoates
ble to solve this. :) > > Fredrik > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of gcoates > Sent: Tuesday, December 12, 2006 11:10 AM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] COM+ App Reinstall > >

Re: [WiX-users] COM+ App Reinstall

2006-12-14 Thread gcoates
. Perhaps you were right about the properties, ill have to do more checking. Thanks for your help though. gcoates wrote: > > No problem! I'll open a bug report on source forge. > > To get around the problem for now I have created the com+ application as a > separate feature w