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