If I were your custom action I would log everything I could to figure it out.
> From: kpet...@otaksoft.com
> To: wix-users@lists.sourceforge.net
> Date: Fri, 20 Sep 2013 19:47:45 -0700
> Subject: Re: [WiX-users] Execution order issue
>
>
> Thanks for asking the question
gt;>
>> Remember, verbose logs tell a lot about what is and/or isn't happening.
>>
>>> From: kpet...@otaksoft.com
>>> To: wix-users@lists.sourceforge.net
>>> Date: Thu, 19 Sep 2013 13:15:38 -0700
>>> Subject: Re: [WiX-users] Exec
schedule it right after
> InstallFiles?
>
> Remember, verbose logs tell a lot about what is and/or isn't happening.
>
> > From: kpet...@otaksoft.com
> > To: wix-users@lists.sourceforge.net
> > Date: Thu, 19 Sep 2013 13:15:38 -0700
> > Subject: R
Phil,
modified it accordingly (I think..) and this places CA_CopyMasterIni
immediately BEFORE InstallFiles
in the InstallExecute Sequence table
How can I push it AFTER InstallFiles AND have it work? Surely there
t: Re: [WiX-users] Execution order issue
>
> Phil,
>
> modified it accordingly (I think..) and this places CA_CopyMasterIni
> immediately BEFORE InstallFiles
> in the InstallExecute Sequence table
>
>
> Id="CA_CopyMasterIni"
>
Well that means that you put it between InstallInitialize and
InstallFinalize but before InstallFiles, if that's where it's supposed to
be. Did you try that?
It's not a safe design without some extra details. When InstallFiles copies
your file, you need to be sure it won't replace the one you alr
My mistake for not specifying what else I had tried:
When i switched to 'deferred' LIGHT complained:
error LGHT0204 : ICE77: CA_CopyMasterIni is a in-script custom action. It must
be sequenced in
between the InstallInitialize action and the InstallFinalize action in the
InstallExecuteSequence
Your copy custom action is immediate - that means it will always happen
before any files are actually copied. If you need it to run after
InstallFiles has physically copied files it should be marked deferred.
Phil Wilson
On Tue, Sep 17, 2013 at 10:45 PM, Kai Peters wrote:
> Hi all,
>
> hopeful
Be aware that if your custom action gets any properties, then you'll need
to push those through by using CustomActionData.
On 18 September 2013 19:07, Phil Wilson wrote:
> Your copy custom action is immediate - that means it will always happen
> before any files are actually copied. If you need
Hi all,
hopefully my last newbie issue for some time (all previous issues have been
resolved thanks to the
great help from this list - thanks again!):
I deploy a CA "CA_CopyMasterIni" to copy a configuration file template from
location A to location B
if my customer's IT dept. has dropped one
10 matches
Mail list logo