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] Ou

[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 I have 13 tables to register plus the database itself. This means 14 output windows open and close during the installation. Is there anyway to sup

[WiX-users] Website Temp directory

2008-09-17 Thread derekj
Hi, I have got a cmd line msi to create a website using wix v2.0 - with alot of great help from this site. A problem I encountered is that the domain user that the apppool was created with needs permissions to access C:\windows\temp folder. I have added the user to the IIS_WPG group and thought

Re: [WiX-users] aspnet_regiis domain user

2008-09-12 Thread derekj
e another user 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 doma

Re: [WiX-users] aspnet_regiis domain user

2008-09-12 Thread derekj
. 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 &

Re: [WiX-users] Condition install and uninstall

2008-09-11 Thread derekj
all will end. (FALSE || FALSE == FALSE) > > * If the product is not installed and DATABASEIPADDRESS is set, this > launch condition will evaluate to TRUE and allow user to progress. (TRUE > || FALSE = TRUE). > > > > > > -Original Message- > From: [EMAIL P

Re: [WiX-users] aspnet_regiis domain user

2008-09-11 Thread derekj
_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 as

[WiX-users] aspnet_regiis domain user

2008-09-11 Thread derekj
[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

[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 updatin

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-u

[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

[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 DATABASEIPADDRESS AND NOT INSTALLED this condition is fires on both install and uninstall. can someone help regards -- View this message in context: http://n2.nabble.com/Condition-install-and-uninstall-tp1079400p

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. > > H