Skip to content

Commit

Permalink
fix(windows): correct path to insthelper.dll in wxs
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdurdin committed May 19, 2024
1 parent 7b0bb78 commit 8ebeb84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/src/engine/inst/keymanengine.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<Custom Action="EnginePostInstall" Before="InstallFinalize"><![CDATA[NOT Installed OR UPGRADINGPRODUCTCODE Or REINSTALL]]></Custom>
</InstallExecuteSequence>

<Binary Id="insthelper.dll" SourceFile="..\..\..\bin\insthelper.dll" />
<Binary Id="insthelper.dll" SourceFile="..\..\..\bin\engine\insthelper.dll" />

</Module>
</Wix>

0 comments on commit 8ebeb84

Please sign in to comment.