From dde335b6d2a20f01b01f25739b38d016c5d7b02c Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Tue, 26 Feb 2013 09:38:30 +0100 Subject: [PATCH] now work with vcopy --- CLIENT_DATA/setup32.ins | 3 ++- OPSI/control | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CLIENT_DATA/setup32.ins b/CLIENT_DATA/setup32.ins index 6a4b03c..75b9e10 100644 --- a/CLIENT_DATA/setup32.ins +++ b/CLIENT_DATA/setup32.ins @@ -91,10 +91,11 @@ else endif + [Winbatch_install] ; === MSI package ======================================================================================= ; You may use the parameter PIDKEY=$Licensekey$ -copy $InstallMsi$ $LogDir$\setup.msi +vcopy $InstallMsi$ $LogDir$\setup.msi msiexec /i $LogDir$\setup.msi /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=2 REBOOT=ReallySuppress [Files_install] diff --git a/OPSI/control b/OPSI/control index 2604cf3..2d836cd 100644 --- a/OPSI/control +++ b/OPSI/control @@ -32,6 +32,6 @@ default: ["system specific"] [ProductDependency] action: setup -requiredProduct: sereby.aio +requiredProduct: kliu.vcopy requiredStatus: installed requirementType: before