WiX: How to restart the explorer.exe immediately?
问题 I am a beginner in case of packaging of software. I am using cpack + Wix. I tried to find helpful information or a good documentation about util:RestartResource , but could not find any awnser to my question. Issue: I have to install a ShellExtension which needs a restart of explorer.exe after setting some registry values. Because of that i use the command (https://wixtoolset.org/documentation/manual/v3/xsd/util/restartresource.html): <util:RestartResource ProcessName="explorer.exe"/>