Create Desktop Entry for Kill Skype Home

This commit is contained in:
Mario Fetka 2012-02-25 18:07:22 +01:00
parent 29bb5c3689
commit 6fcc40e868
2 changed files with 14 additions and 14 deletions

View File

@ -40,8 +40,8 @@ delete -sf "$InstallDir$\"
[LinkFolder_uninstall] [LinkFolder_uninstall]
; Example of deleting a folder from AllUsers startmenu: ; Example of deleting a folder from AllUsers startmenu:
; ;
; set_basefolder common_programs set_basefolder common_programs
; delete_subfolder $ProductId$ delete_subfolder Skype
; ;
; Example of deleting a shortcut from AllUsers desktop: ; Example of deleting a shortcut from AllUsers desktop:
; ;

View File

@ -87,8 +87,8 @@ copy -s "$InstallExe$" "$InstallDir$"
[Registry_install] [Registry_install]
; Example of setting some values of an registry key: ; Example of setting some values of an registry key:
; ;
openkey [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run] ; openkey [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run]
set "KillSkypeHome" = "$InstallDir$\KillSkypeHome.exe" ; set "KillSkypeHome" = "$InstallDir$\KillSkypeHome.exe"
; set "name2" = REG_DWORD:0001 ; set "name2" = REG_DWORD:0001
; set "name3" = REG_BINARY:00 af 99 cd ; set "name3" = REG_BINARY:00 af 99 cd
@ -100,17 +100,17 @@ set "KillSkypeHome" = "$InstallDir$\KillSkypeHome.exe"
; ;
; Example of creating an shortcut to the installed exe in AllUsers startmenu: ; Example of creating an shortcut to the installed exe in AllUsers startmenu:
; ;
; set_basefolder common_programs set_basefolder common_programs
; set_subfolder $ProductId$ set_subfolder Skype
; ;
; set_link set_link
; name: $ProductId$ name: Kill Skype Home
; target: <path to the program> target: $InstallDir$/KillSkypeHome.exe
; parameters: parameters:
; working_dir: $InstallDir$ working_dir: $InstallDir$
; icon_file: icon_file:
; icon_index: icon_index:
; end_link end_link
; ;
; Example of creating an shortcut to the installed exe on AllUsers desktop: ; Example of creating an shortcut to the installed exe on AllUsers desktop:
; ;