NSIS 3 comes with a new ${RefreshShellIcons} command. In the past I have frequently used
in order to trigger an icon refresh.System::Call 'shell32.dll::SHChangeNotify(i 0x8000000, i 0, i 0, i 0)'
Are the two are fully equivalent?
And (if not) which command should be preferred?