We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ab653 commit 21a156bCopy full SHA for 21a156b
installers/Windows/CodePulse.Installer.Win64/Product.wxs
@@ -70,7 +70,7 @@
70
71
<Fragment>
72
<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"/>
+ <CustomAction Id="ValidateCodePulseInstallFolderCustomAction" BinaryKey="CodePulseDll" DllEntry="ValidateCodePulseInstallFolder" Execute="deferred"/>
+ <Binary Id="CodePulseDll" SourceFile="CodePulse.Installer.dll"/>
75
</Fragment>
76
</Wix>
0 commit comments