@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Specifies the reinstall mode for MsiReinstallProduct. !!!!C# Signature: [Flags] public enum REINSTALLMODE { REPAIR = 0x00000001, FILEMISSING = 0x00000002, FILEOLDERVERSION = 0x00000004, FILEEQUALVERSION = 0x00000008, FILEEXACT = 0x00000010, FILEVERIFY = 0x00000020, FILEREPLACE = 0x00000040, MACHINEDATA = 0x00000080, USERDATA = 0x00000100, SHORTCUT = 0x00000200, PACKAGE = 0x00000400, } !!!!VB Signature: Declare Function REINSTALLMODE Lib "msi.dll" (TODO) As TODO !!!!User-Defined Types: None. !!!!Alternative Managed API: Do you know one? Please contribute it! !!!!Notes: None. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! Documentation: REINSTALLMODE@msdn on MSDN
Edit msi.REINSTALLMODE
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.