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 "MsiEnableLog" in [All]

msi

.

        enum INSTALLLOGATTRIBUTES // flag attributes for MsiEnableLog

.

        enum INSTALLLOGMODE  // bit flags for use with MsiEnableLog and MsiSetExternalUI

.

public static extern UInt32 MsiEnableLog(INSTALLLOGMODE dwLogMode, string szLogFile, INSTALLLOGATTRIBUTES dwLogAttributes);

.

        public enum INSTALLLOGMODE  // bit flags for use with MsiEnableLog and MsiSetExternalUI

.

        public enum INSTALLLOGATTRIBUTES // flag attributes for MsiEnableLog

.

MsiEnableLog(INSTALLLOGMODE.INSTALLLOGMODE_VERBOSE, logFileFullPath,

.
Documentation
[MsiEnableLog] on MSDN
.

You can set the log mode by using the MsiEnableLog function.

.

    MsiEnableLog(INSTALLLOGMODE.INSTALLLOGMODE_VERBOSE, "C:\\temp\\log.log", INSTALLLOGATTRIBUTES.INSTALLLOGATTRIBUTES_APPEND);


 
Access PInvoke.net directly from VS: