Re: [WiX-users] Customized downloaded MSI location

2015-07-08 Thread Rob Mensching
At least in WiX v3.10 (maybe v3.9) you can set the package cache location via policy: HKLM\SOFTWARE\Policies\WiX\Burn@PackageCache That is a machine wide setting for users that need to move the package cache to a different drive. ___

Re: [WiX-users] Customized downloaded MSI location

2015-07-08 Thread Mohamed Yasir
Hi, Could you please share any idea on this? Regards, Mohamed Yasir K -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Customized-downloaded-MSI-location-tp7597899p7600851.html Sent from the wix-users mailing list archive at Nabble.com. -

Re: [WiX-users] .NET Prerequisite, Burn, and the ARP

2015-07-08 Thread Rob Mensching
Add feature to Burn. ___ FireGiant | Dedicated support for the WiX toolset | http://www.firegiant.com/ -Original Message- From: soundararajan dhakshinamoorthy [mailto:er.soundarara...@gmail.com] Sent: Wednesday, July 8, 20

Re: [WiX-users] .NET Prerequisite, Burn, and the ARP

2015-07-08 Thread soundararajan dhakshinamoorthy
Hi Rob, Do you have any advice on how to handle prerequisites (not prereqmba) without adding an entry ? Thanks in advance Sound On Wed, Jul 8, 2015 at 10:52 PM, Rob Mensching wrote: > Ahh, the prereqba completed successfully. So the bundle was successfully > installed before being restarted to

Re: [WiX-users] Bootstrap conditioned on OSbittage

2015-07-08 Thread Hoover, Jacob
My first question would be "why". What do you need to do that you can't at least allow your bundle be in the chain and let burn do its work before deferring to your final exe installer? -Original Message- From: Matt O'Connell [mailto:techsupport...@gmail.com] Sent: Wednesday, July 08,

Re: [WiX-users] Bootstrap conditioned on OSbittage

2015-07-08 Thread Matt O'Connell
Sorry guys can I get some advise on this one please? I realise burn can't 'fire and forget' see http://www.joyofsetup.com/2013/07/05/burn-zero-one-or-n/ but what (free) methods are there available to do this? Can anyone reccommend something? Alternatively is it possible to bundle (and conditional

Re: [WiX-users] Two Different Bundles, Same MSI, Upgrade and Bundle Dependencies.

2015-07-08 Thread Rob Mensching
In this scenario, Bv1 needs to be repaired. Hard unsolved problem to do better than that. ___ FireGiant | Dedicated support for the WiX toolset | http://www.firegiant.com/ -Original Message- From: speirscd [mailto:speirs

Re: [WiX-users] .NET Prerequisite, Burn, and the ARP

2015-07-08 Thread Rob Mensching
Ahh, the prereqba completed successfully. So the bundle was successfully installed before being restarted to load the ManagedBA. That basically makes sense. ___ FireGiant | Dedicated support for the WiX toolset | http://www.firegi

[WiX-users] Two Different Bundles, Same MSI, Upgrade and Bundle Dependencies.

2015-07-08 Thread speirscd
The main problem is that in the below scenario an MSI is uninstalled after it is upgraded by a second installer and that second installer is uninstalled. In brief this appears to be a problem with not upgrading package dependencies in a multiple bundle and major upgrade scenario. *The scenario:*

Re: [WiX-users] Problem durring major upgrade /qb or /qn

2015-07-08 Thread AleksL
After a time of more careful researching of logs I understand that error occured in the install phase of major upgrade (Before that I thought that error in the remove phase). This means that I may avoid that error by setting more complex conditions for remove actions. For example Instead for exam

Re: [WiX-users] Managed Bootstrapper: Engine.EvaluateCondition() requires separate thread?

2015-07-08 Thread Farrukhw
Later I figured out that the separate thread is active during event calls. So I tried it during *DetectComplete *event and it worked. But before that, I had to parse *BootstrapperApplicationData.xml* file to get *WixBalCondition* elements and get the collection into an array e.g. BalConditions[].

Re: [WiX-users] .NET Prerequisite, Burn, and the ARP

2015-07-08 Thread Jiri Tomek
Hello, I have the same issue. I double-checked that .NET package is marked as permanent and I tried both with and without rollback boundary but I still get ARP entry right after .NET is installed as prerequisite. I'm using Wix 3.9. My Chain is defined this way: The log from initial run

Re: [WiX-users] Burn, deploy and rollback Patches

2015-07-08 Thread MelMelRob
Nir Bar wrote > Is patch 1.0.1 Uninstallable? > https://msdn.microsoft.com/en-us/library/aa372102%28v=vs.85%29.aspx PatchMetadata AllowRemoval="yes" there is more info here -- View this message in context: http://windows-installer-xml-wix

Re: [WiX-users] How to get the WixBundleLog value of "LogPathVariable" attribute ?

2015-07-08 Thread Farrukhw
Using Engine.StringVariables[WixBundleVariable] e.g. in your case: Engine.StringVariables["WixBundleLog"]; -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-get-the-WixBundleLog-value-of-LogPathVariable-attribute-tp7598738p7600833.html Sent

Re: [WiX-users] Patch rollback works, but previous applied patch does not show in 'view installed updates' (after rollback)

2015-07-08 Thread MelMelRob
kirannhegde wrote > 1. What happens when you apply the patches outside of Burn? > 2. Also, how did you make sure that Patch 2 is in the view when you > uninstalled Patch 3? > 3. Do you have a verbose windows installer log file? Hi Kirian 1. Applying the patches only workes fine. 2. I assumed burn