home *** CD-ROM | disk | FTP | other *** search
- [Autorun]
- OPEN=Setup.exe
- ICON=Setup.exe,0
-
- [Product]
- ;****************************
- ;Products=the number of buttons choices including the Exit option
- ;Title=the Caption for the Intro window
- ;RegistryKey=used by our autorun.exe, if the key is set it will not launch the intro.exe
- ; the intro is called via the 'SetupProgram' key below
- ;WaveFile=the path to a wav file that the intro will play (if located)
- ;AutorunProgram=relative path to the exe the autorun will launch(usually launches the intro.exe)
- ;LabelFont=Font used for text or label of each Button or Choice
- ;TextFont=Font used for error or description text (Typically displayed at the bottom)
- ;Charset=the charset used for the text used in the intro
- ;TextHeight=the point size of the fonts used for the 'Label' and 'Text' respectively
- ;LabelUnSelectedTextColor=RGB color of button text when not selected or highlighted
- ;LabelSelectedTextColor=RGB color of button text when selected or highlighted
- ;DescriptionTextColor=RGB color of the description text
- ;ErrorTextColor=RGB color of the error text
- ;CloseOnLaunch=if set to YES we will close the intro.exe upon successful launch of any of the choices
- ;CommonRect=the coordinates of rect used to display errors and discriptions (when button is highligted)
- ; top* bottom* left* right
- ;*****************************
- Products = 4
- Title = %ProductTMName%
- RegistryKey = none
- WaveFile =
- JumpWaveFile =
- AutorunProgram = Setup.exe
- LabelFont = Arial
- LabelFontWeight = BOLD
- LabelFontItalic = 0
- LabelFontUnderline = 0
- TextFont = Arial
- TextFontWeight = REGULAR
- TextFontItalic = 0
- TextFontUnderline = 0
- Charset = 1
- TextHeight = 19*14
- LabelUnSelectedTextColor=100*100*100
- LabelSelectedTextColor=15*49*120
- DescriptionTextColor=15*49*120
- ErrorTextColor=151*49*43
- CloseOnLaunch = YES
- CommonRect = 240*290*180*440
- [Button0]
- ;**************************************
- ;SetupLabel=The Text Displayed for this choice
- ;LabelRectValue=the coordinates of the rect where this text will be placed on the background
- ; Top* Bottom* Left* Right
- ;SetupProgram=relative path to the program to launch when this choice is selected. Followed by our separator and
- ; the command line arguments if any for the program, followed by the separartor and winexec if the program is
- ; 16 bit i.e. setup.exe*/SetFile=<S>\autorun\bai7us.set*winexec
- ;TestFile=relative path to another file that must exist before we will attempt to launch the
- ; 'SetupProgram'
- ;SetupWindow=The window name of the program launched by the 'SetupProgram', we will check for this
- ; being active and set focus to this window rather than launch a second instance of
- ; 'SetupProgram'
- ;Description=The discription of this button displayed when a user highlights (move the mouse
- ; over) this button
- ;ErrorText=the error text displayed if the the 'SetupProgram" cannot be launched when the button is selected
- ;
- ;**************************************
- SetupLabel = %InisSGLablel.Text%
- LabelRectValue = 60*80*180*460
- SetupProgram = Smart Graphics\setup.exe
- SetupWindow = Corel Smart Graphics Install
- TestFile = Smart Graphics\setup.exe
- Description = %InisSGDescri.Text%
- ErrorText = %ARB0Error.Text%
-
- [Button1]
- SetupLabel = %ReadMeLablel.Text%
- LabelRectValue = 90*110*180*520
- SetupProgram = Smart Graphics\ReadMe.htm
- SetupWindow = Corel Smart Graphics Release Notes
- TestFile = Smart Graphics\ReadMe.htm
- Description = %ReadMeDescri.Text%
- ErrorText = %ARB0Error.Text%
-
- [Button2]
- SetupLabel = %SVGLablel.Text%
- LabelRectValue = 120*140*180*380
- SetupProgram = SVG Viewer\CorelSVG.msi
- SetupWindow = Corel SVG Viewer
- TestFile = SVG Viewer\CorelSVG.msi
- Description = %SVGDescri.Text%
- ErrorText = %ARB0Error.Text%
-
- [Button3]
- SetupLabel = %QuitLablel.Text%
- LabelRectValue = 180*200*180*220
- ;Description = %QuitDescri%
- ErrorText = %ARB0Error.Text%
-
- [Bitmaps]
- 16Color = Smart Graphics\Setup2.bmp
- 256Color = Smart Graphics\Setup2.bmp
-
- [Strings]
- ProductName = Corel Smart Graphics Studio
- ProductTMName = Corel(R) Smart Graphics Studio
- InisSGLablel.Text = Install %ProductName%
- InisSGDescri.Text = This option installs %ProductName% to your hard drive.
- ReadMeLablel.Text = %ProductName% Release Notes
- ReadMeDescri.Text = Read important information about %ProductName%.
- SVGLablel.Text = Install Corel SVG Viewer
- SVGDescri.Text = This option installs the Corel SVG Viewer to your hard drive.
- QuitLablel.Text = Exit
- QuitDescri.Text = Click to exit
- ARB0Error.Text = File not found - verify the file exists.
-