Re: [WiX-users] NuGet official Support

2015-01-15 Thread Rob Mensching
After we finish working out all the versioning questions. _ Short replies here. Complete answers over there: http://www.firegiant.com/ -Original Message- From: Tunney, Stephen [mailto:stephen.tun...@nuance.com] Sent: Thursday,

[WiX-users] NuGet official Support

2015-01-15 Thread Tunney, Stephen
When are we going to expect "Official" support for a NuGet and/or Chocolatey and/or OneGet package for WiX? :) -- New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET is offering a free month of se

Re: [WiX-users] Modifying a MSPs contents

2015-01-15 Thread Tunney, Stephen
Thank you, Bob for your helpful comments. I suppose recompiling the exe "shell" that is the MBA really isn't that bad. We can use the previously compiled MBA Assembly DLL and app.config which is our internal code and will already be properly signed. There is little real "risk" in the outer la

Re: [WiX-users] App1 to launch an App2 (with advertised shortcut, not installed yet)

2015-01-15 Thread Phil Wilson
Most likely you need MsiProvideComponent() with the component id, feature name and product code, and use INSTALLMODE_DEFAULT. I think this is basically the API used when a shortcut is invoked, the Darwin descriptor containing those three pieces of information. That will install it, if required, so

Re: [WiX-users] Problem with DetectCondition

2015-01-15 Thread Hoover, Jacob
Actually I responded too fast, they do align you just have mixed case. NET4FrameworkInstalled != NET4FrameWorkInstalled -Original Message- From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com] Sent: Thursday, January 15, 2015 10:25 AM To: General discussion about the WiX toolset. Subje

Re: [WiX-users] Problem with DetectCondition

2015-01-15 Thread Hoover, Jacob
NET4FrameWork != NET4FrameworkInstalled != NET4FrameWorkInstalled Ensure the Variable and the DetectCondition are exactly the same. Your logs don't align with your definition... -Original Message- From: Lutz Andersohn [mailto:landers...@gmail.com] Sent: Thursday, January 15, 2015 10:05

[WiX-users] Problem with DetectCondition

2015-01-15 Thread Lutz Andersohn
I have a problem with the "DetectCondition" in ExePackage: I do not understand why my condition is evaluated he way it is. Below is the code and log file. My problem is, the variable NET4FrameworkInstalled is correctly assigned the value 1, however DetectCondition for the .NET package using this va

Re: [WiX-users] What can cause an error when setting a bootstrapper variable?

2015-01-15 Thread patrickpirzer
Thank You very much Rob for that hint! Only one question left. I have now experimented with two variants to solve the problem. 1. Setting the property Hidden to "no" Not bad because we have to make no other changes in the variable's definition. But unfortunately the variable value will not be encr