home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 October / VPR9710A.ISO / PLUGIN / INTERVU / install.exe / UpdateScripts.ins < prev   
Text File  |  1997-05-15  |  575b  |  15 lines

  1. //
  2. // Update EyeQ Options
  3. //This will update the list of things you can do with the Multimedia Gateway,
  4. // to make sure you can get the latest software when you install new
  5. // components, or when you update your existing software.
  6. LoadScript("NetscapeChecks.ins","2");
  7. LoadScript("FindStuff.ins","3");
  8. LoadScript("CreateDirs.ins","5");
  9. // Go get the current script updater and run it:
  10. SetProgramMode("WebCopy");
  11. DownloadFromNetIfOld(CommonNetPath+"doupdatescripts.in_",InstDir+"DoUpdateScripts.ins");
  12. SetProgress("20");
  13. LoadScript("DoUpdateScripts.ins","80");
  14.  
  15.