[cpp-sp COMMIT] /branches/REL_2/msi/WiX/ShibbolethSP-noarch.wxs
noreply at shibboleth.net
noreply at shibboleth.net
Sun Aug 5 12:49:45 EDT 2012
Author: rdw
Date: Sun Aug 5 12:49:44 2012
New Revision: 3753
URL: http://svn.shibboleth.net/view/cpp-sp?rev=3753&view=rev
Log:
Schedule Reboot if IIS configured
Modified:
branches/REL_2/msi/WiX/ShibbolethSP-noarch.wxs
Modified: branches/REL_2/msi/WiX/ShibbolethSP-noarch.wxs
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/msi/WiX/ShibbolethSP-noarch.wxs?rev=3753&r1=3752&r2=3753&view=diff
==============================================================================
--- branches/REL_2/msi/WiX/ShibbolethSP-noarch.wxs (original)
+++ branches/REL_2/msi/WiX/ShibbolethSP-noarch.wxs Sun Aug 5 12:49:44 2012
@@ -238,7 +238,7 @@
<Custom Action='ShibInstallISAPIFilter' After='InstallFiles'>
(NOT Installed) AND (INSTALL_ISAPI_FILTER = "TRUE") AND (NOT ALREADYINSTALLED) AND IISMAJORVERSION
</Custom>
- <ScheduleReboot>
+ <ScheduleReboot Before='InstallFinalize'>
(NOT Installed) AND (INSTALL_ISAPI_FILTER = "TRUE") AND (NOT ALREADYINSTALLED) AND IISMAJORVERSION
</ScheduleReboot>
More information about the commits
mailing list