[wix-users] When is the IIS extension executed during install?

Edwin Castro egcastr at gmail.com
Mon Jan 23 11:37:10 PST 2017


>From the wix39rtm tag:

ConfigureIIs seems to be scheduled before RegisterUser.
InstallCertificates seems to be scheduled after InstallFiles.
UninstallCertificates seems to be scheduled before RemoveFiles.

I would not expect that scheduling to change between versions but it
is a possibility.

--
Edwin G. Castro


On Mon, Jan 23, 2017 at 11:29 AM, Steve Ogilvie <SOGILVIE at msn.com> wrote:
> Hi all,
>
> I have an installer that creates a database (using SQL scripts) and creates 4 or 5 web apps.
>
> I need to know when during the installexecutesequence that the following are executed:
> iis:WebAppPool
> iis:WebVirtualDir
> thanks,
>
> steve
>
>
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/


More information about the wix-users mailing list