correct registry mod location
This commit is contained in:
parent
c54c82ccbb
commit
d1837da8c6
@ -90,6 +90,7 @@ endif
|
|||||||
; Example of recursively copying some files into the installation directory:
|
; Example of recursively copying some files into the installation directory:
|
||||||
;
|
;
|
||||||
copy -s "%ScriptPath%\files\*.*" "$InstallDir$"
|
copy -s "%ScriptPath%\files\*.*" "$InstallDir$"
|
||||||
|
"%ScriptPath%\associate.cmd"
|
||||||
|
|
||||||
[Registry_install]
|
[Registry_install]
|
||||||
; Example of setting some values of an registry key:
|
; Example of setting some values of an registry key:
|
||||||
@ -98,7 +99,6 @@ copy -s "%ScriptPath%\files\*.*" "$InstallDir$"
|
|||||||
; set "name1" = "some string value"
|
; set "name1" = "some string value"
|
||||||
; 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
|
||||||
"%ScriptPath%\associate.cmd"
|
|
||||||
|
|
||||||
[LinkFolder_install]
|
[LinkFolder_install]
|
||||||
; Example of deleting a folder from AllUsers startmenu:
|
; Example of deleting a folder from AllUsers startmenu:
|
||||||
|
Loading…
Reference in New Issue
Block a user