Skip to content

MSI\_UnInstallByFile

Performs a silent uninstall of the specified MSI-package

MSI_UnInstallByFile(sMSIFile) As Boolean

sMSIFile (String)

Path and filename of the MSI-package

VBScript

If bStatus Then bStatus = MSI_UnInstallByFile("C:\CapaInstaller.msi")

Scripting Guidelines

MSI_InstallPackage MSI_UnInstallByFileMSI_IsPackageInstalled MSI_GetPackageStatus