home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1998 April / DPPCPRO0498.ISO / April / Sprint4 / AUTORUN / WELCOM16.INI < prev    next >
Encoding:
INI File  |  1998-07-18  |  3.1 KB  |  98 lines

  1. ;    For help see comments at end of file
  2.  
  3. [Main]
  4. Bitmap=%1autorun.bmp
  5. Buttons=7
  6. Label=Welcome to Zenographics SuperPrint 4.0!
  7. Sound=%1autorun.wav
  8. LabelFont=Arial
  9. LabelFontSize=20
  10. LabelFontWeight=700
  11. LabelColorNormal=0x888888
  12. LabelColorHighlight=0x000000
  13.  
  14. [Button1]
  15. Bitmap=%1superque.bmp
  16. Command=%2\april\sprint4\superque\setup.exe
  17. Label=Install%nSuperPrint
  18. CopySystemFiles=SYSFILES
  19.  
  20. [Button2]
  21. Bitmap=%1drivers.bmp
  22. Command=%2\april\sprint4\drivers\setupdrv.exe %2\april\sprint4\drivers
  23. Label=Install%nSuperDrivers
  24. CopySystemFiles=SYSFILES
  25.  
  26. [Button3]
  27. Bitmap=%1superhlp.bmp
  28. Command=winhlp32 -i Getting_started_with_Windows_3_1 %2\april\sprint4\docs\sp40help.hlp
  29. Label=View%nSuperHelp
  30.  
  31. [Button4]
  32. Bitmap=%1wordview.bmp
  33. Command=notepad %2\april\sprint4\wordview\wv6\install.txt
  34. Label=Install%nWord Viewer
  35.  
  36. [Button5]
  37. Bitmap=%1explore.bmp
  38. Command=winfile
  39. Label=Explore CD
  40.  
  41. [Button6]
  42. Bitmap=%1deinstal.bmp
  43. Command=%2\april\sprint4\superque\spdinst.exe
  44. Label=Uninstall
  45. CopySystemFiles=SYSFILES
  46.  
  47. [Button7]
  48. Bitmap=%1exit.bmp
  49. Command=@exit
  50. Label=Exit
  51.  
  52. [SYSFILES]
  53. zspool.dll=SOURCE:%2\april\sprint4\system\zspool.dll
  54. mfc30.dll=SOURCE:%2\april\sprint4\system\win32s\mfc30.dll
  55. msvcrt20.dll=SOURCE:%2\april\sprint4\system\win32s\msvcrt20.dll
  56.  
  57. ;    HELP
  58. ;
  59. ;    For "bitmap=" and "Command=" keys:  
  60. ;    %1=directory Welcome is running from (not the current directory)
  61. ;    %2=drive designator (i.e. D:)
  62. ;    %n=crlf
  63. ;
  64. ;    For "Command=" keys:
  65. ;    @exit = quit application
  66. ;    other strings assumed to be command-line string
  67. ;
  68. ;    Each [ButtonX] section now supports this key:
  69. ;
  70. ;    CopySystemFiles=<some other section name>
  71. ;
  72. ;    This specifies the name of another section that contains a list
  73. ;    of any files that must be installed in the System directory.
  74. ;    Installation of files in any other target directory is unsupported.
  75. ;    Each entry in the copy list section has this format:
  76. ;
  77. ;    <targetfilename>=[SOURCE:<path\sourcefilename>][,VERSION:x.x.x.x][,DATE:x.x.x][,EXACT]
  78. ;
  79. ;    WELCOME divides the button bitmaps into thirds, left to right,
  80. ;    to draw a button's state.  The left third of the bitmap shows
  81. ;    the normal state, the middle third is for the "got focus" state,
  82. ;    and the right third is for the selected (pressed) state.
  83. ;    WELCOME sizes the button to fit one third of the bitmap.
  84. ;    Think of the button as the projector and the bitmap as a strip
  85. ;    of film with 3 frames on it.
  86. ;
  87. ;    Several keys under the [Main] section control the appearance of the labels:
  88. ;
  89. ;    LabelFont -  Specifies the label font, by font name. The system font is default if not specified.
  90. ;    LabelFontSize -  Specifies the cell height of the label text, in pixels.
  91. ;    LabelFontWeight -  Specifies the font weight.  400 is normal, 700 is bold.
  92. ;    LabelColorNormal -  Specifies the color of label text (not hightlighted).  Black by default.
  93. ;    LabelColorHighlight -  Specifies the color of highlighted text.  Black by default.
  94. ;
  95. ;    "LabelColorNormal" and "LabelColorHighlight" are specified in hexadecimal form,
  96. ;    same as the .SDD "ColorSpaceX" keys.  For instance, 0xFF0080 specifies a color
  97. ;    with a blue of 255 (FF), a green of 0 (00) and a red of 128 (80).
  98.