Re: [WiX-users] Get Target machine name

2008-03-13 Thread Tris Hodges
property. I will let someone else answer the Domain question, but so far it appears that there is no obvious way. From: Tris Hodges Sent: Thursday, March 13, 2008 2:39 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Get Target machine name Hi, This is probably an easy answer for

[WiX-users] Get Target machine name

2008-03-13 Thread Tris Hodges
Hi, This is probably an easy answer for someone but I need to know how to get the Target machine name (Domain) during installation? It looks like I need this when trying to add the App Pool user to the IIS_WPG group. Thanks in advance. Tris

[WiX-users] WIX 3 and Build Number

2008-02-28 Thread Tris Hodges
Hi, I am using TFS 2008 and wanted to know how I can access the resulting build number to use in my Wix installer? I have overridden the BuildNumberOverrideTarget but cannot work out how I can pass this in\access this within my Wix 3 project. Basically I want to name the installer after the Bu

[WiX-users] TargetDir and TFS 2008 build

2008-02-28 Thread Tris Hodges
Wix 3 and VS & TFS 2008 I have a the following line which works fine when I do a local build but fails when I build through TFS. The obvious reason being that the TargetDir variable doesn't point to the _PublishedWebsites directory which is where the config file is built by TFS How would

[WiX-users] RegistrySearch more than once?

2008-02-04 Thread Tris Hodges
Is it possible to do a RegistrySearch more than once for a property? The user can enter some text which I then want to search for in the registry but the RegistrySearch seems to be only getting called the first time and return that value for all subsequent calls. Thanks Tris __

[WiX-users] Detect if Virtual Directory already exists?

2008-02-04 Thread Tris Hodges
Is it possible to detect if a user entered name for a Virtual Directory already exists? Thanks Tris _ Free games, great prizes - get gaming at Gamesbox. http://www.searchgamesbox.com-

[WiX-users] Change text in Edit control from radio button selection

2008-01-31 Thread Tris Hodges
Is the above possible and if so can somebody suggest an approach to do so?Basically I have an Edit control that is disabled/enabled depending on which radio button is selected and I need it to default to the original text when disabled. The initial state of the edit control is disabled with defa

[WiX-users] Newbie LGHT0094 Error

2008-01-29 Thread Tris Hodges
Hi, I am a newbie using Wix 3 in VS2005 and having trouble using RadioButtons... Error 1 Unresolved reference to symbol 'Property:URadioButtonGroup2' in section 'Fragment:'. E:\Developments\WixTest\WixProject\WixProject.wxs 78 1 WixProject What have I missed out? Any hints appreciated thanks.