MSI\_UnInstallByFile
Description
Section titled “Description”Performs a silent uninstall of the specified MSI-package
Syntax
Section titled “Syntax”MSI_UnInstallByFile(sMSIFile) As Boolean
Parameters
Section titled “Parameters”sMSIFile (String)
Path and filename of the MSI-package
Example
Section titled “Example”VBScript
If bStatus Then bStatus = MSI_UnInstallByFile("C:\CapaInstaller.msi")Related functions
Section titled “Related functions”MSI_InstallPackage MSI_UnInstallByFileMSI_IsPackageInstalled MSI_GetPackageStatus