aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2019-05-12 14:45:25 -0700
committerRob Mensching <rob@firegiant.com>2019-05-12 23:25:04 -0700
commit1a45fef205dcaa3d310faba5ea6a10828c3b62cf (patch)
tree3739ad1029a69edd9649933e62edb0082fdf2a68 /src/WixToolset.Core
parentc9c347bfb659878ce43c60daadac490e230ee17a (diff)
downloadwix-1a45fef205dcaa3d310faba5ea6a10828c3b62cf.tar.gz
wix-1a45fef205dcaa3d310faba5ea6a10828c3b62cf.tar.bz2
wix-1a45fef205dcaa3d310faba5ea6a10828c3b62cf.zip
Default Product/@Id to "*"
Diffstat (limited to 'src/WixToolset.Core')
-rw-r--r--src/WixToolset.Core/Compiler_2.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/Compiler_2.cs b/src/WixToolset.Core/Compiler_2.cs
index 0efaec6e..32768aca 100644
--- a/src/WixToolset.Core/Compiler_2.cs
+++ b/src/WixToolset.Core/Compiler_2.cs
@@ -1247,7 +1247,7 @@ namespace WixToolset.Core
1247 { 1247 {
1248 var sourceLineNumbers = Preprocessor.GetSourceLineNumbers(node); 1248 var sourceLineNumbers = Preprocessor.GetSourceLineNumbers(node);
1249 var codepage = 65001; 1249 var codepage = 65001;
1250 string productCode = null; 1250 string productCode = "*";
1251 string upgradeCode = null; 1251 string upgradeCode = null;
1252 string manufacturer = null; 1252 string manufacturer = null;
1253 string version = null; 1253 string version = null;