How to replace computer + disk icon using during installs in WiX?
wix
Solution
No, you can't change it.
This icon comes from `msiexec.exe`, which is the Windows Installer service. Changing the icon in this system dialog as well as window icon is not supported.
Problem
Is it possible to replace the ancient looking computer + disk image that msiexec displays during install using WiX 3.5? If so how? I'm not currently using using WixUI. I am open to using it, as long as I can get just a plain, zero-click installation experience. I've tried all of the WixVariables suggested on this page: http://wix.tramontana.co.hu/tutorial/user-interface/ui-wizardry but no luck. Thanks for any help.