home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1998 May / dpcb0598.iso / Business / Draw8 / autorun.inf next >
Windows Autorun File  |  1997-12-04  |  5KB  |  102 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\CorelDRAW_TV\8.0\Setup
  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*16
  41. LabelUnSelectedTextColor=0*0*0
  42. LabelSelectedTextColor=255*255*255S
  43. DescriptionTextColor=255*255*255
  44. ErrorTextColor=255*250*138
  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 = NO
  51. CommonRect = 300*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*55*532
  76. LabelRectValue = 220*243*55*532
  77. SetupProgram = Setup.exe**
  78. TestFile = \programs\coreldrw.exe
  79. SetupWindow = Corel Setup Wizard
  80. Description = %ARB0Description.Text%
  81. ErrorText = %ARB0Error.Text%
  82.  
  83. [Button1]
  84. SetupLabel = %ARB3SetupLabel.Text%
  85. ;LabelRectValue = 350*408*530*568
  86. LabelRectValue = 350*400*530*568
  87. Description = %ARB3Description%
  88. AlreadyRunningErrorText =
  89.  
  90. [Bitmaps]
  91. 16Color = setup\bitmap\INTRO16.BMP
  92. 256Color = setup\bitmap\INTRO256.BMP
  93.  
  94. [Strings]
  95. ARTitle.Text = CorelDRAW 8 Trial Version CD-ROM
  96. ARB0SetupLabel.Text = Install CorelDRAWÖ 8, Corel PHOTO-PAINTÖ 8 and Utilities
  97. ARB0Description.Text = This option installs CorelDRAW 8 Trial Version, the award-winning vector illustration program, Corel PHOTO-PAINT for professional image editing and painting, along with a host of productivity enhancing utilities.
  98. ARB0Error.Text = The CD-ROM may have been removed from the drive.  Please reinsert the CD-ROM.
  99. 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.
  100. ARB3SetupLabel.Text = EXIT
  101. ARB3Description = Click to exit.
  102.