Re: [WiX-users] [SPAM] Re: V C++ 2013 redist detection

2014-08-14 Thread Bob Arnson
On 14-Aug-14 17:59, Phill Hogland wrote: > Variable="vc2013_x86_SP1" Result="state" /> I recommend against using a product code search: If a user has a later version of the runtime installed, it won't be detected. (The VC runtimes are almost always major upgrades.) In fact, I recommend against

[WiX-users] [SPAM] Re: V C++ 2013 redist detection

2014-08-14 Thread Phill Hogland
I have been using: or when it is detected as installed the variable is set to 5, so I install if less than 5. Seems to work for me. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/V-C-2013-redist-detection-tp7596368p7596369.html Sent from the

[WiX-users] [SPAM] Re: V C++ 2013 redist detection

2014-08-14 Thread Phill Hogland
I have been using: Install when the variable is less than 5. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/V-C-2013-redist-detection-tp7596368p7596370.html Sent from the wix-users mailing list archive at Nabble.com. ---