Re: [WiX-users] BAFunctions.dll to set WixBundleName from the language of the user's computer

2015-04-07 Thread David Burson
In case it’s helpful to anyone, I posted how I got this working on SO: http://stackoverflow.com/questions/29266905/wix-toolset-how-to-create-a-single-exe-with-product-name-localized-for-multiple/29499382#29499382 If anyone sees any improvements or problems, please post! Thanks again for everyon

Re: [WiX-users] WiX vs. Microsoft Platform Ready

2015-04-07 Thread Juan Castro
Ooops, sorry, Product.wxs is here: https://github.com/modulogrc/modSIC/blob/master/Modulo.Collect.Service.Wix/Product.wxs 2015-04-07 14:36 GMT-03:00 Juan Castro : > The entire project can be found at https://github.com/modulogrc/modSIC -- > it's a BSD-style license. > > 2015-04-07 10:10 GMT-03:00

[WiX-users] Customizing Standard Actions

2015-04-07 Thread Edwin Castro
I work at a security company and one of our products provides additional protection beyond built-in access controls in Windows. The end result of all of this additional protection is that the installer I'm maintaining cannot simply use some of the built-in tables/actions in Windows Installer becaus

Re: [WiX-users] WiX vs. Microsoft Platform Ready

2015-04-07 Thread Juan Castro
The entire project can be found at https://github.com/modulogrc/modSIC -- it's a BSD-style license. 2015-04-07 10:10 GMT-03:00 Brian Enderle : > I have certified one product at our company which uses the WiX installer > without issue, although it wasn't installing a service, just a program. > > C

Re: [WiX-users] WiX vs. Microsoft Platform Ready

2015-04-07 Thread John Cooper
It also appears some significant localization is going on. This may account for much of the activity. -- John Merryweather Cooper Senior Software Engineer | Integration Development Group | Continuing Development Jack Henry & Associates, Inc.® | Lenexa, KS  66214 | Ext: 431050 |jocoo...@jackhe

Re: [WiX-users] WiX vs. Microsoft Platform Ready

2015-04-07 Thread John Cooper
RBF Files -- Rollback Files. These should be deleted after a successful upgrade. This should take place automatically without any special authoring. Are you running your certification tool while the installer is still active? The temporary directory entries are for each custom action. Never

Re: [WiX-users] WiX vs. Microsoft Platform Ready

2015-04-07 Thread Brian Enderle
I have certified one product at our company which uses the WiX installer without issue, although it wasn't installing a service, just a program. Could you also post your Product.wxs and any related files? Also, are you doinga x86 or x64 build? Our product was build as x86 and certified on a Wind