Re: [WiX-users] [Wix-users] Recursive preprocessor variables

2011-05-03 Thread Aaron Klor
That was what I was trying to avoid, but it seems there's no other way. I've actually got a fairly fully featured wix lib that takes care of everything for me automatically, but I was hoping to avoid doing the bunch of copy/paste that apparently is required. Thank you for your insight. On May 3,

Re: [WiX-users] [Wix-users] Recursive preprocessor variables

2011-05-02 Thread maksim.vazhenin
-users] [Wix-users] Recursive preprocessor variables Hello all, I have been trying to create a foreach loop to make a few Properties, CustomActions, and CustomTable rows for each item in the list. I have previously defined a large number of preprocessor variables (40 in this case), and i am wanting

[WiX-users] [Wix-users] Recursive preprocessor variables

2011-04-29 Thread Aaron Klor
Hello all, I have been trying to create a foreach loop to make a few Properties, CustomActions, and CustomTable rows for each item in the list. I have previously defined a large number of preprocessor variables (40 in this case), and i am wanting to reference these by name using the value of the

[WiX-users] wix and the preprocessor...

2008-03-19 Thread Jeremy Breiding
I am currently using the stable 2.0 binaries to build my installer. Currently today i have multiple wxs files, 2 for individual msm's and 1 to include those msm's to build a few msi's. now, what i would like to do is consolidate down to a single wxs and still retain the ability to net the same

Re: [WiX-users] wix and the preprocessor...

2008-03-19 Thread Richard.Foster
@lists.sourceforge.net Subject: [WiX-users] wix and the preprocessor... I am currently using the stable 2.0 binaries to build my installer. Currently today i have multiple wxs files, 2 for individual msm's and 1 to include those msm's to build a few msi's. now, what i would like to do is consolidate down

Re: [WiX-users] wix and the preprocessor...

2008-03-19 Thread Jeremy Breiding
this up as a preprocessor defect or was the intention of the preprocessor to ever work this way?~Jeremy Subject: RE: [WiX-users] wix and the preprocessor...Date: Wed, 19 Mar 2008 12:24:47 -0400From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: wix-users@lists.sourceforge.net Jeremy, Just

Re: [WiX-users] wix and the preprocessor...

2008-03-19 Thread Richard.Foster
, Richard From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Breiding Sent: Wednesday, March 19, 2008 12:33 PM To: Foster, Richard - PAL Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] wix and the preprocessor... such a simple

Re: [WiX-users] wix and the preprocessor...

2008-03-19 Thread Jordan Fitzgibbon
: [WiX-users] wix and the preprocessor... My guess would be that the intention was that wix input files should be valid xml. In your case, the initial file wasn't (even though the effective file, after post-processing, would have been). Personally, I wouldn't consider that a defect, more a case