removed redundant explorer restart (doesn't work when restart manager is disabled).
This commit is contained in:
parent
158a621218
commit
a788d4df18
|
@ -61,14 +61,6 @@
|
||||||
<InstallExecuteSequence>
|
<InstallExecuteSequence>
|
||||||
<Custom Action="StartGui" After="InstallFinalize">NOT Installed</Custom>
|
<Custom Action="StartGui" After="InstallFinalize">NOT Installed</Custom>
|
||||||
</InstallExecuteSequence>
|
</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>
|
</Product>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue