home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-01-25 | 1.1 KB | 35 lines |
- ; This file is used to configure a setup launcher.
- ; Each section represents an OS that can be detected.
- ; Each section can have either a
- ; command=foobar foobar gets appended to the path where
- ; this setup.exe exist. Do not lead with backslash.
- ; This command is then execute through WinExec()
- ; and this app terminates.
- ; postError=My error message saying OS not supported
- ; This message will be posted. Message caption will
- ; be the Caption item in Error Messages section
-
-
- [Error Messages]
- ; This is the caption that will appear in any error message generated
- Caption=Setup Launcher
-
- [Windows 16]
- PostError=All hope lost to he who uses 16 bit OS!
-
- [Windows 95]
- PostError=Detected Windows 95. You are cool!
-
-
- [Windows NT Original GUI]
- PostError=Detected Windows NT with old GUI. Get a life!
-
-
- [Windows NT New GUI]
- PostError=Detected Windows NT with New GUI
-
-
- [OS UNDEFINED]
- PostError=Undefined Operating System detected. Unable to install application
-
-