Custom Actions in WiX v6 #9126
Unanswered
SujalBirari
asked this question in
Questions
Replies: 1 comment
-
New location would be here: https://github.com/wixtoolset/wix/tree/main/src/test/burn/TestData/WixIuiBaTests/ManagedCA |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Hi @robmen
When using WiX v4+
What is the alternative provided for the following part -
<Import Project="$(WixCATargetsPath)" Condition=" '$(WixCATargetsPath)' != '' " /> <Import Project="$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.CA.targets" Condition=" '$(WixCATargetsPath)' == '' AND Exists('$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.CA.targets') " />
It was referring to the wix.ca.targets present in older WiX local installations.
Before along with the AssemblyName.dll, it also used to generate AssemblyNameCA.dll. But now what is the way to generate that CA dll.
My problem is exact similar to the following discussion - #7301 .
But the answer which is marked in the discussion is a link to a sample project code. But the webpage for the link is not present (it gives 404 error).
Open Source Maintenance Fee
wixtoolset
project because I support the maintainers.Beta Was this translation helpful? Give feedback.
All reactions