removed redundant explorer restart (doesn't work when restart manager is disabled).

This commit is contained in:
Nick Bolton 2014-03-11 12:26:02 +00:00
parent 158a621218
commit a788d4df18
1 changed files with 0 additions and 8 deletions

View File

@ -61,14 +61,6 @@
<InstallExecuteSequence>
<Custom Action="StartGui" After="InstallFinalize">NOT Installed</Custom>
</InstallExecuteSequence>
<util:RestartResource Id="RestartExplorer" Path="[EXPLORERPATH]" ProcessName="explorer.exe"/>
<Property Id="EXPLORERPATH" >
<DirectorySearch Id="FindExplorerDir" AssignToProperty="no" Depth="0" Path="[WindowsFolder]">
<FileSearch Id="FindExplorer" Name="explorer.exe" />
</DirectorySearch>
</Property>
</Product>