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
crosoft.com/en-us/library/aa368012(VS.85).aspx Jim From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan O'Neill Sent: Tuesday, April 22, 2008 8:24 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Question about variables I'

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
il 22, 2008 8:24 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Question about variables I'm decoding someone else's setup and it has the following custom action definition; ... ... Plus the following scheduling

[WiX-users] Question about variables

2008-04-22 Thread Ryan O'Neill
I'm decoding someone else's setup and it has the following custom action definition; ... ... Plus the following scheduling of that action. (CTL_SetDefault = 1) AND $MyVbsCa>2 >From what I understand, $MyVbsCa is a variable but it is not used