Customizing Icons and Shortcuts

The Intranet Publisher, Offline Publisher, and Solo Client installations automatically create several icons and shortcuts. If you would like to customize the desktop icons or shortcuts these installations place on your end user's machine, you must modify the CustIcon.ini file (shown below). The CustIcon.ini file is one of the redistributable install files and is located in the root install folder.

CustIcon.ini File Settings

[]
Desktop=
StartUp=
StartMenu=
LibInstIcon= [Desktop] CreateIcon=yes Title=View Content Icon=cnserver.exe Ordinal=0 [StartUp] CreateIcon=no Title=View Content Icon=cnserver.exe Ordinal=0 [StartMenu] CreateIcon=yes MenuPath=Programs\\Rocket\\NXT Intranet Publisher Title=View Content Icon=cnserver.exe Ordinal=0
[LibInstIcon]
CreateIcon=yes
Title=Library Installer
Icon=custom.ico
Ordinal=0

The CustIcon.ini file has these options:

Table 2.  Options for the custicon.ini File
Item Description
Desktop Specifies the creation of an icon on the user's desktop. Options include the creation of the icon, the icon's title, the executable where the icon is stored, and the icon's ordinal position.
Startup Specifies the creation of a shortcut in the Startup group. Options in Startup include the creation of an icon, the icon's title, the executable where the icon is stored, and the icon's ordinal position.
LibInstIcon Specifies the creation of a shortcut for the Library Installer in the Start menu. Allows you to customize the display text for the Library Installer in the Start menu and specify a custom icon within that menu.
StartMenu Specifies the creation of a shortcut within the Start menu. Options include the creation of an icon, the path to the shortcut's location within the Start menu, the icon's title, the executable where the icon is stored, and the icon's ordinal position.
CreateIcon Specifies whether an icon is created on the user's desktop. Yes is the default setting. If you do not want an icon created on the user's desktop, change this setting to No. The default setting is Yes for Desktop and StartMenu. The default setting for Startup is No.
Title Specifies the title that appears below the icon.
Icon Specifies the name of the file containing the icon. The icon file must be located in the install's bin directory. If you copy the icon to your install using the copyfile.ini, the TargetDir you specify must be %TARGETDIR%\bin.
Ordinal Specifies the icon to use from the file name designated in the Icon option. Enter 0 for the first icon, 1 for the second icon, 2 for the third icon, and so on.
MenuPath Specifies the shortcut's location within the Start menu. This option is only available when creating a StartMenu shortcut. Each branch of the path is separated by two backward slashes (\\).