home *** CD-ROM | disk | FTP | other *** search
/ Datatid 1999 #12 / Datatid-1999-12.iso / antiv / mvscannt / IIS2.ZIP / ISRESOTR.ISC < prev    next >
Encoding:
Text File  |  1998-12-09  |  318 b   |  8 lines

  1. /*  This script runs the program ISRESTOR from the Setup directory.  The executable will make a silent install, not so silent, by displaying a dialogue box indicating to the client.  The client is not asked for any response. */
  2.  
  3. POSTINITIAL()
  4.     {
  5.         RUNCUSTOMPROGRAM("%ISSRCDIR%ISRESTOR.EXE",
  6.             "",
  7.             1 );
  8.     }