now work with vcopy
This commit is contained in:
parent
ea7a0697fb
commit
dde335b6d2
@ -91,10 +91,11 @@ else
|
|||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
[Winbatch_install]
|
[Winbatch_install]
|
||||||
; === MSI package =======================================================================================
|
; === MSI package =======================================================================================
|
||||||
; You may use the parameter PIDKEY=$Licensekey$
|
; 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
|
msiexec /i $LogDir$\setup.msi /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=2 REBOOT=ReallySuppress
|
||||||
|
|
||||||
[Files_install]
|
[Files_install]
|
||||||
|
@ -32,6 +32,6 @@ default: ["system specific"]
|
|||||||
|
|
||||||
[ProductDependency]
|
[ProductDependency]
|
||||||
action: setup
|
action: setup
|
||||||
requiredProduct: sereby.aio
|
requiredProduct: kliu.vcopy
|
||||||
requiredStatus: installed
|
requiredStatus: installed
|
||||||
requirementType: before
|
requirementType: before
|
||||||
|
Loading…
Reference in New Issue
Block a user