What is the best/easiest way to install a namespace extension using wix?
Especially how do I install it on Windows 7 with enabled UAC.
What is the best/easiest way to install a namespace extension using wix? Especially how
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’ve solved this with by using a built in custom action from WiX where you just set the command line option before running the custom action. Here’s an example how we do it:
This has to be done also for 64 bit. I have separate 64 bit version of the custom action also:
You have to schedule the registration process also into the WiX build file:
A consequence is that you need to include the EZNamespaceExtension executables in your installer.