Creación de accesos directos

Navigation:  Control de las actualizaciones >

Creación de accesos directos

Previous pageReturn to chapter overviewNext page

When publishing your own files or applications (see Adding your Own Files) within QDV folder, you may want to provide en users with shortcuts to them.

In order to do this, create a text file named CustomShortcuts.inf and place it in the QDV7 folder of the "Template Application" machine.

A shortcut line is composed with three parts:

Location

Can be MENU (to have a shortcut in QDV7 start menu) or DESKTOP (to have it on the desktop)

Text Displayed

This is the text as displayed in the menu or on the desktop.

File

The file name including partial path relative to QDV 7 folder

e.g: if you want to refer to C:\Program (Files)\QDV 7\MyOwnFile.pdf. Use MyOwnFile.pdf. If you want C:\Program (Files)\QDV 7\MyFolder\MyOwnFile.exe, use MyFolder\MyOwnFile.exe

 

Below is a sample content of such a file:

 

Would create a shortcut to MyOwnFile.pdf in the start menu, another one on the desktop and a shortcut to MyOwnFile.exe being in \MyFolder in the start menu.

Shortcut icons are assigned by the system: They are read from files when they are applications of from associated registry keys when they are simple files.

warning End users (clients) must have sufficient rights to define menus and desktop shortcuts, else creation is simply ignored, without warning message.

In accordance to the way QDV7 was installed at client side using the setup program, the updater installs shortcuts to All_Users or Current_User section. If you installed it for all users and the client has no right to write to All_Users section, the updater will install shortcuts to Current_User section. In order to avoid double shortcuts, the updater checks that the shortcut doesn't already exist in the All_Users section before he adds it to the Current_User section.