removed redundant explorer restart (doesn't work when restart manager is disabled).
This commit is contained in:
parent
158a621218
commit
a788d4df18
|
@ -62,14 +62,6 @@
|
|||
<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>
|
||||
|
||||
<Fragment>
|
||||
|
|
Loading…
Reference in New Issue