Re: [WiX-users] customactions and installsequence

2007-07-25 Thread Frédéric Viollet
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

Re: [WiX-users] customactions and installsequence

2007-07-24 Thread Mike Dimmick
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&

Re: [WiX-users] customactions and installsequence

2007-07-24 Thread Frédéric Viollet
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

Re: [WiX-users] customactions and installsequence

2007-07-23 Thread Mike Dimmick
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