home *** CD-ROM | disk | FTP | other *** search
INI File | 1998-07-18 | 3.1 KB | 98 lines |
- ; For help see comments at end of file
-
- [Main]
- Bitmap=%1autorun.bmp
- Buttons=7
- Label=Welcome to Zenographics SuperPrint 4.0!
- Sound=%1autorun.wav
- LabelFont=Arial
- LabelFontSize=20
- LabelFontWeight=700
- LabelColorNormal=0x888888
- LabelColorHighlight=0x000000
-
- [Button1]
- Bitmap=%1superque.bmp
- Command=%2\april\sprint4\superque\setup.exe
- Label=Install%nSuperPrint
- CopySystemFiles=SYSFILES
-
- [Button2]
- Bitmap=%1drivers.bmp
- Command=%2\april\sprint4\drivers\setupdrv.exe %2\april\sprint4\drivers
- Label=Install%nSuperDrivers
- CopySystemFiles=SYSFILES
-
- [Button3]
- Bitmap=%1superhlp.bmp
- Command=winhlp32 -i Getting_started_with_Windows_3_1 %2\april\sprint4\docs\sp40help.hlp
- Label=View%nSuperHelp
-
- [Button4]
- Bitmap=%1wordview.bmp
- Command=notepad %2\april\sprint4\wordview\wv6\install.txt
- Label=Install%nWord Viewer
-
- [Button5]
- Bitmap=%1explore.bmp
- Command=winfile
- Label=Explore CD
-
- [Button6]
- Bitmap=%1deinstal.bmp
- Command=%2\april\sprint4\superque\spdinst.exe
- Label=Uninstall
- CopySystemFiles=SYSFILES
-
- [Button7]
- Bitmap=%1exit.bmp
- Command=@exit
- Label=Exit
-
- [SYSFILES]
- zspool.dll=SOURCE:%2\april\sprint4\system\zspool.dll
- mfc30.dll=SOURCE:%2\april\sprint4\system\win32s\mfc30.dll
- msvcrt20.dll=SOURCE:%2\april\sprint4\system\win32s\msvcrt20.dll
-
- ; HELP
- ;
- ; For "bitmap=" and "Command=" keys:
- ; %1=directory Welcome is running from (not the current directory)
- ; %2=drive designator (i.e. D:)
- ; %n=crlf
- ;
- ; For "Command=" keys:
- ; @exit = quit application
- ; other strings assumed to be command-line string
- ;
- ; Each [ButtonX] section now supports this key:
- ;
- ; CopySystemFiles=<some other section name>
- ;
- ; This specifies the name of another section that contains a list
- ; of any files that must be installed in the System directory.
- ; Installation of files in any other target directory is unsupported.
- ; Each entry in the copy list section has this format:
- ;
- ; <targetfilename>=[SOURCE:<path\sourcefilename>][,VERSION:x.x.x.x][,DATE:x.x.x][,EXACT]
- ;
- ; WELCOME divides the button bitmaps into thirds, left to right,
- ; to draw a button's state. The left third of the bitmap shows
- ; the normal state, the middle third is for the "got focus" state,
- ; and the right third is for the selected (pressed) state.
- ; WELCOME sizes the button to fit one third of the bitmap.
- ; Think of the button as the projector and the bitmap as a strip
- ; of film with 3 frames on it.
- ;
- ; Several keys under the [Main] section control the appearance of the labels:
- ;
- ; LabelFont - Specifies the label font, by font name. The system font is default if not specified.
- ; LabelFontSize - Specifies the cell height of the label text, in pixels.
- ; LabelFontWeight - Specifies the font weight. 400 is normal, 700 is bold.
- ; LabelColorNormal - Specifies the color of label text (not hightlighted). Black by default.
- ; LabelColorHighlight - Specifies the color of highlighted text. Black by default.
- ;
- ; "LabelColorNormal" and "LabelColorHighlight" are specified in hexadecimal form,
- ; same as the .SDD "ColorSpaceX" keys. For instance, 0xFF0080 specifies a color
- ; with a blue of 255 (FF), a green of 0 (00) and a red of 128 (80).
-