Re: [WiX-users] Question about variables

2008-04-23 Thread Ryan O'Neill
should have been uppercase, my mistake (obviously). From: Jim Williams [mailto:[EMAIL PROTECTED] Sent: 22 April 2008 17:35 To: Ryan O'Neill; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Question about variables The dollar sign ($) on the front of the component name My

Re: [WiX-users] Question about variables

2008-04-22 Thread Ryan O'Neill
Makes a lot more sense now, thank you. From: Jim Williams [mailto:[EMAIL PROTECTED] Sent: 22 April 2008 17:35 To: Ryan O'Neill; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Question about variables The dollar sign ($) on the front of the component name MyVbsCa means to us

Re: [WiX-users] Question about variables

2008-04-22 Thread Jim Williams
The dollar sign ($) on the front of the component name MyVbsCa means to use the value of action state of the component, that is, what is going to be done to the component. ">.2" means to check if the action state is greater than 2, where 2 means "not present or installed" or being uninstalled. Th

Re: [WiX-users] Question about variables

2008-04-22 Thread Ryan O'Neill
Thanks for that, just what I was looking for. From: Chad Petersen [mailto:[EMAIL PROTECTED] Sent: 22 April 2008 16:49 To: Ryan O'Neill; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Question about variables I believe this web link should be a good reference for the $ ope

Re: [WiX-users] Question about variables

2008-04-22 Thread Chad Petersen
I believe this web link should be a good reference for the $ operator and the state value 2 http://msdn2.microsoft.com/en-us/library/aa368012.aspx From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan O'Neill Sent: Tuesday, April 22, 200