Skip to content

Commit 21a156b

Browse files
author
Steve Salas
committed
Remove compile warning by shortening binary key
1 parent 91ab653 commit 21a156b

File tree

1 file changed

+2
-2
lines changed
  • installers/Windows/CodePulse.Installer.Win64

1 file changed

+2
-2
lines changed

installers/Windows/CodePulse.Installer.Win64/Product.wxs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
<Fragment>
7272
<CustomAction Id="ValidateCodePulseInstallFolderProperty" Property="ValidateCodePulseInstallFolderCustomAction" Value="[INSTALLFOLDER]"/>
73-
<CustomAction Id="ValidateCodePulseInstallFolderCustomAction" BinaryKey="CodePulseInstallerDll" DllEntry="ValidateCodePulseInstallFolder" Execute="deferred"/>
74-
<Binary Id="CodePulseInstallerDll" SourceFile="CodePulse.Installer.dll"/>
73+
<CustomAction Id="ValidateCodePulseInstallFolderCustomAction" BinaryKey="CodePulseDll" DllEntry="ValidateCodePulseInstallFolder" Execute="deferred"/>
74+
<Binary Id="CodePulseDll" SourceFile="CodePulse.Installer.dll"/>
7575
</Fragment>
7676
</Wix>

0 commit comments

Comments
 (0)