home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / 45s.zip / SETUPINF.INF < prev    next >
INI File  |  1996-03-06  |  640b  |  29 lines

  1.  
  2. ;; string table and stuff for SETUP.EXE
  3. ;; $#6=foreground color; 
  4. ;; $#7=background color; 
  5. ;; $#9=window brush
  6.  
  7. [SETUP]
  8. $#1=Initializing Install ...
  9. $#2=Install ERROR
  10. $#3=I cannot find
  11. $#4=I cannot initialize the Installer.
  12. $#5=Insufficent space on TEMP drive
  13. $#6=$00FFFF00
  14. $#7=$00000000
  15. $#8=I cannot run from the TEMP directory!
  16. $#9=4
  17. $#10=I can only run under 32-bit Windows!
  18.  
  19. [USER-FILES]
  20. ; User files for SETUP.EXE to copy to TEMP directory
  21. $TEMPDIR=SETUP.CHF
  22.  
  23. ; batch file to run at beginning of install
  24. $BATCH-FILE=SETUP.CHF
  25.  
  26. ; do we require a 32-bit version of Windows?
  27. ; 0="No";  1="Yes"
  28. $WIN32-ONLY=0
  29.