[WiX-users] Burn ParallelCache and Rollback Boundary

2012-01-20 Thread David L. Beckwith
Can someone elaborate on this? If I set a rollback boundary after my prerequisites, and had parallelcache set, would the prerequisites start installing if they are already cached but my primary package is not? -- View this message in context:

[WiX-users] My experiences making a multi-language bundle

2012-01-20 Thread Sam Morris
I've spent the last couple of days rewriting an installer to make use of Burn. My goal was to have one executable that would present a localized user interface based off the user's UI language settings. I have documented my experiences below in case someone else would find the information

Re: [WiX-users] WiX Burn: Error 0x800b0100: Failed authenticode verification of payload

2012-01-20 Thread Rob Mensching
That error means the signature could not be found on the file. Can you grab the file in the cache listed in the log file and see that the file is correctly signed? On Wed, Jan 18, 2012 at 11:37 AM, Sunny Li sunnie...@gmail.com wrote: Hi there, We recently deployed one of our burn

Re: [WiX-users] Burn - ExePackage that depends on many files

2012-01-20 Thread Rob Mensching
Today, you'd need to author Payload elements for them all. On Thu, Jan 19, 2012 at 12:46 PM, Romeo S. dfox.mxyzp...@gmail.com wrote: Hi, I would like to bundle a 3rd party installer with my bootstrapper but it's not just a one exe file it has 1000s of files how can I bundle it with my

Re: [WiX-users] customizing burn prerequisite boostrapper image in theme

2012-01-20 Thread Rob Mensching
Theme errors today are pretty terse (aka: useless). Basically, something is not where it is expected to be and the thm failed to load. There is nothing special about the mbapreq.png or it's name so you can change it to whatever you want, just have to get it where the code will find it. On Thu,

Re: [WiX-users] Burn - Customized Themes

2012-01-20 Thread Rob Mensching
In wixstdba today, themeing is just that. Themeing. You can change the look of things but if there isn't code behind the theme to be executed then nothing happens. Creating a more advanced system is interesting in the future but more work than I'll probably have time to implement in wixstdba this

Re: [WiX-users] Burn ParallelCache and Rollback Boundary

2012-01-20 Thread Rob Mensching
Yes, should do. On Fri, Jan 20, 2012 at 11:17 AM, David L. Beckwith beckw...@interaccess.com wrote: Can someone elaborate on this? If I set a rollback boundary after my prerequisites, and had parallelcache set, would the prerequisites start installing if they are already cached but my

Re: [WiX-users] Next Release of Version 3.6

2012-01-20 Thread Rob Mensching
RC, hopefully in a couple months (assuming we [mostly me] get through bug backlog). RTM, hopefully summer (after fixing very few bugs for ~6 months) On Wed, Jan 18, 2012 at 11:17 AM, Bruce Gombrelli (Experis) v-bru...@microsoft.com wrote: Is there a time line for the next release of 3.6? (RC

[WiX-users] MSI runtime error code 2343

2012-01-20 Thread T. Kuro Kurosaka
I am trying to modify the InstallDir template by replacing LicenseAgreementDlg with a new dialog that is a modified version of BrowseDlg with which the user would specify the directory where our license file can be found. My prototype fails just after hitting Next in WelcomeDlg with the

Re: [WiX-users] MSI runtime error code 2343

2012-01-20 Thread Wilson, Phil
You might need an Error table in your MSI file. I think an empty path is an error related to the SQL query not finding anything. Error should be a standard table, but the log seems to think there isn't one, assuming that really is the issue. I thought WiX used the SDK's schema.msi as a base?

Re: [WiX-users] WiX Burn: Error 0x800b0100: Failed authenticode verification of payload

2012-01-20 Thread Sunny Li
sadly I could not grab the file since the log came from a different computer after we deployed the bootstrapper. I downloaded the file via our usual URL and the signature is present though... Is it possible that the file got corrupted on the download? Sunny Li Sent from my Windows Phone From:

Re: [WiX-users] WiX Burn: Error 0x800b0100: Failed authenticode verification of payload

2012-01-20 Thread Rob Mensching
Absolutely. That's why we verify after download. On Fri, Jan 20, 2012 at 6:12 PM, Sunny Li sunnie...@gmail.com wrote: sadly I could not grab the file since the log came from a different computer after we deployed the bootstrapper. I downloaded the file via our usual URL and the signature is

Re: [WiX-users] MSI runtime error code 2343

2012-01-20 Thread Rob Mensching
We don't add the Error table so that the error messages fall through to the builtin messages of the Windows Installer which are localized. On Fri, Jan 20, 2012 at 3:25 PM, Wilson, Phil phil.wil...@invensys.comwrote: You might need an Error table in your MSI file. I think an empty path is an

Re: [WiX-users] Wix Weekly Builds?

2012-01-20 Thread Rob Mensching
Just: http://robmensching.com/blog/posts/2012/1/20/The-wixtoolset.org-online Whew, that's a load off. On Wed, Jan 18, 2012 at 11:31 AM, John Bergman john.berg...@xpedienttechnologies.com wrote: Are weekly builds available again yet? I was going to upgrade our installers to use a more recent