Re: [WiX-users] Lux Multi-value Unit Test

2015-02-16 Thread Phill Hogland
The character €, or Alt+0128, is in the Windows 1252 Code Page, see here https://msdn.microsoft.com/en-us/goglobal/cc305145.aspx , so is the LGHT0311 error, posted previously, just simply wrong? -- View this message in context:

[WiX-users] burn bootstrapper access -lang as a property or variable

2015-02-16 Thread runel_kr...@juno.com
I created my localized msi and my localized bootstrapper. The issue I'm having is that the bootstrapper's language can be overridden with the -lang command line argument (which is what I want). The problem I have is that I can't seem to access the -lang argument from within the bootstrapper.

Re: [WiX-users] UAC and VSIX problem

2015-02-16 Thread Phil Wilson
Do you mean administrator rights? The details depend on whether the CA you're using is deferred or not, whether the install itself is per user or per machine, and whether you're impersonating or not. Rather than list all the combinations, maybe you can tell us the details of the install and the

Re: [WiX-users] Lux rocks! Thanks!

2015-02-16 Thread Phill Hogland
I have several ideas/issues that I came across in the fog of confusion last week. I want to go back and retest those observations. I am still looking for an answer to the multivalue list separator issue described here

[WiX-users] MSI Feature and Condition element in MSI Repair using Custom Bootstrapper Application

2015-02-16 Thread Mohamed Yasir
Hi Everyone, I have created a Custom Bootstrapper application using Wix 3.9. My sample wix file having only one feature. In that some of components having the condition (say SHIP_FILES) element. I have set the SHIP_FILES condition to false on check box selection (Bootstrapper UI) and installed

Re: [WiX-users] Lux Multi-value Unit Test

2015-02-16 Thread Phill Hogland
I confirmed in the debugger that when WcaWriteStringToCaData is used in an immeadiate CA to build the CaData property, the separator is 0x80 (or Alt+0128). In the lux Unit test, when I set the multivalue separator to 0x80 I get the following nit error: nit.exe : error NIT8103: Test lux70D81...

Re: [WiX-users] How can I implement mutually exclusive bundles?

2015-02-16 Thread Nir Bar
Author an OptionalUpdateRegistration http://wixtoolset.org/documentation/manual/v3/xsd/wix/optionalupdateregistration.html element in bundle A. In bundle B put a RegistrySearch http://wixtoolset.org/documentation/manual/v3/xsd/util/registrysearch.html element to look for the bundle A's update

Re: [WiX-users] wix switch between perUser and perMachine

2015-02-16 Thread Egger, Jerome
Thanks Nir! I could make it work with the information of that article. -Original Message- From: Nir Bar [mailto:nir@panel-sw.co.il] Sent: Mittwoch, 11. Februar 2015 17:06 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] wix switch between perUser and perMachine Check this

Re: [WiX-users] Trigger custom action on silence mode install

2015-02-16 Thread Nir Bar
You can condition your custom action by the property UILevel https://msdn.microsoft.com/en-us/library/aa372096%28v=vs.85%29.aspx. Anything less than 5 should trigger your custom action. Nir -- Download BIRT iHub F-Type -

[WiX-users] UAC and VSIX problem

2015-02-16 Thread Majcica, Mario
Hi all, I am installing a VSIX package via VSExtensions. On machine where UAC is enabled it fails to install. It seems that the rights are not propagated once the VSIXInstaller.exe is invoked by the custom action. Any clue on how to make it propagate the rights? Any suggestion is welcome.

[WiX-users] Problems with debugging the BootstrapperCore source files

2015-02-16 Thread Balaji R
Hi, I'd faced an issue http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Installation-doesn-t-progress-at-all-td7599147.html#a7599172 in installing a setup created by managed bootstrapper application. That is my installation doesn't even get started. So I've downloaded the Wix