Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "MsiApplyPatch" in [All]

msi

.
Summary
The MsiApplyPatch functions applies a patch to a installed product.
.

static extern UInt32 MsiApplyPatch(string patchPackage, string installPackage, INSTALLTYPE installType, string commandLine);

.

Declare Function MsiApplyPatch Lib "msi.dll" (TODO) As TODO

.

UInt32 ret = MsiApplyPatch("TestInstall.msp", "", INSTALLTYPE_DEFAULT, "REINSTALL=ALL REINSTALLMODE=omus REBOOT=Suppress");

.
Documentation
[MsiApplyPatch] on MSDN

 
Access PInvoke.net directly from VS: