This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Assigning an Icon to Registered Files
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 14, 2010
04:59 PM
Assigning an Icon to Registered Files
With IS 2010 the icon from the EXE that I registered a file extension to would automatically be assigned to files with the extension.
In other words if I registered .wxc files to MyApp.exe then all .wxc files showed up with the current icon for MyApp.exe.
Now that doesn't happen in IS2011. I'm sure there is a way to do this - but cannot figure it out.
By the way - when IS2011 upgraded my installs from 2010 it left out my shortcuts and file extensions entirely!
Des
In other words if I registered .wxc files to MyApp.exe then all .wxc files showed up with the current icon for MyApp.exe.
Now that doesn't happen in IS2011. I'm sure there is a way to do this - but cannot figure it out.
By the way - when IS2011 upgraded my installs from 2010 it left out my shortcuts and file extensions entirely!
Des
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 14, 2010
05:23 PM
Ok - I found it - I had to WAGL...
(wonder around - get lucky)
In Installation Designer -> Components -> [your executable file] ->Advanced Settings -> File Types
you need to assign a unique ProgID to your file extension(s) (You can use the same progID for multiple extensions if they will all have the same behavior)
A ProgIDs Node will appear in the middle panel (you may have to leave Components and come back to see it). Your new progID will appear under ProgIDs. Click on the progID and set the Icon Property to whatever you want.
By the way - I could not find anything about this in the help files... At least from the direction I was looking (from File Associations) - perhaps there's something under ProgIDs - but that would be an odd direction to find it from IMHO.
Des
(wonder around - get lucky)
In Installation Designer -> Components -> [your executable file] ->Advanced Settings -> File Types
you need to assign a unique ProgID to your file extension(s) (You can use the same progID for multiple extensions if they will all have the same behavior)
A ProgIDs Node will appear in the middle panel (you may have to leave Components and come back to see it). Your new progID will appear under ProgIDs. Click on the progID and set the Icon Property to whatever you want.
By the way - I could not find anything about this in the help files... At least from the direction I was looking (from File Associations) - perhaps there's something under ProgIDs - but that would be an odd direction to find it from IMHO.
Des