diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-11-15 19:54:20 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-11-17 19:06:00 -0600 |
| commit | 0d873d28c2dd18444afa08b748e91f495ed1cf5c (patch) | |
| tree | c82e70b9ac047b316f976e6078bf19ff19cc7d95 /src/engine/logging.h | |
| parent | d6aceb1277606fe1f1688d40ee0895d0b89c6705 (diff) | |
| download | wix-0d873d28c2dd18444afa08b748e91f495ed1cf5c.tar.gz wix-0d873d28c2dd18444afa08b748e91f495ed1cf5c.tar.bz2 wix-0d873d28c2dd18444afa08b748e91f495ed1cf5c.zip | |
Add plan tests.
Diffstat (limited to 'src/engine/logging.h')
| -rw-r--r-- | src/engine/logging.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/engine/logging.h b/src/engine/logging.h index 22dd54d9..381a295b 100644 --- a/src/engine/logging.h +++ b/src/engine/logging.h | |||
| @@ -101,6 +101,10 @@ LPCSTR LoggingMsiInstallContext( | |||
| 101 | __in MSIINSTALLCONTEXT context | 101 | __in MSIINSTALLCONTEXT context |
| 102 | ); | 102 | ); |
| 103 | 103 | ||
| 104 | LPCWSTR LoggingBurnMsiPropertyToString( | ||
| 105 | __in BURN_MSI_PROPERTY burnMsiProperty | ||
| 106 | ); | ||
| 107 | |||
| 104 | LPCSTR LoggingPerMachineToString( | 108 | LPCSTR LoggingPerMachineToString( |
| 105 | __in BOOL fPerMachine | 109 | __in BOOL fPerMachine |
| 106 | ); | 110 | ); |
