[WiX-users] Finding the system drive on the target machine

2008-01-25 Thread Callum Hibbert
Hello, I have an installer built with WiX that (amoungst alot of other things) adds some entries in the registry. I have one small glitch. To identify the system drive I am using $( env.SYSTEMDRIVE), for example: RegistryValue Action='write' Type='string' Name='MyName' Value='$(

Re: [WiX-users] Registry permissions query

2007-08-10 Thread Callum Hibbert
-- Forwarded message -- From: Callum Hibbert [EMAIL PROTECTED] Date: Aug 10, 2007 11:46 AM Subject: Registry permissions query To: wix-users@lists.sourceforge.net Hello, I am writing an installer with WiX to install a couple of Custom Adapters for BizTalk. I have manually installed

[WiX-users] Registry permissions query

2007-08-10 Thread Callum Hibbert
Hello, I am writing an installer with WiX to install a couple of Custom Adapters for BizTalk. I have manually installed the adapters successfully, using the WiX installer I am having one problem relating to the permissions on the registry keys. The adapters need a number of registry settings.

[WiX-users] XmlConfig and XML Attributes?

2007-03-26 Thread Callum Hibbert
Coders, I can't get the XmlConfig task to create or update an XML Attribute. Is this supported? Or is the functionality of XmlConfig restricted to the manipulation of XML Elements only? Thanks, Callum - Take Surveys. Earn

[WiX-users] Fwd: XmlConfig and XML Attributes?

2007-03-26 Thread Callum Hibbert
(actually the first include element with no schemaLocation location). Thanks, Callum -- Forwarded message -- From: Callum Hibbert [EMAIL PROTECTED] Date: Mar 26, 2007 12:26 PM Subject: XmlConfig and XML Attributes? To: wix-users@lists.sourceforge.net Coders, I can't get

[WiX-users] XmlConfig - Unexpected child element error

2007-03-22 Thread Callum Hibbert
Hello, I'm new to WiX though I have some simple installers working. I am trying to get the XmlConfig Element to work but I get an element contains unexpected child element error when I use the XmlConfig element. I can't find much on Google or the Archives, there are some mentions but no