Re: [WiX-users] Output Window Suppresstion

2008-09-30 Thread derekj
Hi Bob, yep worked it out myself. thanks again Derek Rob Mensching-2 wrote: QtExec? -Original Message- From: derekj [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 23, 2008 03:28 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Output Window Suppresstion Hi

[WiX-users] Output Window Suppresstion

2008-09-23 Thread derekj
Hi, I have created a MSI to deploy a database. I have custom actions that calls aspnet_regsql.exe for the database and the repective tables. eg Property Id=REGSQLLocationProperty Value=C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regsql.exe / CustomAction Id=REGSQL1 HideTarget=yes

Re: [WiX-users] aspnet_regiis domain user

2008-09-12 Thread derekj
is this?) any help would be appreciated regards Derek cemiles wrote: It appears like it does. Try it out. On Thu, Sep 11, 2008 at 1:32 PM, derekj [EMAIL PROTECTED] wrote: Hi, Does adding the user to the IIS_WPG also do the aspnet_regiis -ga [domain]\user? regards Derek cemiles

Re: [WiX-users] aspnet_regiis domain user

2008-09-12 Thread derekj
somewhere using that domain? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of derekj Sent: Friday, September 12, 2008 01:11 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] aspnet_regiis domain user Hi, tried this: util:Group Id

Re: [WiX-users] Condition install and uninstall

2008-09-11 Thread derekj
Hi, thanks for your help, wondering if you know where I can find information on amending the condition so it only fires on install and not on install. regards Derekj John Nannenga wrote: Launch conditions fire when the condition is false: http://msdn.microsoft.com/en-us/library

[WiX-users] Amending config file on install

2008-09-11 Thread derekj
Hi, I am using WIX 2.0 I have created a cmd line MSI to install an asp.net 2.0. One of the parameter inputs is the IP address of the respective application database. I would like to update my connections.config file with this IP eg of config I have seen examples where the wix user is

[WiX-users] aspnet_regiis domain user

2008-09-11 Thread derekj
aspnet_regiis -ga [domain]\user’ Has anyone done this successfully regards Derekj -- View this message in context: http://n2.nabble.com/aspnet_regiis-domain-user-tp1082311p1082311.html Sent from the wix-users mailing list archive at Nabble.com

Re: [WiX-users] aspnet_regiis domain user

2008-09-11 Thread derekj
=Grp_IISWPG / Then just groupref that Grp_IISWPG inside your User element. Are you trying to do more than that? On Thu, Sep 11, 2008 at 5:37 AM, derekj [EMAIL PROTECTED] wrote: Hi, I am using WIX 2.0 I have created a cmd line MSI to install an asp.net 2.0. I created an apppool with a user

Re: [WiX-users] Condition install and uninstall

2008-09-11 Thread derekj
is set, this launch condition will evaluate to TRUE and allow user to progress. (TRUE || FALSE = TRUE). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of derekj Sent: Thursday, September 11, 2008 2:02 AM To: wix-users@lists.sourceforge.net

[WiX-users] Condition install and uninstall

2008-09-10 Thread derekj
Hi, I am doing a cmd line msi that has a number of input parameters. I have Condition Message=IP address of Application Database, DATABASEIPADDRESS , parameter not passed in DATABASEIPADDRESS AND NOT INSTALLED/Condition this condition is fires on both install and uninstall. can someone help

[WiX-users] Sql server NAtive Client

2008-09-10 Thread derekj
Hi, I need to check if Sql server 2005 Native Client is installed on the server befor installing. I have seen examples of setting a property with a registry search and having a condition for this property. Is this the best approach or does the Installer API provide properties like checking for

Re: [WiX-users] Create new IIS WebSite

2008-09-04 Thread derekj
Hi, I am having the same problem, I'm installing on XP Pro - is this the cause of my problem - the default website being removed on installation? - this should not occur if I was instainng on server 2003? regards Derek shayla wrote: I am trying to create a new web site in IIS. Here