Create Desktop Entry for Kill Skype Home
This commit is contained in:
parent
29bb5c3689
commit
6fcc40e868
@ -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:
|
||||||
;
|
;
|
||||||
|
@ -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:
|
||||||
;
|
;
|
||||||
|
Loading…
Reference in New Issue
Block a user