My application install file is being generated using WiX. In the WiX configuration I am associating a file type that works with the application. How can I associate an icon with this file type in the WiX configuration?
My application install file is being generated using WiX. In the WiX configuration I
Share
This is how I did it. I declared:
before
</Product>and added it as a reference as follows: