...
Performs a silent install of the specified MSI-package
Syntax
MSI_InstallPackage(sMSIFile) As Boolean
Parameters
sMSIFile (String)
Path and filename of the MSI-package
Example
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
If bStatus Then bStatus = MSI_InstallPackage("C:\CapaInstalller.msi") |
Related functions
MSI_UnInstallByFile MSI_IsPackageInstalled MSI_GetPackageStatus