home *** CD-ROM | disk | FTP | other *** search
/ On Hand / On_Hand_From_Softbank_1994_Release_2_Disc_1_1994.iso / 00063 / s / setup.lst < prev   
File List  |  1993-06-16  |  1KB  |  35 lines

  1. addGroup ( "I'll Be Back", "Always", "On" );
  2. addGroup ( "Pictures", "Optional", "On" );
  3.  
  4. setWindowSize (544,313);
  5. setProgressWindowWidth ( 500 );
  6. setDefaultDrive ( "c" );
  7. setDefaultPath ( "windows" );
  8. setBackgroundColor ( "blue", "True" );
  9. setBackgroundTextColor ( "white" );
  10. setBackgroundTextShadowColor ( "black" );
  11. setBackgroundTextShadow ( "True", 3, 3 );
  12. setBackgroundText ("Pacific Micro", "Times New Roman", "Bold", 40, -1, 0);
  13. setTitle ( "I'll Be Back - Installation and Setup" );
  14. getUserOptions ();
  15.  
  16. setNumberFiles ( "I'll Be Back", 2 );
  17. setNumberFiles ( "Pictures", 1 );
  18.  
  19. if ( "I'll Be Back" );
  20. {
  21.     addFile ( 1, ".", "beback.exe", ".", "beback.exe", "Overwrite" );
  22.     addFile ( 1, ".", "beback.ini", ".", "beback.ini", "Overwrite" );
  23.     addFile ( 1, ".", "commdlg.dll", ".", "commdlg.dll", "Overwrite" );
  24. }
  25.  
  26. if ( "Pictures" );
  27. {
  28.     addFile ( 1, ".", "beback.bmp", ".", "beback.bmp", "Overwrite" );
  29. }
  30.  
  31. addProgmanItem ( "Accessories", "I'll Be Back", ".", "beback.exe" );
  32.  
  33. EOF
  34.  
  35.