correct accociate script

This commit is contained in:
Mario Fetka 2011-07-06 17:04:20 +02:00
parent 4b897ebc3c
commit 240b820892
2 changed files with 2 additions and 2 deletions

View File

@ -85,12 +85,12 @@ endif
; You may use the parameter PIDKEY=$Licensekey$
;msiexec /i "%ScriptPath%\X86FILE" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=2 REBOOT=ReallySuppress EULA_ACCEPT=YES
;
"%ScriptPath%\associate.cmd"
[Files_install]
; 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:

View File

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