diff --git a/CLIENT_DATA/setup32.ins b/CLIENT_DATA/setup32.ins index 75ff691..91111a9 100644 --- a/CLIENT_DATA/setup32.ins +++ b/CLIENT_DATA/setup32.ins @@ -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: diff --git a/build.sh b/build.sh index 286227d..8eede57 100644 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/sh PN="pmviewer" VERSION="2010" -RELEASE="2" +RELEASE="3" PRIORITY="0" ADVICE="" TYPE="restrict"