Jump to content

Suggestion not directly for ImgBurn


JasonFriday13

Recommended Posts

I have noticed the file extensions are not refreshed after the setup program finishes installing, ie the icons don't change immediately. Can I suggest adding the following NSIS code to refresh them?

 

!define SHCNE_ASSOCCHANGED 0x8000000

; Call this after all file extension registry entries have been written.
System::Call 'Shell32::SHChangeNotify(i ${SHCNE_ASSOCCHANGED}, i 0, i 0, i 0)'

I use this for my own little installer that changes the audio icons to custom icons I made.

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.