Hello,

I offer two features one of which is a web site component. In order to avoid
triggering of the ConfigureIIS CA when the non-web component is being
installed, I added the following to the Install execute action:

<Custom Action="ConfigureIIs" After="InstallFiles"><![CDATA[(&WEBFEATURE=3
And !WEBFEATURE=2) Or (!WEBFEATURE=3 And &WEBFEATURE=2)]]></Custom>

It seems to work well during installation and uninstallation of both the
different components. However, I am running into one issue where if the user
is installing the web component for the first time and is cancelling the
installation at the last moment (after the web site has been created -
ConfigureIIS CA has already triggered). In this specific scenario, I can see
that the web site and the web pool are not being deleted although the
installer has rolled back.

I am at a loss as to what to do now. Please advise.

Thanks,
Sai Kodi
-- 
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/ConfigureIIS-CA-not-getting-called-during-cancellation-tp5480740p5480740.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to