[WiX-users] How can hide the ExitDialog?

2012-03-07 Thread Toru Takeguchi
Hi there, I'm using Wix version 3.5.2519.0 Create the MSI+MSP installer. How can hide the ExitDialog? if call the MSP is hiddenn. if you dont call the MSP is display. Any help would be much appreciated. Toru Takeguchi ---

Re: [WiX-users] How does Torch decide which files changed?!

2012-03-07 Thread tomer.c
Hi, I'm having trouble with pyro, I get the PYRO0227 error even though I know there are changes between the files it's comparing. I even debugged the pyro c# code, what I saw was that the FileManager.CompareFiles works great, and the rows are marked RowOperation.Modify. but the GenerateTransform

Re: [WiX-users] Wow!

2012-03-07 Thread James Johnston
And the nice thing about an ISO is you get non-essential files as well. For example, a readme file - which I highly doubt is included when running "/layout". For example, examining my ISO of Windows Driver Kit 7.1.0 shows some files which I highly doubt are included in a "/layout" administrative

[WiX-users] hypertext control in burn preq theme

2012-03-07 Thread Grant Samuels
Hi All I was hoping someone from the Wix team could comment on the usage of the hypertext control in a mbapreq theme file. There is an open bug with the preq bootstrapper crashing (https://sourceforge.net/tracker/?func=detail&aid=3496929&group_id=105970&atid=642714) which in my investigation seem

Re: [WiX-users] Determining which OS is installed

2012-03-07 Thread Wilson, Phil
Maybe and no. You should be looking at the Windows Installer properties for locations. There are properties such as ProgramFilesFolder and ProgramFiles64Folder that resolve to those locations at install time. In your case, the more useful one is the FileKey property for your file. http://msdn.

Re: [WiX-users] Wow!

2012-03-07 Thread Christopher Painter
Thankfully those instructions are somewhat easy atleast. Some of these "how to create an admin install" are horribly complex. To me, as a paying customer at a very, very large enterprise, it annoys the hell out of me. Don't make me figure out how to do this for all of the systems that I s

Re: [WiX-users] Wow!

2012-03-07 Thread John H Bergman (XPedient)
To reinforce a comment earlier about this being Microsoft's apparent direction as well, The latest SSDT (SQL Development Tools) uses the same methodology of the /layout switch. http://msdn.microsoft.com/en-us/data/hh297027 John -Original Message- From: James Johnston [mailto:johnst...@

Re: [WiX-users] Determining which OS is installed

2012-03-07 Thread Rick Hantz (Hotmail)
So would this work? I separated the command registry entry into two components. VersionNT64 >= 600 VersionNT >= 600 -Original Message

Re: [WiX-users] Determining which OS is installed

2012-03-07 Thread David Esiobu
Hi Rick, Please see the documentation for WiX preprocessor statements: http://wix.sourceforge.net/manual-wix3/preprocessor.htm Note that you can't use MSI properties there because preprocessor statements affect the build process, not the runtime behavior. Hope that helps, David -Original M

[WiX-users] Determining which OS is installed

2012-03-07 Thread Rick Hantz (Hotmail)
I need to install an URL handler, which means different path entries if you have a 32 or 64bit OS installed. I tried: = 600) ?> But it errors at (Versi