,
for Silverwrist Design Studios. Portions created by Eric J. Bowersox are
Copyright (C) 2003 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
Contributor(s):
*#
#*
Parameters:
module = The name of the module we were installing
except = The exception that occurred if install failed (null on success)
log = List containing log messages from the installation
*#
#header2( "Install Module:" $module )
#if( $except )
The installation of module #encodeHTML( $module ) failed. The following is the exception that was
thrown by installation:
#stacktrace( $except )
#else
The installation of module #encodeHTML( $module ) was completed successfully.
#end
The following are the log messages generated by module installation:
#foreach( $x in $log )
#encodeHTML( $x )
#end
|
Install more modules
Return to previous menu