Hello ! Small but important problem for uninstalling procedure : how to define one shorcut name by language instead of one for all languages ?
Announcement
Collapse
No announcement yet.
Uninstall shorcut lnaguage
Collapse
This topic is closed.
X
X
-
Re: Uninstall shorcut lnaguage
You have to disable the standard uninstall icon and create the uninstall icon by action.
Best place for thist is IMHO the "after installing" actions. For each language you create a separate block of IF (%sysLanguage% = ...) / Create shortcut / ENDIF
For the Create shortcut action you may enter there parameters:
Folder: %SCFolderPath%
Shortcut description: Uninstall icon name in language
Target file: %WinDir%\iun6001.exe
Command line arguments: "%AppDir%\irunin.ini"
Working directory: (empty)
Icon index: 0
Run mode: normal
Comment