- milestone: --> Not Done
I'm gratefully using InstallJammer for installing my software, but with Vista I'm running into an issue I cannot solve. One of the things that I do is registrating new files types and associations. In order to make this active, without rebooting Windows, I use the following trick: I execute the following commands:
TASKKILL /F /IM "explorer.exe"
start explorer
In Vista, this works, but you loose a lot of your systray icons. I found that Windows has some capability of refreshing using some SHChangeNotify function.
Would it be possible to have some action that performs some refresh of explorer, so that file types, icons, etc, are displayed correctly directly after installing and without the annoying rebooting?
Cor