home *** CD-ROM | disk | FTP | other *** search
/ Chip: 25 Years Anniversary / CHIP_25Jahre_Jubilaeum.iso / downloads / 401065 / Autorun.inf < prev    next >
Windows Autorun File  |  2003-04-14  |  4KB  |  105 lines

  1. [Autorun]
  2. OPEN=Intro.EXE
  3. ICON=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 = 3
  26. Title = %ARTitle.Text%
  27. RegistryKey = Software\Corel\WordPerfect Suite\11\Setup
  28. ;WaveFile = Install\SETUP.WAV
  29. ;JumpWaveFile = Install\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 = 19*13
  41. ;LabelUnSelectedTextColor=0*0*0
  42. LabelSelectedTextColor=15*49*200
  43. DescriptionTextColor=15*49*200
  44. ErrorTextColor=151*49*43
  45. CloseOnLaunch = No
  46. CommonRect = 300*440*20*555
  47. ;CommonRect = 345*385*20*555
  48.  
  49. [Button0]
  50. SetupLabel = %ARB0SetupLabel.Text%
  51. LabelRectValue = 140*165*20*600
  52. SetupProgram = WPO11\setup.exe
  53. SetupWindow = %ARB0SetupWindow.Text%
  54. TestFile = WPO11\setup.exe
  55. Description = %ARB0Description.Text%
  56. ErrorText = %ARB0Error.Text%
  57.  
  58. [Button1]
  59. SetupLabel = %ARB2SetupLabel.Text%
  60. LabelRectValue = 175*210*20*600
  61. SetupProgram = Readme.htm
  62. SetupWindow = %ARB2SetupWindow.Text%
  63. TestFile = Readme.htm
  64. Description = %ARB2Description.Text%
  65. ErrorText = %ARB2Error.Text%
  66.  
  67. ;[Button2]
  68. ;SetupLabel = %ARB3SetupLabel.Text%
  69. ;LabelRectValue = 215*245*20*600
  70. ;SetupProgram = ZIM_SMS\setup.exe
  71. ;SetupWindow = %ARB3SetupWindow.Text%
  72. ;TestFile = ZIM_SMS\setup.exe
  73. ;Description = %ARB3Description.Text%
  74. ;ErrorText = %ARB3Error.Text%
  75.  
  76. [Button2]
  77. SetupLabel = %ARB4SetupLabel.Text%
  78. LabelRectValue = 215*245*20*600
  79. Description = %ARB4Description%
  80. AlreadyRunningErrorText =
  81.  
  82. [Bitmaps]
  83. 16Color = setup16.bmp
  84. 256Color = setup256.bmp
  85.  
  86. [Strings]
  87. ARTitle.Text = WordPerfect(R) Office 11  CD1
  88. ARB0SetupLabel.Text = WordPerfect(R) Office 11 
  89. ARB0Description.Text = Install WordPerfect Office 11, including WordPerfect, Quattro Pro and Presentations. 
  90. ARB0Error.Text = The CD-ROM may have been removed from the drive. Please reinsert the CD-ROM.
  91. ARB0SetupWindow.Text = WordPerfect(R) Office 11
  92.  
  93. ARB2SetupLabel.Text = Release Notes
  94. ARB2Description.Text = Important information about WordPerfect Office 11. 
  95. ARB2Error.Text = The CD-ROM may have been removed from the drive. Please reinsert the CD-ROM.
  96. ARB2SetupWindow.Text = WordPerfect(R) Office 11 Readme
  97.  
  98. ARB3SetupLabel.Text  = ZIM(TM) SMS Office
  99. ARB3Description.Text = ZIM SMS Office is a wireless office extension tool designed to extend key Quattro Pro(R) and Microsoft(R) Outlook functionality to cellular phones via SMS text messaging.
  100. ARB3Error.Text       = The CD-ROM may have been removed from the drive. Please reinsert the CD-ROM.
  101. ARB3SetupWindow.Text = ZIM SMS Office Setup
  102.  
  103. ARB4SetupLabel.Text = EXIT
  104. ARB4Description = Click to exit.
  105.