/
MSI_UnInstallByFile
MSI_UnInstallByFile
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")
Related functions
MSI_InstallPackage MSI_UnInstallByFileMSI_IsPackageInstalled MSI_GetPackageStatus
, multiple selections available,
Related content
CMS_RemovePackageFromUnit
CMS_RemovePackageFromUnit
More like this
$cs.File_DelFile
$cs.File_DelFile
More like this
CMS_AddPackageToUnit
CMS_AddPackageToUnit
More like this
$cs.Reg_DelTree
$cs.Reg_DelTree
More like this
CMS_GetPackageStatus
CMS_GetPackageStatus
More like this
Exit-PSScript
Exit-PSScript
More like this