MSI_AddInstallSource
Description
Changes the InstallSource for a installed msi package in order to uninstall the package if the original source no longer exists.
This function will return false if the msi package is not installed on the client
Syntax
MSI_AddInstallSource(sMSIFile) as Boolean
Parameters
sMSIFile (String)
Path to msi package
Example
VBScript
If bStatus Then bStatus = MSI_AddInstallSource("C:\Temp\CapaInstaller Console.msi")
 Read more