[WiX-users] Detecting whether WAS Http and WAS non-http is installed

2009-09-25 Thread Scott Sharpe
I'm trying to detect whether the Windows Communication Foundation HTTP Activation and Windows Process Activation features are installed. Anyone have a good approach for this. Scott -- Come build with us! The BlackBer

[WiX-users] Detecting whether WAS Http and WAS non-http is installed

2009-09-25 Thread Scott Sharpe
I'm trying to detect whether the Windows Communication Foundation HTTP Activation and Windows Process Activation features are installed. Does anyone know what these product IDs or regkeys are? Scott -- Come build wit

[WiX-users] Detecting whether WAS Http and WAS non-http is installed

2009-09-24 Thread Scott Sharpe
I'm trying to detect whether the Windows Communication Foundation HTTP Activation and Windows Process Activation features are installed. Does anyone know what these product IDs or regkeys are? Scott -- Come build wit

[WiX-users] Detecting whether WAS Http and WAS non-http is installed

2009-09-24 Thread Scott Sharpe
I'm trying to detect whether the Windows Communication Foundation HTTP Activation and Windows Process Activation features are installed. Does anyone know what these product IDs or regkeys are? Scott -- Come build with u

Re: [WiX-users] Installation credentials on install

2009-06-18 Thread Scott Sharpe
on the AD or trust configuration. Phil ________ From: Scott Sharpe [ssha...@microsoft.com] Sent: Tuesday, June 16, 2009 10:17 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Installation credentials on install I have an msi that is executing a sql script The sql script is executin

[WiX-users] Installation credentials on install

2009-06-16 Thread Scott Sharpe
I have an msi that is executing a sql script The sql script is executing a query with a 4 part name I have two identically configured machines with linked servers to a third machine Sql script executes successfully on machine 1 with logged on user as the credential Sql script fails on machine 2 w

[WiX-users] Is it possible to control SqlString sequences

2009-06-09 Thread Scott Sharpe
Is there any way to control when specific SqlString elements execute? We want to run a Sql script, followed by a Custom Action, followed by more SqlString elements, followed by InstallSqlData. Currently it looks like all SqlString elements are packaged into a single CA. Scott -

[WiX-users] WiX 3.0 and TeamBuild

2008-12-02 Thread Scott Sharpe
Is there a good sample for implementing WiX.targets with TeamBuild? - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Gr

Re: [WiX-users] XmlFile does not support default namespaces?

2008-11-18 Thread Scott Sharpe
neral discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] XmlFile does not support default namespaces? I'm not aware of a work around. How would you do this with XslPattern using MSXML 3? -Original Message----- From: Scott Sharpe [mailto:[EMAIL PROTECTED] Sent: Monday, N

Re: [WiX-users] XmlFile does not support default namespaces?

2008-11-17 Thread Scott Sharpe
Path2 C:\Program Files Path3 C:\Program Files\Microsoft The only difference is the presence of the xmlns attribute on the node. -Original Message----- From: Scott Sharpe [mailto:[EMAIL PROTECTED] Se

Re: [WiX-users] XmlFile does not support default namespaces?

2008-11-16 Thread Scott Sharpe
discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] XmlFile does not support default namespaces? Scott Sharpe wrote: > I'm wanting to update an xml file as part of my install. Works fine as long > as the root node does not have a default namespace. Is this a known is

[WiX-users] XmlFile does not support default namespaces?

2008-11-13 Thread Scott Sharpe
I'm wanting to update an xml file as part of my install. Works fine as long as the root node does not have a default namespace. Is this a known issue? Xml File 1 Path1 C:\ Path2 C:\Program Files Path3 C:\Program Files\Microsoft