discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] XmlConfig questions
Peter Oehlert wrote:
> I was wondering about that given the name. I'm not seeing an execxmlconfig
> in the logfile with the /l*v option. Why might the schedule run but not
the
> exec?
>
ndows Installer XML toolset.
Subject: Re: [WiX-users] XmlConfig questions
Peter Oehlert wrote:
> I was wondering about that given the name. I'm not seeing an execxmlconfig
> in the logfile with the /l*v option. Why might the schedule run but not
the
> exec?
>
It won't call
Peter Oehlert wrote:
> I was wondering about that given the name. I'm not seeing an execxmlconfig
> in the logfile with the /l*v option. Why might the schedule run but not the
> exec?
>
It won't call ExecXmlConfig if there was nothing to do, or if the
component tied to the XmlConfig isn't bein
neral discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] XmlConfig questions
Peter Oehlert wrote:
> 1. So any idea why the code sample does not modify the xml file in the
> correct sequence?
SchedXmlConfig is called during script-generation but ExecXmlConfig,
which actually m
Peter Oehlert wrote:
> 1. So any idea why the code sample does not modify the xml file in the
> correct sequence?
SchedXmlConfig is called during script-generation but ExecXmlConfig,
which actually modifies the files, is called during script execution,
after files are installed.
--
sig://boB
h
toolset.
Subject: Re: [WiX-users] XmlConfig questions
1. The default sequencing of XmlConfig should modify the file after it is
installed.
2. If you make your XmlConfig/@VerifyPath to reach deeper then it will not
configure things that already exist. That should get you what you want.
I've don
1. The default sequencing of XmlConfig should modify the file after it is
installed.
2. If you make your XmlConfig/@VerifyPath to reach deeper then it will not
configure things that already exist. That should get you what you want. I've
done some pretty complex XML manipulations with very s
7 matches
Mail list logo