Skip to content

Commit

Permalink
Issue #205
Browse files Browse the repository at this point in the history
Updated the fulltext customdiag.xml
  • Loading branch information
keeyu2 committed Jan 10, 2023
1 parent 43ae360 commit 1b5dc20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
<CustomTask enabled="true" groupname="Full Text Search" taskname="Reg_Services_MSSGTHRSVC" type="Reg_Query" point="Startup" wait="OnlyOnShutdown" cmd="HKLM\SYSTEM\CurrentControlSet\Services\MSSGTHRSVC" />
<CustomTask enabled="true" groupname="Full Text Search" taskname="SearchSetup.log" type="Utility" point="Startup" wait="OnlyOnShutdown" cmd="copy /Y &quot;%TEMP%\SearchSetup.log&quot; &quot;%output_name%.LOG&quot; &gt; NUL 2&gt;&amp;1" />
<CustomTask enabled="true" groupname="Full Text Search" taskname="Reg_Software_Microsoft_Search" type="Reg_Query" point="Startup" wait="OnlyOnShutdown" cmd="HKLM\SOFTWARE\Microsoft\Search" />
<CustomTask enabled="true" groupname="Full Text Search" taskname= "copy setup files" type="Utility" point="Startup" wait="OnlyOnShutdown" cmd="powershell.exe -File .\Multicopy.ps1 &quot;%windir%\sqlsp*.log&quot; &quot;%output_path%%server%__SetupLogs_&quot; %server_instance%" />
<CustomTask enabled="true" groupname="Full Text Search" taskname= "copy setup files" type="Utility" point="Startup" wait="OnlyOnShutdown" cmd="powershell.exe -File .\Multicopy.ps1 &quot;%windir%\sqlsp*.log&quot; %output_path% %server_instance%" />
</CustomTasks>

0 comments on commit 1b5dc20

Please sign in to comment.