home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 October A / Pcwk10a98.iso / Corel / Ventura8 / AUTORUN.INF next >
Windows Autorun File  |  1998-07-02  |  4KB  |  93 lines

  1. [Autorun]
  2. OPEN=INTRO.EXE
  3. ICON=SETUP\AUTORUN.ICO
  4.  
  5. [Product]
  6. ;****************************
  7. ;Products=the number of buttons choices including the Exit option
  8. ;Title=the Caption for the Intro window
  9. ;RegistryKey=used by our autorun.exe, if the key is set it will not launch the intro.exe
  10. ;            the intro is called via the 'SetupProgram' key below
  11. ;WaveFile=the path to a wav file that the intro will play (if located)
  12. ;AutorunProgram=relative path to the exe the autorun will launch(usually launches the intro.exe)
  13. ;LabelFont=Font used for text or label of each Button or Choice
  14. ;TextFont=Font used for error or description text (Typically displayed at the bottom)
  15. ;Charset=the charset used for the text used in the intro
  16. ;TextHeight=the point size of the fonts used for the 'Label' and 'Text' respectively
  17. ;LabelUnSelectedTextColor=RGB color of button text when not selected or highlighted
  18. ;LabelSelectedTextColor=RGB color of button text when selected or highlighted
  19. ;DescriptionTextColor=RGB color of the description text
  20. ;ErrorTextColor=RGB color of the error text
  21. ;CloseOnLaunch=if set to YES we will close the intro.exe upon successful launch of any of the choices
  22. ;CommonRect=the coordinates of rect used to display errors and discriptions (when button is highligted)
  23. ;           top* bottom* left* right 
  24. ;*****************************
  25. Products = 2
  26. Title = %ARTitle.Text%
  27. RegistryKey = Software\Corel\Corel VENTURA_TV\8.0
  28. WaveFile = setup\SETUP.WAV
  29. JumpWaveFile = setup\CLICK.wav
  30. AutorunProgram = intro.exe
  31. LabelFont = Arial CE
  32. LabelFontWeight = BOLD
  33. LabelFontItalic = 0
  34. LabelFontUnderline = 0
  35. TextFont = Arial CE
  36. TextFontWeight = REGULAR
  37. TextFontItalic = 0
  38. TextFontUnderline = 0
  39. Charset = 238
  40. TextHeight = 20*16
  41. LabelUnSelectedTextColor=0*0*0
  42. LabelSelectedTextColor=255*255*255S
  43. DescriptionTextColor=255*255*255
  44. ErrorTextColor=255*250*138
  45. CloseOnLaunch = YES
  46. CommonRect = 260*440*25*530
  47.  
  48. [Button0]
  49. ;**************************************
  50. ;SetupLabel=The Text Displayed for this choice
  51. ;LabelRectValue=the coordinates of the rect where this text will be placed on the background
  52. ;                 Top* Bottom* Left* Right
  53. ;SetupProgram=relative path to the program to launch when this choice is selected. Followed by our separator and
  54. ;              the command line arguments if any for the program, followed by the separartor and winexec if the program is
  55. ;               16 bit i.e.  setup.exe*/SetFile=<S>\autorun\bai7us.set*winexec
  56. ;TestFile=relative path to another file that must exist before we will attempt to launch the
  57. ;          'SetupProgram'
  58. ;SetupWindow=The window name of the program launched by the 'SetupProgram', we will check for this
  59. ;             being active and set focus to this window rather than launch a second instance of
  60. ;             'SetupProgram'
  61. ;Description=The discription of this button displayed when a user highlights (move the mouse
  62. ;             over) this button
  63. ;ErrorText=the error text displayed if the the 'SetupProgram" cannot be launched when the button is selected
  64. ;
  65. ;**************************************
  66. SetupLabel = %ARB0SetupLabel.Text%
  67. LabelRectValue = 180*210*25*600
  68. SetupProgram = setup.exe**
  69. TestFile = \programs\ventura.exe
  70. SetupWindow = Corel Setup Wizard
  71. Description = %ARB0Description.Text%
  72. ErrorText = %ARB0Error.Text%
  73.  
  74.  
  75. [Button1]
  76. SetupLabel = %ARB1SetupLabel.Text%
  77. LabelRectValue = 340*408*530*600
  78. Description = %ARB1Description%
  79. AlreadyRunningErrorText =
  80.  
  81. [Bitmaps]
  82. 16Color = setup\bitmap\INTRO16.BMP
  83. 256Color = setup\bitmap\INTRO256.BMP
  84.  
  85. [Strings]
  86. ARTitle.Text = Corel VENTURA 8 CD-ROM
  87. ARB0SetupLabel.Text = Install Corel VENTURAÖ 8, and Utilities
  88. ARB0Description.Text = This option installs Corel VENTURA 8, for powerful desktop publishing.
  89. ARB0Error.Text = The CD-ROM may have been removed from the drive.  Please reinsert the CD-ROM.
  90. ARB2Error.Text = The CD-ROM may have been removed from the drive.  Please reinsert the CD-ROM. Or you may not have an internet browser installed.
  91. ARB1SetupLabel.Text = EXIT
  92. ARB1Description = Click to exit.
  93.