In a setup & deployment project, if you have a file type (extension) to register as part of the setup and use the type's "Icon" property, the resultant entry in the registry is like this - under the ProgID section:[HKEY_CLASSES_ROOT\MyApp.ProgID\DefaultIcon]@="D:\\Windows\\Installer\\{EA478FED-F9B4-4176-88C3-41937786872D}\\_6FEFF9B68218417F98F549.exe,0"This made up EXE only appears to contain a single resolution icon while the application EXE specified in the setup project's Icon setting has multiple resolution icons (so that it plays by the rules in Windows Vista/7 and scales nicely).1. Why does the setup project create this EXE - if I change the resitry setting to use the installed application EXE the images in Explorer scale correctly.2. Assuming it does create the EXE for a good reason, it needs to use all the icon resolutions in the original EXE.
Product Language
Version
Operating System
Operating System Language
Steps to Reproduce
Actual Results
Expected Results