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/
--
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.
>
--
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/
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
4 matches
Mail list logo