home *** CD-ROM | disk | FTP | other *** search
/ Corel Gallery 1,000,000 - Disc 1 / GALLERY1M01.iso / Autorun.inf next >
Windows Autorun File  |  1998-07-24  |  5KB  |  115 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\CorelGallery\3.0
  28. WaveFile = setup\SETUP.WAV
  29. JumpWaveFile = setup\CLICK.wav
  30. AutorunProgram = intro.exe
  31. LabelFont = Arial
  32. LabelFontWeight = BOLD
  33. LabelFontItalic = 0
  34. LabelFontUnderline = 0
  35. TextFont = Arial
  36. TextFontWeight = REGULAR
  37. TextFontItalic = 0
  38. TextFontUnderline = 0
  39. Charset = 1
  40. TextHeight = 20*18
  41. LabelUnSelectedTextColor=0*0*0
  42. LabelSelectedTextColor=220*300*0
  43. DescriptionTextColor=220*300*0
  44. ErrorTextColor=0*0*255
  45. ;TextHeight = 22*18
  46. ;LabelUnSelectedTextColor=0*0*255
  47. ;LabelSelectedTextColor=255*0*0
  48. ;DescriptionTextColor=255*255*255
  49. ;ErrorTextColor=0*255*255
  50. CloseOnLaunch = YES
  51. CommonRect = 230*440*55*555
  52. ;CommonRect = 330*390*60*555
  53.  
  54. [Button0]
  55. ;**************************************
  56. ;SetupLabel=The Text Displayed for this choice
  57. ;LabelRectValue=the coordinates of the rect where this text will be placed on the background
  58. ;                 Top* Bottom* Left* Right
  59. ;SetupProgram=relative path to the program to launch when this choice is selected. Followed by our separator and
  60. ;              the command line arguments if any for the program, followed by the separartor and winexec if the program is
  61. ;               16 bit i.e.  setup.exe*/SetFile=<S>\autorun\bai7us.set*winexec
  62. ;TestFile=relative path to another file that must exist before we will attempt to launch the
  63. ;          'SetupProgram'
  64. ;SetupWindow=The window name of the program launched by the 'SetupProgram', we will check for this
  65. ;             being active and set focus to this window rather than launch a second instance of
  66. ;             'SetupProgram'
  67. ;Description=The discription of this button displayed when a user highlights (move the mouse
  68. ;             over) this button
  69. ;ErrorText=the error text displayed if the the 'SetupProgram" cannot be launched when the button is selected
  70. ;
  71. ;**************************************
  72. SetupLabel = %ARB0SetupLabel.Text%
  73. ; Label length is 225 pixels
  74. ; All Text height is 23 pixels
  75. ;LabelRectValue = 140*163*250*532
  76. LabelRectValue = 150*343*65*400
  77. SetupProgram = setup.exe**
  78. TestFile = setup.exe
  79. SetupWindow = Corel Setup Wizard
  80. Description = %ARB0Description.Text%
  81. ErrorText = %ARB0Error.Text%
  82.  
  83. ;[Button1]
  84. ;SetupLabel = %ARB1SetupLabel.Text%
  85. ; Label text is 40 pixels long
  86. ;LabelRectValue = 385*408*560*595
  87. ;LabelRectValue = 283*303*65*100
  88. ;LabelRectValue = 185*205*250*532
  89. ;SetupProgram = Demo\Corel Photo Demo.exe**
  90. ;SetupWindow = Corel Photo Demo
  91. ;TestFile = Demo\Corel Photo Demo.exe
  92. ;Description = %ARB1Description%
  93. ;ErrorText = %ARB0Error.Text%
  94.  
  95. [Button1]
  96. SetupLabel = %ARB1SetupLabel.Text%
  97. LabelRectValue = 300*408*530*568
  98. Description = %ARB1Description%
  99. AlreadyRunningErrorText =
  100.  
  101. [Bitmaps]
  102. 16Color = setup\bmp\INTRO16.BMP
  103. 256Color = setup\bmp\INTROpal.BMP
  104.  
  105. [Strings]
  106. ARTitle.Text = Corel GALLERY CD-ROM
  107. ARB0SetupLabel.Text = Setup
  108. ARB0Description.Text = Click here to launch the Corel GALLERY installation.
  109. ARB0Error.Text = The CD-ROM may have been removed from the drive.  Please reinsert the CD-ROM.
  110. 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.
  111. ;ARB1SetupLabel.Text = Run
  112. ;ARB1Description = This option 
  113. ARB1SetupLabel.Text = EXIT
  114. ARB1Description = Click to exit.
  115.