home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / CMCD0703.ISO / Software / Demo / CorelStudio / CSGS_01_TB.exe / Autorun.inf next >
Windows Autorun File  |  2003-04-22  |  5KB  |  113 lines

  1. [Autorun]
  2. OPEN=Setup.exe
  3. ICON=Setup.exe,0
  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 = 4
  26. Title = %ProductTMName%
  27. RegistryKey = none
  28. WaveFile = 
  29. JumpWaveFile = 
  30. AutorunProgram = Setup.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 = 19*14
  41. LabelUnSelectedTextColor=100*100*100
  42. LabelSelectedTextColor=15*49*120
  43. DescriptionTextColor=15*49*120
  44. ErrorTextColor=151*49*43
  45. CloseOnLaunch = YES
  46. CommonRect = 240*290*180*440
  47. [Button0]
  48. ;**************************************
  49. ;SetupLabel=The Text Displayed for this choice
  50. ;LabelRectValue=the coordinates of the rect where this text will be placed on the background
  51. ;                 Top* Bottom* Left* Right
  52. ;SetupProgram=relative path to the program to launch when this choice is selected. Followed by our separator and
  53. ;              the command line arguments if any for the program, followed by the separartor and winexec if the program is
  54. ;               16 bit i.e.  setup.exe*/SetFile=<S>\autorun\bai7us.set*winexec
  55. ;TestFile=relative path to another file that must exist before we will attempt to launch the
  56. ;          'SetupProgram'
  57. ;SetupWindow=The window name of the program launched by the 'SetupProgram', we will check for this
  58. ;             being active and set focus to this window rather than launch a second instance of
  59. ;             'SetupProgram'
  60. ;Description=The discription of this button displayed when a user highlights (move the mouse
  61. ;             over) this button
  62. ;ErrorText=the error text displayed if the the 'SetupProgram" cannot be launched when the button is selected
  63. ;
  64. ;**************************************
  65. SetupLabel = %InisSGLablel.Text%
  66. LabelRectValue = 60*80*180*460
  67. SetupProgram = Smart Graphics\setup.exe
  68. SetupWindow = Corel Smart Graphics Install
  69. TestFile = Smart Graphics\setup.exe
  70. Description = %InisSGDescri.Text%
  71. ErrorText = %ARB0Error.Text%
  72.  
  73. [Button1]
  74. SetupLabel = %ReadMeLablel.Text%
  75. LabelRectValue = 90*110*180*520
  76. SetupProgram = Smart Graphics\ReadMe.htm
  77. SetupWindow = Corel Smart Graphics Release Notes
  78. TestFile = Smart Graphics\ReadMe.htm
  79. Description = %ReadMeDescri.Text%
  80. ErrorText = %ARB0Error.Text%
  81.  
  82. [Button2]
  83. SetupLabel = %SVGLablel.Text%
  84. LabelRectValue = 120*140*180*380
  85. SetupProgram = SVG Viewer\CorelSVG.msi
  86. SetupWindow = Corel SVG Viewer
  87. TestFile = SVG Viewer\CorelSVG.msi
  88. Description = %SVGDescri.Text%
  89. ErrorText = %ARB0Error.Text%
  90.  
  91. [Button3]
  92. SetupLabel = %QuitLablel.Text%
  93. LabelRectValue = 180*200*180*220
  94. ;Description = %QuitDescri%
  95. ErrorText = %ARB0Error.Text%
  96.  
  97. [Bitmaps]
  98. 16Color = Smart Graphics\Setup2.bmp
  99. 256Color = Smart Graphics\Setup2.bmp
  100.  
  101. [Strings]
  102. ProductName = Corel Smart Graphics Studio
  103. ProductTMName = Corel(R) Smart Graphics Studio
  104. InisSGLablel.Text = Install %ProductName%
  105. InisSGDescri.Text = This option installs %ProductName% to your hard drive.
  106. ReadMeLablel.Text = %ProductName% Release Notes
  107. ReadMeDescri.Text = Read important information about %ProductName%.
  108. SVGLablel.Text = Install Corel SVG Viewer
  109. SVGDescri.Text = This option installs the Corel SVG Viewer to your hard drive.
  110. QuitLablel.Text = Exit
  111. QuitDescri.Text = Click to exit
  112. ARB0Error.Text = File not found - verify the file exists.
  113.