diff options
Diffstat (limited to 'src/WixToolset.Core.Burn/Bundles/ProcessMsiPackageCommand.cs')
-rw-r--r-- | src/WixToolset.Core.Burn/Bundles/ProcessMsiPackageCommand.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WixToolset.Core.Burn/Bundles/ProcessMsiPackageCommand.cs b/src/WixToolset.Core.Burn/Bundles/ProcessMsiPackageCommand.cs index 322187f9..2ee58514 100644 --- a/src/WixToolset.Core.Burn/Bundles/ProcessMsiPackageCommand.cs +++ b/src/WixToolset.Core.Burn/Bundles/ProcessMsiPackageCommand.cs | |||
@@ -22,6 +22,7 @@ namespace WixToolset.Core.Burn.Bundles | |||
22 | /// </summary> | 22 | /// </summary> |
23 | internal class ProcessMsiPackageCommand | 23 | internal class ProcessMsiPackageCommand |
24 | { | 24 | { |
25 | #if TODO | ||
25 | private const string PropertySqlFormat = "SELECT `Value` FROM `Property` WHERE `Property` = '{0}'"; | 26 | private const string PropertySqlFormat = "SELECT `Value` FROM `Property` WHERE `Property` = '{0}'"; |
26 | 27 | ||
27 | public RowDictionary<WixBundlePayloadRow> AuthoredPayloads { private get; set; } | 28 | public RowDictionary<WixBundlePayloadRow> AuthoredPayloads { private get; set; } |
@@ -572,5 +573,6 @@ namespace WixToolset.Core.Burn.Bundles | |||
572 | 573 | ||
573 | return String.Format(CultureInfo.InvariantCulture, ProcessMsiPackageCommand.PropertySqlFormat, property); | 574 | return String.Format(CultureInfo.InvariantCulture, ProcessMsiPackageCommand.PropertySqlFormat, property); |
574 | } | 575 | } |
576 | #endif | ||
575 | } | 577 | } |
576 | } | 578 | } |