now work with vcopy
This commit is contained in:
parent
ea7a0697fb
commit
dde335b6d2
@ -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]
|
||||
|
@ -32,6 +32,6 @@ default: ["system specific"]
|
||||
|
||||
[ProductDependency]
|
||||
action: setup
|
||||
requiredProduct: sereby.aio
|
||||
requiredProduct: kliu.vcopy
|
||||
requiredStatus: installed
|
||||
requirementType: before
|
||||
|
Loading…
Reference in New Issue
Block a user