aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/Compiler.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/Compiler.cs')
-rw-r--r--src/WixToolset.Core/Compiler.cs5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/WixToolset.Core/Compiler.cs b/src/WixToolset.Core/Compiler.cs
index 974f3188..ae99b673 100644
--- a/src/WixToolset.Core/Compiler.cs
+++ b/src/WixToolset.Core/Compiler.cs
@@ -548,10 +548,9 @@ namespace WixToolset.Core
548 548
549 if (!this.Core.EncounteredError) 549 if (!this.Core.EncounteredError)
550 { 550 {
551 var id = new Identifier(AccessModifier.Public, appId); 551 var tuple = new AppIdTuple(sourceLineNumbers, new Identifier(AccessModifier.Public, appId))
552
553 var tuple = new AppIdTuple(sourceLineNumbers, id)
554 { 552 {
553 AppId = appId,
555 RemoteServerName = remoteServerName, 554 RemoteServerName = remoteServerName,
556 LocalService = localService, 555 LocalService = localService,
557 ServiceParameters = serviceParameters, 556 ServiceParameters = serviceParameters,