Implementing Custom Action in Visual Studio 2022 #8930
Unanswered
lucamontin
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Im currently working on my Custom Action, and i now that it works, because I used to implement my wix project in visual studio code, and it worked perfectly.
Now I copy-pasted my custom action in my Visual studio project. It Compiles, but when i execute the .msi file the custom action is not being executed (i checked the logfile).
Did i forget to do something? maybe in the settings of VS? Im using WixQuietExec and I already added the extension:
This is my Custom action:
Im slowly thinking im getting crazy.
Thanks for the help.
Edit: When i change the After attribute in Custom to "Install" it compiles too but same here, no execution of the custom action during install.
Beta Was this translation helpful? Give feedback.
All reactions