Question

I have created a Bootstrapper with WiX 3.7. Now, when I start it on a Windows7 machine, the UAC-Dialog will be shown before installing .NET 4.0 as a prerequisite. Thats ok. I am searching now for a way to "sign" the Installer/Bootstrapper, that I can set the product-name and the company-name for the UAC-Dialog. How can I do this?

Was it helpful?

Solution

There are signing tasks built into the wix.targets that will help you sign your Bundle. You can read about the in the Insignia topic in the WiX topic. The UAC will show the information from the certificate.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top