now work with vcopy
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user