Blame | Last modification | View Log | RSS feed
/////////////////////////////////////////////////////////////////////////////////// ###### ##### ####// # # # # #// ##### # # #// # ##### # ###// # # # # #// ###### # # ####////// File Name : postinstall.rul// Description : InstallShield script///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// Function: postinstall//// Purpose: Add all configuration data to the properties files supplied.// General purpose function, calls specific functions to reduce code./////////////////////////////////////////////////////////////////////////////////export prototype postinstall();function postinstall()begin//MessageBox("postinstall() executing.", INFORMATION);// lets install our patch.//if ( islib_patchPostInstall() < 0 )thenMessageBox("Patch postinstall encountered severe errors." +"\n\nInstallation will abort.", SEVERE);abort;endif;end;