Re: [WiX-users] condition problem

2012-03-12 Thread Rick Hantz (Hotmail)
Never mind--caught the typo--too much cut/paste late last night... VersionNT64 >= 600 Should be VersionNT >= 600 -Original Message- From: Rick Hantz (Hotmail) [mailto:rick_ha...@hotmail.com] Sent: Monday, March 12, 2012 3:44 PM To: 'General discussion for Windows

Re: [WiX-users] Transform output of heat to insert an includestatement

2012-03-12 Thread Gary Gocek
xsl:processing-instruction, that's what I needed, thanks. - Gary > -Original Message- > From: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com] > Sent: Monday, March 12, 2012 6:29 AM > To: g...@gocek.net; General discussion for Windows Installer > XML toolset. > Subject: Re: [WiX-users] Tr

[WiX-users] condition problem

2012-03-12 Thread Rick Hantz (Hotmail)
I 'm trying to detect whether I have 64 or 32bit Win installed in order to set the reg key correctly for an URL handler. I could have sworn my research said this would work: (They both run, even on my 32bit Win7 netbook.) VersionNT64 >= 600

Re: [WiX-users] Specify the INSTALLLOCATION of packages inside the burn managed bootstrapper

2012-03-12 Thread cgruether
I was wondering if the Engine.Burnvariables could be described a little more. I know that there are built-in variable in Burn. I am not sure what is meant here though. Also, the Burn License screen (both RTF and URL) have a options button where you can set the install target but I cannot find wh

[WiX-users] 32- and 64-bit installers: which GUIDs should be unique?

2012-03-12 Thread Dave Mateer
I have a working installer and have been using this installer for both 32-bit and 64-bit, simply switching the "Program files" location, i.e.: We just discovered that Weird Things Happen when both the 32-bit and 64-bit are installed, then uninstalled

Re: [WiX-users] WiX-users Digest, Vol 70, Issue 20

2012-03-12 Thread Parkes, Kevin
Thanks Phil, that did it. I was trying to set CustomActionData explicitly. -Original Message- Date: Fri, 9 Mar 2012 12:50:05 -0500 From: "Wilson, Phil" Subject: Re: [WiX-users] CustomActionData To: General discussion for Windows Installer XML toolset. Message-ID: <682e56

Re: [WiX-users] Bug or Feature in Wix 3.6--remapping of paths to dutil.h and renaming of dutil_2010.lib to dutil.lib

2012-03-12 Thread John Cooper
It makes sense, but it has the disadvantage that I can't run 3.6 on my workstation and 3.5 on my build servers without breaking the build on one or the other. Good to know and might be a good candidate for a ReadMe entry. -- John M. Cooper -Original Message- From: Rob Mensching [mailto:

Re: [WiX-users] Transform output of heat to insert an include statement

2012-03-12 Thread Peter Shirtcliffe
This should get you started. http://www.w3.org/1999/XSL/Transform"; xmlns:wix="http://schemas.microsoft.com/wix/2006/wi";> defines.wxi -Original Message- From: Gary Gocek [mailto:g

[WiX-users] Edit control not getting updated in UI

2012-03-12 Thread Madhumita Chakraborty
Hi, In out custom dialog we have a check box. Based on the checkbox selection we are populating an edit control say "PORT". If the user does not write anything in the "PORT" control then it is working fine and the changed property value(based on checkbox selection) is getting updated in ui. But