Ok. Thanks.
I scheduled the action as deferred after InstallFiles (I needed the
custom action to be triggered after file installation and before service
start). I works fine.
Thanks again for your help.
Fred
Mike Dimmick a écrit :
Sorry, either mark as deferred and schedule between InstallIn
e.net
Subject: Re: [WiX-users] customactions and installsequence
Ok, thanks a lot for your explanation.
So if I correctly understood what you said, I must declare my custom
action as deferred. So I guess I write it this way:
NOT
Installed
Is the "After='InstallFiles&
Ok, thanks a lot for your explanation.
So if I correctly understood what you said, I must declare my custom
action as deferred. So I guess I write it this way:
DllEntry='apm_edit_conf' Execute='deferred' Return='check' />
NOT
Installed
Is the "After='InstallFiles'" still corre
In effect, Windows Installer makes two passes over the actions in between
InstallInitialize and InstallFinalize. In the first pass, by the client
process that called MsiDoAction (which is msiexec.exe if you just ran an
.msi from Explorer), the installer writes out a script for the tasks each
standa
4 matches
Mail list logo