home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 October / VPR9710A.ISO / PLUGIN / INTERVU / install.exe / CreateDirs.ins next >
Text File  |  1997-05-14  |  377b  |  20 lines

  1. //
  2. // CreateDirs.ins -- Create the directories we need/want
  3. //
  4. SetProgramMode("UpdateComputer"); 
  5. IfEqual(NetscapeExists,"Yes")
  6. {
  7.     MakeDir(PluginDir);
  8.     MakeDir(PluginInterVUDir);
  9. }
  10. SetProgress("50");
  11. MakeDir(HomeDir);
  12. // MakeDir(HomeDir+"ivuhelp");
  13. MakeDir(InstDir);
  14. SetProgress("75");
  15. IfEqual(Win95Style,"TRUE");
  16. {
  17.     MakeDir(IVFolder);
  18. }
  19. SetProgress("100");
  20.