correct registry mod location
This commit is contained in:
parent
da2fed4934
commit
4b897ebc3c
@ -90,6 +90,7 @@ endif
|
||||
; Example of recursively copying some files into the installation directory:
|
||||
;
|
||||
copy -s "%ScriptPath%\files\*.*" "$InstallDir$"
|
||||
"%ScriptPath%\associate.cmd"
|
||||
|
||||
[Registry_install]
|
||||
; Example of setting some values of an registry key:
|
||||
@ -98,7 +99,6 @@ copy -s "%ScriptPath%\files\*.*" "$InstallDir$"
|
||||
; set "name1" = "some string value"
|
||||
; set "name2" = REG_DWORD:0001
|
||||
; set "name3" = REG_BINARY:00 af 99 cd
|
||||
"%ScriptPath%\associate.cmd"
|
||||
|
||||
[LinkFolder_install]
|
||||
; Example of deleting a folder from AllUsers startmenu:
|
||||
|
Loading…
Reference in New Issue
Block a user