home *** CD-ROM | disk | FTP | other *** search
/ Online Praxis 1998 March / Image.iso / CD-ROM / NETSCAPE / CCK / INSTBLDR.Z / launch.ini < prev    next >
Encoding:
INI File  |  1997-01-25  |  1.1 KB  |  35 lines

  1. ; This file is used to configure a setup launcher.
  2. ; Each section represents an OS that can be detected.
  3. ; Each section can have either a
  4. ;   command=foobar   foobar gets appended to the path where
  5. ;                     this setup.exe exist.  Do not lead with backslash.
  6. ;                     This command is then execute through WinExec()
  7. ;                     and this app terminates.
  8. ;   postError=My error message saying OS not supported
  9. ;                     This message will be posted.  Message caption will
  10. ;                    be the Caption item in Error Messages section
  11.                
  12.  
  13. [Error Messages]
  14. ; This is the caption that will appear in any error message generated
  15. Caption=Setup Launcher
  16.  
  17. [Windows 16]
  18. PostError=All hope lost to he who uses 16 bit OS!
  19.  
  20. [Windows 95]
  21. PostError=Detected Windows 95.  You are cool!
  22.  
  23.  
  24. [Windows NT Original GUI]
  25. PostError=Detected Windows NT with old GUI.  Get a life!
  26.  
  27.  
  28. [Windows NT New GUI]
  29. PostError=Detected Windows NT with New GUI
  30.  
  31.  
  32. [OS UNDEFINED]
  33. PostError=Undefined Operating System detected.  Unable to install application
  34.  
  35.