mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-09 13:15:33 +08:00
removed redundant explorer restart (doesn't work when restart manager is disabled).
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user