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:
|
||||||
|
2
build.sh
2
build.sh
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
PN="tmviewer"
|
PN="tmviewer"
|
||||||
VERSION="2010"
|
VERSION="2010"
|
||||||
RELEASE="2"
|
RELEASE="3"
|
||||||
PRIORITY="0"
|
PRIORITY="0"
|
||||||
ADVICE=""
|
ADVICE=""
|
||||||
TYPE="restrict"
|
TYPE="restrict"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user