Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

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

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

Scripting Guidelines

 

Related functions

MSI_InstallPackage MSI_UnInstallByFileMSI_IsPackageInstalled MSI_GetPackageStatus

  • No labels