[java-identity-provider COMMIT] /trunk/idp-installer/src/main/wix/ShibbolethIdP-main.wxs
noreply at shibboleth.net
noreply at shibboleth.net
Thu Feb 23 05:32:01 EST 2017
Author: rdw
Date: Thu Feb 23 05:32:00 2017
New Revision: 8629
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8629&view=rev
Log:
IDP-1051 Headless installs
https://issues.shibboleth.net/jira/browse/IDP-1051
Set up the paramneterization after CostFinalize. That way on a headless
install INSTALLDIR will have been setup.
Modified:
trunk/idp-installer/src/main/wix/ShibbolethIdP-main.wxs
Modified: trunk/idp-installer/src/main/wix/ShibbolethIdP-main.wxs
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-installer/src/main/wix/ShibbolethIdP-main.wxs?rev=8629&r1=8628&r2=8629&view=diff
==============================================================================
--- trunk/idp-installer/src/main/wix/ShibbolethIdP-main.wxs (original)
+++ trunk/idp-installer/src/main/wix/ShibbolethIdP-main.wxs Thu Feb 23 05:32:00 2017
@@ -178,7 +178,7 @@
<!-- Work -->
- <Custom Action="SetWriteConfigFiles" Before="CostInitialize">NOT Installed</Custom>
+ <Custom Action="SetWriteConfigFiles" After="CostFinalize">NOT Installed</Custom>
<Custom Action="WriteConfigFiles" After="InstallFiles">NOT Installed</Custom>
<Custom Action="SetIdpAnt" After="WriteConfigFiles">NOT Installed</Custom>
<Custom Action="RunIdpAnt" After="SetIdpAnt">(NOT Installed) AND DEBUG_INSTALL</Custom>
More information about the commits
mailing list