correct registry mod location

This commit is contained in:
Mario Fetka 2011-07-04 20:51:35 +02:00
parent da2fed4934
commit 4b897ebc3c
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -1,7 +1,7 @@
#!/bin/sh
PN="pmviewer"
VERSION="2010"
RELEASE="2"
RELEASE="3"
PRIORITY="0"
ADVICE=""
TYPE="restrict"