aboutsummaryrefslogtreecommitdiff
path: root/src/engine/msiengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/msiengine.h')
-rw-r--r--src/engine/msiengine.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/engine/msiengine.h b/src/engine/msiengine.h
index 04c375c2..64bddcf0 100644
--- a/src/engine/msiengine.h
+++ b/src/engine/msiengine.h
@@ -1,6 +1,12 @@
1#pragma once 1#pragma once
2// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. 2// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3 3
4// constants
5#define BURNMSIINSTALL_PROPERTY_NAME L"BURNMSIINSTALL"
6#define BURNMSIMODIFY_PROPERTY_NAME L"BURNMSIMODIFY"
7#define BURNMSIREPAIR_PROPERTY_NAME L"BURNMSIREPAIR"
8#define BURNMSIUNINSTALL_PROPERTY_NAME L"BURNMSIUNINSTALL"
9
4 10
5#if defined(__cplusplus) 11#if defined(__cplusplus)
6extern "C" { 12extern "C" {