now work with vcopy

This commit is contained in:
Mario Fetka 2013-02-26 09:38:30 +01:00
parent ea7a0697fb
commit dde335b6d2
2 changed files with 3 additions and 2 deletions

View File

@ -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]

View File

@ -32,6 +32,6 @@ default: ["system specific"]
[ProductDependency]
action: setup
requiredProduct: sereby.aio
requiredProduct: kliu.vcopy
requiredStatus: installed
requirementType: before