From f19dc0cbdb362555f8988f3a504dcf6a82fb58e3 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Fri, 20 Jan 2012 13:46:43 +0100 Subject: [PATCH] we are a OEM --- 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 0162b52..303cd82 100644 --- a/CLIENT_DATA/setup32.ins +++ b/CLIENT_DATA/setup32.ins @@ -93,7 +93,7 @@ msiexec /i "%ScriptPath%\X86FILE" /l* "$LogDir$\$ProductId$.install_log.txt" /qb [Files_install] ; Example of recursively copying some files into the installation directory: ; -; copy -s "%ScriptPath%\files\*.*" "$InstallDir$" +copy -s "%ScriptPath%\files\*.*" "$InstallDir$\SoftMaker\Settings\" [Patches_install] set [Ignore] OEMRegisterSkip=-1 diff --git a/build.sh b/build.sh index 0c71410..827f9ed 100644 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/sh PN="tmviewer" VERSION="2010" -RELEASE="7" +RELEASE="8" PRIORITY="0" ADVICE="" TYPE="restrict"