From c64e7d50392913d0f40ed019e2d46ce8bb8e9149 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Wed, 6 Jul 2011 17:03:07 +0200 Subject: [PATCH] correct accociate script --- CLIENT_DATA/setup32.ins | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CLIENT_DATA/setup32.ins b/CLIENT_DATA/setup32.ins index 0d387ca..e278f11 100644 --- a/CLIENT_DATA/setup32.ins +++ b/CLIENT_DATA/setup32.ins @@ -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: diff --git a/build.sh b/build.sh index 160c1f3..e6e8809 100644 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/sh PN="tmviewer" VERSION="2010" -RELEASE="3" +RELEASE="4" PRIORITY="0" ADVICE="" TYPE="restrict"