Desktop Functions: Smart Device Functions:
|
Search Results for "REINSTALLMODE" in [All]msi
UInt32 ret = MsiApplyPatch("TestInstall.msp", "", INSTALLTYPE_DEFAULT, "REINSTALL=ALL REINSTALLMODE=omus REBOOT=Suppress");
static extern UInt32 MsiReinstallProduct(string product, int reinstallMode); |