An InsItem section describes the items to be created during installation.
Every InsItem section of the desktop.sxp archive file can have the following entries:
|
Group=Group_name |
|
|
CmdLine=Command_Line |
|
|
Name=Item_name |
|
|
Symbol=Item_path,Item_index |
|
|
Pos=Xpos,Ypos |
optional |
|
WorkDir=Working_directory |
|
|
HotKey=Hotkey |
optional |
|
Show=Item_start |
optional |
|
Create1=AFlag_1[,Account_name_1] |
optional |
|
: |
|
|
Createn=AFlag_n[,Account_name_n] |
optional |
|
|
|
Specifies the group in which the item is created. The group is created if it does not already exist. The group name must not contain the following characters:
\ / : * ? " | ,
Specifies the application call (also comprising the arguments) that is executed when the item is activated.
Specifies the item. The item name must not contain the following characters:
\ / : * ? " | ,
Specifies path and index of the item.
Item_path specifies the item file in which the item is located. If this is not specified, the program path is assumed as the default.
Item_index specifies the index of the item within the item file. If this is not specified, 0 (zero) is assumed.
Specifies the horizontal position (Xpos) and vertical position (Ypos) of the item on the desktop.
Specifies the working directory of the application.
Specifies the hotkey used for starting the application.
Determines the way in which the application is to be started when the item is activated. Possible values for Item_start are as follows:
|
0 |
Normal start |
|
1 |
Start iconized |
Indicates the desktop user for whom the item is to be created in the program group.
Indicates the account flag. AFlag can have one of the values A, C, G, S, or U.
Indicates the user or group name.
| Copyright © 2013 CA. All rights reserved. |
|