Re: [WiX-users] wix variable help...

2007-07-01 Thread Bob Arnson
Jeremy Breiding wrote: > thanks, what about module/id? > That can't be generated; you have to specify it so you could use a preprocessor or bind-time variable if you wanted to refer to it elsewhere. -- sig://boB http://joyofsetup.com/ --

Re: [WiX-users] wix variable help...

2007-06-29 Thread Jeremy Breiding
thanks, what about module/id? Bob Arnson wrote: > Jeremy Breiding wrote: >> I would like to use the packagecode generation built into the >> compiler. > > Package codes aren't generated until bind time, so they're not > available during compilation. > --

Re: [WiX-users] wix variable help...

2007-06-29 Thread Bob Arnson
Jeremy Breiding wrote: > I would like to use the packagecode generation built into the compiler. > Package codes aren't generated until bind time, so they're not available during compilation. -- sig://boB http://joyofsetup.com/

Re: [WiX-users] wix variable help...

2007-06-29 Thread Mike Dimmick
If you need to refer to properties within a merge module from an installer which consumes that merge module, you should tell WiX not to modularize that property. You do this with the SuppressModularization attribute. There are a number of other elements which have a SuppressModularization attribut