Skip to content
Discussion options

You must be logged in to vote

I figured out my problem. I have Post-Build steps set up to recreate the *.CA.dll because a typical compile through Visual Studio would not have the encapsulated .dll digitally signed. So when I recreate the .CA.dll...

"%25HOMEPATH%25.nuget\packages\WixToolset.Dtf.CustomAction\4.0.3\tools\WixToolset.Dtf.MakeSfxCA.exe" "$(TargetDir)$(TargetName).CA.dll" "%25HOMEPATH%25.nuget\Packages\WixToolset.Dtf.CustomAction\4.0.3\tools**x64**\SfxCA.dll" "$(TargetPath)" "$(TargetDir)CustomAction.config" "$(TargetDir)WixToolset.Dtf.WindowsInstaller.dll"

,... I was pointing to the x86 SfxCA.dll for my 64 bit actions. That caused the issue.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MattWalker414
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant