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