Re: [WiX-users] problem with conditional component

2013-09-06 Thread Rob Mensching
l Message- > From: Manuel Fahndrich [mailto:m...@microsoft.com] > Sent: Tuesday, September 03, 2013 4:32 PM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] problem with conditional component > > I'm t

Re: [WiX-users] problem with conditional component

2013-09-06 Thread fahnd
Okay, I was missing a conditional invocation of the custom action to set the variable and the variable must be enclosed in [ ] in the setting custom action. This final code works: VS12_ROOT_FOLDER_EXISTS -- View this message in context: http://window

Re: [WiX-users] problem with conditional component

2013-09-05 Thread fahnd
Thanks Jacob, I followed your suggestion and now I'm getting different behavior. On machines without the VS2013 installed, it now properly omits the component. But on machines with VS2013, the folder it installs the component in is now d:\VS12Root\... instead of the folder pointed to by the VS12_

[WiX-users] problem with conditional component

2013-09-03 Thread Manuel Fahndrich
I'm trying to install some files conditionally under VS2013 by using the following snippets of code: ... ... VS12_ROOT_FOLDER

Re: [WiX-users] problem with conditional component

2013-09-03 Thread Hoover, Jacob
... -Original Message- From: Manuel Fahndrich [mailto:m...@microsoft.com] Sent: Tuesday, September 03, 2013 4:32 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] problem with conditional component I'm trying to install some files conditionally under VS2013 by using the foll