Hi,
I am trying to register a shell context menu dll in Windows7. For that it needed explorer to be restarted. I use inno setup(installer script) and in that script I tried to restart the explorer as an Administrator.
1. Stop Explorer
2. Register the DLL
3. Start Explorer.
When the...