Back to Contents Page
INI Customization for AutoRun: XGI User's Guide
Introduction
Outlook and Initialization for AutoRun
The following is the exposition for AutoRun customization with XGIRun.ini. Sections in XGIRun.ini: [StartUp], [Link1], [Link2], and [Button1] to [Button8] record all information about the definition of autorun outlook.
- INI Description
[StartUp]
Title=XGIRun ver. 1.00.01
TitleIcon=XRunRes\xgi.ico
Ximage=XRunRes\Image.bmp
DisFlashColorDepth=8
BackGround=XRunRes\background.bmp
DefaultButtonColor=RGB(218,218,218)
;[Link1]
;LinkName=XGI Technology Inc.
;Address=http://www.xgi.com.tw/
[Button1]
ButtonName=Volari Z7
ButtonInIcon=XRunRes\uti_in.ico
ButtonOutIcon=XRunRes\uti_out.ico
DeviceID=VEN_18CA&DEV_0020
Icon1=XRunRes\setup1.ico
Text1=Display Driver
Run1=Setup\setup.exe
DeviceID1=VEN_18CA&DEV_0020
- How to customize
- Open "XGIRun.ini". This file is under the
“Sroot directory of the install disk.
- The following is to castomize the autorun menu:
[StartUp]
"Title": User can set the title name of the dialog. It must be specified the full path name.
"TitleIcon": User can put a title icon on the left-top of the dialog. It must be specified the full path name.
"Ximage": User can put a bitmap on the dialog. There is a rectangle to be put on. 230x230 is better size for used. It must be specified the full path name.
"DisFlashColorDepth": Disable the execution of flash if the color depth is less than the specific value. The specific value maybe the following values: "8", "16", "32".
"BackGround": User can choose a backgroung of the dialog. User has to specify the full path name.
"DefaultButtonColor": User has to set the default button color for the buttons of the dialog. It must be the format of "RGB(R, G, B)" 0<= R,G,B <=255.
[Link1]
"LinkName": Any text that user want to set. And it must be the name of the www address below.
"Address": It has to specify a www address to be link. When user click this address, then he can connect to the Web if the WAN is connected.
[Button1]
"ButtonName": Any text that that user want to set. It must be the name of one package's name.
"ButtonInIcon": The icon will put on the button, it is the icon that the mouse moves in. It must be specified the full path name.
"ButtonOutIcon": The icon will put on the button, it is the icon that the mouse moves out. It must be specified the full path name.
"ButtonColor": User can define the button individual color. It must be the format of "RGB(R, G, B)" 0<= R,G,B <=255.
"DeviceID": Restriction the showing of the button by specifying hardware key particularly.
"Icon1": This icon will be put on the view box belong to this button. It is for user to select and active one action. This action is define at the "Run1" below.
"Text1": This text will be put on the view box with Icon1. It can be set any text the user want.
"Run1": This is the action when user click the "Icon1".
"DeviceID1": Restriction the showing of the item by specifying hardware key particularly.
In addition, every button can have max 8 actions. And the dialog can alse have max 8 buttons. [Button2] to [Button8] are to be customized. If there is only one button be defined, then this only one button will be hid. In this case, only a view box is appeared.
Please read all restrictions and disclaimers.
Back to Contents Page