|
|
#1 |
|
Junior Member
Join Date: Jun 2003
Posts: 1
|
how to make a CreateShortCut icon title?
This just seems so obvious that it must go without saying, but nevertheless, I just can't seem to find the correct procedure to create a title for my desktop icon.
Whenever I use CreateShortCut the only title I can create is the filename of the program it links to, such as "nucaasio.exe" when what I really want is "Nuca AsIO". Is this possible??? Thanks. - Changi |
|
|
|
|
|
#2 |
|
Debian user
(Forum King) Join Date: Jan 2003
Location: Arch land
Posts: 4,898
|
Sure:
code:
* PC: Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM: Archlinux w/ xfce4. * Laptop: Intel Core 2 DUO T6600 @ 2.20 GHz with 4 GB RAM: Debian unstable w/ xfce4. |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Jun 2003
Posts: 46
|
Like this:
CreateShortCut "$DESKTOP\Uninstall.lnk" "$INSTDIR\Uninstall.exe" CreateShortCut "$DESKTOP\Uninstall_MyProgram.lnk" "$INSTDIR\Uninstall.exe" CreateShortCut "$DESKTOP\NameThisWhatEverYouWant.lnk" "$INSTDIR\Uninstall.exe" Another example... CreateShortcut "$DESKTOP\cleanNdefrag.lnk" "$INSTDIR\gui4cli.exe" "$\"$INSTDIR\cleanNdefrag\cleanNdefrag.gui$\" -instance Scripts_byLilla -NOPREFS" |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|