Re: [WiX-users] Dark a WiX StdBA or MBA?

2015-01-13 Thread Tunney, Stephen
Amazing! Ok, second part of my question is this: Can I inject a replacement msi/msp payload? What tool would I use then? My scenario is that we are looking to change our signing strategy into a manner that more efficiently uses our existing payloads rather than a recompile of our installers

Re: [WiX-users] Uniting Burn and WiX(MSI) projects

2015-01-13 Thread ronif
Thanks guys! -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Uniting-Burn-and-WiX-MSI-projects-tp7598834p7598847.html Sent from the wix-users mailing list archive at Nabble.com.

[WiX-users] Modifying a MSPs contents

2015-01-13 Thread Tunney, Stephen
Hello all again Another question about modifying installers. This time patches. I'm looking through the Microsoft.Deployment.WindowsInstaller.dll and I see a few methods for enumerating transforms and I *read* TransformInfo objects but I do not see any way to manipulate those objects (with

Re: [WiX-users] Dark a WiX StdBA or MBA?

2015-01-13 Thread Hoover, Jacob
Seems like an awful lot of work for something that you could do up front. You could modify the process to build a QA and a Production MSI at the same time early in the process. Potentially building the QA MSI, then signing the binaries and building the RTM/production MSI. -Original

[WiX-users] LaunchConditions on a REG_DWORD returned from a RegistrySearch

2015-01-13 Thread Kevin Palmer
Hi, I've searched and cannot find a suitable solution to this problem. When performing a RegistrySearch a REG_DWORD property is read back as a string containing the value prefixed with a # (i.e. #12345) It doesn't appear that you can then use that property in a numeric condition (i.e. REGVAL

Re: [WiX-users] WiX custom BA: How to detect a failure in downloading payload?

2015-01-13 Thread Phill Hogland
The place to look for this kind of information is in the wix source code, and in particular in Events.h and IBootstrapperApplication.h in particular. I also look at the WixBA implementation and started with a ResolveSource similar to that implementation. But I needed to handle failures for a

Re: [WiX-users] Bootstrapper for multiple cultures

2015-01-13 Thread Phill Hogland
Here are a couple of quick links (and there are many more on this topic): When this link was posted I was using WixStdBA http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/My-experiences-making-a-multi-language-bundle-td7208949.html#a7587770 Here I use an mba, but the same concepts can

[WiX-users] Dark a WiX StdBA or MBA?

2015-01-13 Thread Tunney, Stephen
Can a BA be processed by a dark or melt type application? -- New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET is offering a free month of service with a new server in Ashburn. Choose from 2

Re: [WiX-users] Dark a WiX StdBA or MBA?

2015-01-13 Thread John Cooper
Yes. Dark can be used to extract the payload. -- John Merryweather Cooper Senior Software Engineer | Enterprise Service Applications | Continuing Development Jack Henry Associates, Inc.® | Lenexa, KS  66214 | Ext: 431050 |jocoo...@jackhenry.com -Original Message- From: Tunney,