[cpp-sp COMMIT] /branches/REL_2/msi/WiX/ShibbolethSP-noarch.wxs
noreply at shibboleth.net
noreply at shibboleth.net
Fri Aug 3 13:09:40 EDT 2012
Author: scantor
Date: Fri Aug 3 13:09:40 2012
New Revision: 3749
URL: http://svn.shibboleth.net/view/cpp-sp?rev=3749&view=rev
Log:
Fix to reboot after IIS configure
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=3749&r1=3748&r2=3749&view=diff
==============================================================================
--- branches/REL_2/msi/WiX/ShibbolethSP-noarch.wxs (original)
+++ branches/REL_2/msi/WiX/ShibbolethSP-noarch.wxs Fri Aug 3 13:09:40 2012
@@ -238,6 +238,10 @@
<Custom Action='ShibInstallISAPIFilter' After='InstallFiles'>
(NOT Installed) AND (INSTALL_ISAPI_FILTER = "TRUE") AND (NOT ALREADYINSTALLED) AND IISMAJORVERSION
</Custom>
+ <ScheduleReboot>
+ (NOT Installed) AND (INSTALL_ISAPI_FILTER = "TRUE") AND (NOT ALREADYINSTALLED) AND IISMAJORVERSION
+ </ScheduleReboot>
+
<!-- (try to) Uninstall IIS if
- this is an uninstall
More information about the commits
mailing list