From abbe9ea042745a0682fbbd34e12d63f9f09fba9c Mon Sep 17 00:00:00 2001 From: dinghaoxiang Date: Mon, 20 Jun 2022 13:28:44 +0800 Subject: [PATCH] v1.5.0 --- OutputDebug/win-arm64.nsi | 1205 ++++++++++------------------ OutputDebug/win-x64.nsi | 1343 ++++++++++++-------------------- WsaAssistant.Libs/Extension.cs | 4 +- WsaAssistant.Libs/WSA.cs | 4 +- 4 files changed, 909 insertions(+), 1647 deletions(-) diff --git a/OutputDebug/win-arm64.nsi b/OutputDebug/win-arm64.nsi index 88a25f3..c83b5c9 100644 --- a/OutputDebug/win-arm64.nsi +++ b/OutputDebug/win-arm64.nsi @@ -2,7 +2,7 @@ ; HM NIS Edit Wizard helper defines !define PRODUCT_NAME "WsaAssistant" -!define PRODUCT_VERSION "1.4.6" +!define PRODUCT_VERSION "1.5.0" !define PRODUCT_PUBLISHER "michael_eddy" !define PRODUCT_WEB_SITE "https://michael-eddy.github.io" !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\WsaAssistant.exe" @@ -17,6 +17,11 @@ !define MUI_ICON "..\WsaAssistant\images\icon.ico" !define MUI_UNICON "${NSISDIR}\Contrib\Graphics\Icons\modern-uninstall.ico" +; Language Selection Dialog Settings +!define MUI_LANGDLL_REGISTRY_ROOT "${PRODUCT_UNINST_ROOT_KEY}" +!define MUI_LANGDLL_REGISTRY_KEY "${PRODUCT_UNINST_KEY}" +!define MUI_LANGDLL_REGISTRY_VALUENAME "NSIS:Language" + ; Welcome page !insertmacro MUI_PAGE_WELCOME ; Directory page @@ -32,13 +37,14 @@ ; Language files !insertmacro MUI_LANGUAGE "English" +!insertmacro MUI_LANGUAGE "Russian" !insertmacro MUI_LANGUAGE "SimpChinese" !insertmacro MUI_LANGUAGE "TradChinese" ; MUI end ------ Name "${PRODUCT_NAME} ${PRODUCT_VERSION}" -OutFile "WsaAssistant-Setup-arm64.exe" +OutFile "Setup-arm64.exe" InstallDir "$PROGRAMFILES\WsaAssistant" InstallDirRegKey HKLM "${PRODUCT_DIR_REGKEY}" "" ShowInstDetails show @@ -53,524 +59,334 @@ FunctionEnd Section "MainSection" SEC01 SetOutPath "$INSTDIR" - File "Publish\arm64\Accessibility.dll" - File "Publish\arm64\adb.exe" - CreateDirectory "$SMPROGRAMS\WsaAssistant" - CreateShortCut "$SMPROGRAMS\WsaAssistant\WsaAssistant.lnk" "$INSTDIR\WsaAssistant.exe" - CreateShortCut "$DESKTOP\WsaAssistant.lnk" "$INSTDIR\WsaAssistant.exe" - File "Publish\arm64\AdbWinApi.dll" - File "Publish\arm64\AdbWinUsbApi.dll" - File "Publish\arm64\AdvancedSharpAdbClient.dll" - File "Publish\arm64\clretwrc.dll" - File "Publish\arm64\clrjit.dll" - File "Publish\arm64\coreclr.dll" - File "Publish\arm64\createdump.exe" - SetOutPath "$INSTDIR\cs" - File "Publish\arm64\cs\Microsoft.VisualBasic.Forms.resources.dll" - File "Publish\arm64\cs\PresentationCore.resources.dll" - File "Publish\arm64\cs\PresentationFramework.resources.dll" - File "Publish\arm64\cs\PresentationUI.resources.dll" - File "Publish\arm64\cs\ReachFramework.resources.dll" - File "Publish\arm64\cs\System.Windows.Controls.Ribbon.resources.dll" - File "Publish\arm64\cs\System.Windows.Forms.Design.resources.dll" - File "Publish\arm64\cs\System.Windows.Forms.Primitives.resources.dll" - File "Publish\arm64\cs\System.Windows.Forms.resources.dll" - File "Publish\arm64\cs\System.Windows.Input.Manipulations.resources.dll" - File "Publish\arm64\cs\System.Xaml.resources.dll" - File "Publish\arm64\cs\UIAutomationClient.resources.dll" - File "Publish\arm64\cs\UIAutomationClientSideProviders.resources.dll" - File "Publish\arm64\cs\UIAutomationProvider.resources.dll" - File "Publish\arm64\cs\UIAutomationTypes.resources.dll" - File "Publish\arm64\cs\WindowsBase.resources.dll" - File "Publish\arm64\cs\WindowsFormsIntegration.resources.dll" - SetOutPath "$INSTDIR" - File "Publish\arm64\D3DCompiler_47.dll" - File "Publish\arm64\dbgshim.dll" - SetOutPath "$INSTDIR\de" - File "Publish\arm64\de\Microsoft.VisualBasic.Forms.resources.dll" - File "Publish\arm64\de\PresentationCore.resources.dll" - File "Publish\arm64\de\PresentationFramework.resources.dll" - File "Publish\arm64\de\PresentationUI.resources.dll" - File "Publish\arm64\de\ReachFramework.resources.dll" - File "Publish\arm64\de\System.Windows.Controls.Ribbon.resources.dll" - File "Publish\arm64\de\System.Windows.Forms.Design.resources.dll" - File "Publish\arm64\de\System.Windows.Forms.Primitives.resources.dll" - File "Publish\arm64\de\System.Windows.Forms.resources.dll" - File "Publish\arm64\de\System.Windows.Input.Manipulations.resources.dll" - File "Publish\arm64\de\System.Xaml.resources.dll" - File "Publish\arm64\de\UIAutomationClient.resources.dll" - File "Publish\arm64\de\UIAutomationClientSideProviders.resources.dll" - File "Publish\arm64\de\UIAutomationProvider.resources.dll" - File "Publish\arm64\de\UIAutomationTypes.resources.dll" - File "Publish\arm64\de\WindowsBase.resources.dll" - File "Publish\arm64\de\WindowsFormsIntegration.resources.dll" - SetOutPath "$INSTDIR" - File "Publish\arm64\DirectWriteForwarder.dll" - File "Publish\arm64\Downloader.dll" - SetOutPath "$INSTDIR\es" - File "Publish\arm64\es\Microsoft.VisualBasic.Forms.resources.dll" - File "Publish\arm64\es\PresentationCore.resources.dll" - File "Publish\arm64\es\PresentationFramework.resources.dll" - File "Publish\arm64\es\PresentationUI.resources.dll" - File "Publish\arm64\es\ReachFramework.resources.dll" - File "Publish\arm64\es\System.Windows.Controls.Ribbon.resources.dll" - File "Publish\arm64\es\System.Windows.Forms.Design.resources.dll" - File "Publish\arm64\es\System.Windows.Forms.Primitives.resources.dll" - File "Publish\arm64\es\System.Windows.Forms.resources.dll" - File "Publish\arm64\es\System.Windows.Input.Manipulations.resources.dll" - File "Publish\arm64\es\System.Xaml.resources.dll" - File "Publish\arm64\es\UIAutomationClient.resources.dll" - File "Publish\arm64\es\UIAutomationClientSideProviders.resources.dll" - File "Publish\arm64\es\UIAutomationProvider.resources.dll" - File "Publish\arm64\es\UIAutomationTypes.resources.dll" - File "Publish\arm64\es\WindowsBase.resources.dll" - File "Publish\arm64\es\WindowsFormsIntegration.resources.dll" - SetOutPath "$INSTDIR" - File "Publish\arm64\e_sqlite3.dll" - SetOutPath "$INSTDIR\fr" - File "Publish\arm64\fr\Microsoft.VisualBasic.Forms.resources.dll" - File "Publish\arm64\fr\PresentationCore.resources.dll" - File "Publish\arm64\fr\PresentationFramework.resources.dll" - File "Publish\arm64\fr\PresentationUI.resources.dll" - File "Publish\arm64\fr\ReachFramework.resources.dll" - File "Publish\arm64\fr\System.Windows.Controls.Ribbon.resources.dll" - File "Publish\arm64\fr\System.Windows.Forms.Design.resources.dll" - File "Publish\arm64\fr\System.Windows.Forms.Primitives.resources.dll" - File "Publish\arm64\fr\System.Windows.Forms.resources.dll" - File "Publish\arm64\fr\System.Windows.Input.Manipulations.resources.dll" - File "Publish\arm64\fr\System.Xaml.resources.dll" - File "Publish\arm64\fr\UIAutomationClient.resources.dll" - File "Publish\arm64\fr\UIAutomationClientSideProviders.resources.dll" - File "Publish\arm64\fr\UIAutomationProvider.resources.dll" - File "Publish\arm64\fr\UIAutomationTypes.resources.dll" - File "Publish\arm64\fr\WindowsBase.resources.dll" - File "Publish\arm64\fr\WindowsFormsIntegration.resources.dll" - SetOutPath "$INSTDIR" - File "Publish\arm64\HandyControl.dll" - File "Publish\arm64\hostfxr.dll" - File "Publish\arm64\hostpolicy.dll" - File "Publish\arm64\HtmlAgilityPack.dll" - File "Publish\arm64\icon.ico" - SetOutPath "$INSTDIR\it" - File "Publish\arm64\it\Microsoft.VisualBasic.Forms.resources.dll" - File "Publish\arm64\it\PresentationCore.resources.dll" - File "Publish\arm64\it\PresentationFramework.resources.dll" - File "Publish\arm64\it\PresentationUI.resources.dll" - File "Publish\arm64\it\ReachFramework.resources.dll" - File "Publish\arm64\it\System.Windows.Controls.Ribbon.resources.dll" - File "Publish\arm64\it\System.Windows.Forms.Design.resources.dll" - File "Publish\arm64\it\System.Windows.Forms.Primitives.resources.dll" - File "Publish\arm64\it\System.Windows.Forms.resources.dll" - File "Publish\arm64\it\System.Windows.Input.Manipulations.resources.dll" - File "Publish\arm64\it\System.Xaml.resources.dll" - File "Publish\arm64\it\UIAutomationClient.resources.dll" - File "Publish\arm64\it\UIAutomationClientSideProviders.resources.dll" - File "Publish\arm64\it\UIAutomationProvider.resources.dll" - File "Publish\arm64\it\UIAutomationTypes.resources.dll" - File "Publish\arm64\it\WindowsBase.resources.dll" - File "Publish\arm64\it\WindowsFormsIntegration.resources.dll" - SetOutPath "$INSTDIR\ja" - File "Publish\arm64\ja\Microsoft.VisualBasic.Forms.resources.dll" - File "Publish\arm64\ja\PresentationCore.resources.dll" - File "Publish\arm64\ja\PresentationFramework.resources.dll" - File "Publish\arm64\ja\PresentationUI.resources.dll" - File "Publish\arm64\ja\ReachFramework.resources.dll" - File "Publish\arm64\ja\System.Windows.Controls.Ribbon.resources.dll" - File "Publish\arm64\ja\System.Windows.Forms.Design.resources.dll" - File "Publish\arm64\ja\System.Windows.Forms.Primitives.resources.dll" - File "Publish\arm64\ja\System.Windows.Forms.resources.dll" - File "Publish\arm64\ja\System.Windows.Input.Manipulations.resources.dll" - File "Publish\arm64\ja\System.Xaml.resources.dll" - File "Publish\arm64\ja\UIAutomationClient.resources.dll" - File "Publish\arm64\ja\UIAutomationClientSideProviders.resources.dll" - File "Publish\arm64\ja\UIAutomationProvider.resources.dll" - File "Publish\arm64\ja\UIAutomationTypes.resources.dll" - File "Publish\arm64\ja\WindowsBase.resources.dll" - File "Publish\arm64\ja\WindowsFormsIntegration.resources.dll" - SetOutPath "$INSTDIR\ko" - File "Publish\arm64\ko\Microsoft.VisualBasic.Forms.resources.dll" - File "Publish\arm64\ko\PresentationCore.resources.dll" - File "Publish\arm64\ko\PresentationFramework.resources.dll" - File "Publish\arm64\ko\PresentationUI.resources.dll" - File "Publish\arm64\ko\ReachFramework.resources.dll" - File "Publish\arm64\ko\System.Windows.Controls.Ribbon.resources.dll" - File "Publish\arm64\ko\System.Windows.Forms.Design.resources.dll" - File "Publish\arm64\ko\System.Windows.Forms.Primitives.resources.dll" - File "Publish\arm64\ko\System.Windows.Forms.resources.dll" - File "Publish\arm64\ko\System.Windows.Input.Manipulations.resources.dll" - File "Publish\arm64\ko\System.Xaml.resources.dll" - File "Publish\arm64\ko\UIAutomationClient.resources.dll" - File "Publish\arm64\ko\UIAutomationClientSideProviders.resources.dll" - File "Publish\arm64\ko\UIAutomationProvider.resources.dll" - File "Publish\arm64\ko\UIAutomationTypes.resources.dll" - File "Publish\arm64\ko\WindowsBase.resources.dll" - File "Publish\arm64\ko\WindowsFormsIntegration.resources.dll" - SetOutPath "$INSTDIR" + File "Publish\arm64\WsaAssistant.Libs.deps.json" + File "Publish\arm64\WsaAssistant.Libs.dll" File "Publish\arm64\Microsoft.CSharp.dll" - File "Publish\arm64\Microsoft.DiaSymReader.Native.arm64.dll" - File "Publish\arm64\Microsoft.Extensions.Logging.Abstractions.dll" - File "Publish\arm64\Microsoft.Toolkit.Mvvm.dll" File "Publish\arm64\Microsoft.VisualBasic.Core.dll" - File "Publish\arm64\Microsoft.VisualBasic.dll" - File "Publish\arm64\Microsoft.VisualBasic.Forms.dll" File "Publish\arm64\Microsoft.Win32.Primitives.dll" - File "Publish\arm64\Microsoft.Win32.Registry.AccessControl.dll" + File "Publish\arm64\Microsoft.VisualBasic.dll" File "Publish\arm64\Microsoft.Win32.Registry.dll" - File "Publish\arm64\Microsoft.Win32.SystemEvents.dll" - File "Publish\arm64\Microsoft.Windows.SDK.NET.dll" - File "Publish\arm64\Microsoft.Xaml.Behaviors.dll" - File "Publish\arm64\mscordaccore.dll" - File "Publish\arm64\mscordaccore_arm64_arm64_6.0.222.6406.dll" - File "Publish\arm64\mscordbi.dll" - File "Publish\arm64\mscorlib.dll" - File "Publish\arm64\mscorrc.dll" - File "Publish\arm64\netstandard.dll" - File "Publish\arm64\Newtonsoft.Json.dll" - File "Publish\arm64\PenImc_cor3.dll" - SetOutPath "$INSTDIR\pl" - File "Publish\arm64\pl\Microsoft.VisualBasic.Forms.resources.dll" - File "Publish\arm64\pl\PresentationCore.resources.dll" - File "Publish\arm64\pl\PresentationFramework.resources.dll" - File "Publish\arm64\pl\PresentationUI.resources.dll" - File "Publish\arm64\pl\ReachFramework.resources.dll" - File "Publish\arm64\pl\System.Windows.Controls.Ribbon.resources.dll" - File "Publish\arm64\pl\System.Windows.Forms.Design.resources.dll" - File "Publish\arm64\pl\System.Windows.Forms.Primitives.resources.dll" - File "Publish\arm64\pl\System.Windows.Forms.resources.dll" - File "Publish\arm64\pl\System.Windows.Input.Manipulations.resources.dll" - File "Publish\arm64\pl\System.Xaml.resources.dll" - File "Publish\arm64\pl\UIAutomationClient.resources.dll" - File "Publish\arm64\pl\UIAutomationClientSideProviders.resources.dll" - File "Publish\arm64\pl\UIAutomationProvider.resources.dll" - File "Publish\arm64\pl\UIAutomationTypes.resources.dll" - File "Publish\arm64\pl\WindowsBase.resources.dll" - File "Publish\arm64\pl\WindowsFormsIntegration.resources.dll" - SetOutPath "$INSTDIR" - File "Publish\arm64\PresentationCore.dll" - File "Publish\arm64\PresentationFramework-SystemCore.dll" - File "Publish\arm64\PresentationFramework-SystemData.dll" - File "Publish\arm64\PresentationFramework-SystemDrawing.dll" - File "Publish\arm64\PresentationFramework-SystemXml.dll" - File "Publish\arm64\PresentationFramework-SystemXmlLinq.dll" - File "Publish\arm64\PresentationFramework.Aero.dll" - File "Publish\arm64\PresentationFramework.Aero2.dll" - File "Publish\arm64\PresentationFramework.AeroLite.dll" - File "Publish\arm64\PresentationFramework.Classic.dll" - File "Publish\arm64\PresentationFramework.dll" - File "Publish\arm64\PresentationFramework.Luna.dll" - File "Publish\arm64\PresentationFramework.Royale.dll" - File "Publish\arm64\PresentationNative_cor3.dll" - File "Publish\arm64\PresentationUI.dll" - SetOutPath "$INSTDIR\pt-BR" - File "Publish\arm64\pt-BR\Microsoft.VisualBasic.Forms.resources.dll" - File "Publish\arm64\pt-BR\PresentationCore.resources.dll" - File "Publish\arm64\pt-BR\PresentationFramework.resources.dll" - File "Publish\arm64\pt-BR\PresentationUI.resources.dll" - File "Publish\arm64\pt-BR\ReachFramework.resources.dll" - File "Publish\arm64\pt-BR\System.Windows.Controls.Ribbon.resources.dll" - File "Publish\arm64\pt-BR\System.Windows.Forms.Design.resources.dll" - File "Publish\arm64\pt-BR\System.Windows.Forms.Primitives.resources.dll" - File "Publish\arm64\pt-BR\System.Windows.Forms.resources.dll" - File "Publish\arm64\pt-BR\System.Windows.Input.Manipulations.resources.dll" - File "Publish\arm64\pt-BR\System.Xaml.resources.dll" - File "Publish\arm64\pt-BR\UIAutomationClient.resources.dll" - File "Publish\arm64\pt-BR\UIAutomationClientSideProviders.resources.dll" - File "Publish\arm64\pt-BR\UIAutomationProvider.resources.dll" - File "Publish\arm64\pt-BR\UIAutomationTypes.resources.dll" - File "Publish\arm64\pt-BR\WindowsBase.resources.dll" - File "Publish\arm64\pt-BR\WindowsFormsIntegration.resources.dll" - SetOutPath "$INSTDIR" - File "Publish\arm64\ReachFramework.dll" - SetOutPath "$INSTDIR\ru" - File "Publish\arm64\ru\Microsoft.VisualBasic.Forms.resources.dll" - File "Publish\arm64\ru\PresentationCore.resources.dll" - File "Publish\arm64\ru\PresentationFramework.resources.dll" - File "Publish\arm64\ru\PresentationUI.resources.dll" - File "Publish\arm64\ru\ReachFramework.resources.dll" - File "Publish\arm64\ru\System.Windows.Controls.Ribbon.resources.dll" - File "Publish\arm64\ru\System.Windows.Forms.Design.resources.dll" - File "Publish\arm64\ru\System.Windows.Forms.Primitives.resources.dll" - File "Publish\arm64\ru\System.Windows.Forms.resources.dll" - File "Publish\arm64\ru\System.Windows.Input.Manipulations.resources.dll" - File "Publish\arm64\ru\System.Xaml.resources.dll" - File "Publish\arm64\ru\UIAutomationClient.resources.dll" - File "Publish\arm64\ru\UIAutomationClientSideProviders.resources.dll" - File "Publish\arm64\ru\UIAutomationProvider.resources.dll" - File "Publish\arm64\ru\UIAutomationTypes.resources.dll" - File "Publish\arm64\ru\WindowsBase.resources.dll" - File "Publish\arm64\ru\WindowsFormsIntegration.resources.dll" - SetOutPath "$INSTDIR" - File "Publish\arm64\Serilog.dll" - File "Publish\arm64\Serilog.Sinks.Async.dll" - File "Publish\arm64\Serilog.Sinks.File.dll" - File "Publish\arm64\SQLite-net.dll" - File "Publish\arm64\SQLitePCLRaw.batteries_v2.dll" - File "Publish\arm64\SQLitePCLRaw.core.dll" - File "Publish\arm64\SQLitePCLRaw.nativelibrary.dll" - File "Publish\arm64\SQLitePCLRaw.provider.dynamic_cdecl.dll" - File "Publish\arm64\System.AppContext.dll" File "Publish\arm64\System.Buffers.dll" - File "Publish\arm64\System.CodeDom.dll" + File "Publish\arm64\System.AppContext.dll" File "Publish\arm64\System.Collections.Concurrent.dll" - File "Publish\arm64\System.Collections.dll" File "Publish\arm64\System.Collections.Immutable.dll" + File "Publish\arm64\System.Collections.dll" File "Publish\arm64\System.Collections.NonGeneric.dll" File "Publish\arm64\System.Collections.Specialized.dll" + File "Publish\arm64\System.ComponentModel.Primitives.dll" File "Publish\arm64\System.ComponentModel.Annotations.dll" - File "Publish\arm64\System.ComponentModel.DataAnnotations.dll" - File "Publish\arm64\System.ComponentModel.dll" File "Publish\arm64\System.ComponentModel.EventBasedAsync.dll" - File "Publish\arm64\System.ComponentModel.Primitives.dll" - File "Publish\arm64\System.ComponentModel.TypeConverter.dll" - File "Publish\arm64\System.Configuration.ConfigurationManager.dll" + File "Publish\arm64\System.ComponentModel.DataAnnotations.dll" File "Publish\arm64\System.Configuration.dll" File "Publish\arm64\System.Console.dll" + File "Publish\arm64\System.ComponentModel.dll" + File "Publish\arm64\System.ComponentModel.TypeConverter.dll" File "Publish\arm64\System.Core.dll" File "Publish\arm64\System.Data.Common.dll" - File "Publish\arm64\System.Data.DataSetExtensions.dll" File "Publish\arm64\System.Data.dll" - File "Publish\arm64\System.Design.dll" + File "Publish\arm64\System.Data.DataSetExtensions.dll" File "Publish\arm64\System.Diagnostics.Contracts.dll" File "Publish\arm64\System.Diagnostics.Debug.dll" File "Publish\arm64\System.Diagnostics.DiagnosticSource.dll" - File "Publish\arm64\System.Diagnostics.EventLog.dll" - File "Publish\arm64\System.Diagnostics.FileVersionInfo.dll" - File "Publish\arm64\System.Diagnostics.PerformanceCounter.dll" File "Publish\arm64\System.Diagnostics.Process.dll" File "Publish\arm64\System.Diagnostics.StackTrace.dll" + File "Publish\arm64\System.Diagnostics.FileVersionInfo.dll" File "Publish\arm64\System.Diagnostics.TextWriterTraceListener.dll" File "Publish\arm64\System.Diagnostics.Tools.dll" File "Publish\arm64\System.Diagnostics.TraceSource.dll" File "Publish\arm64\System.Diagnostics.Tracing.dll" - File "Publish\arm64\System.DirectoryServices.dll" - File "Publish\arm64\System.dll" - File "Publish\arm64\System.Drawing.Common.dll" - File "Publish\arm64\System.Drawing.Design.dll" - File "Publish\arm64\System.Drawing.dll" - File "Publish\arm64\System.Drawing.Primitives.dll" File "Publish\arm64\System.Dynamic.Runtime.dll" File "Publish\arm64\System.Formats.Asn1.dll" + File "Publish\arm64\System.Drawing.Primitives.dll" + File "Publish\arm64\System.Drawing.dll" File "Publish\arm64\System.Globalization.Calendars.dll" File "Publish\arm64\System.Globalization.dll" - File "Publish\arm64\System.Globalization.Extensions.dll" File "Publish\arm64\System.IO.Compression.Brotli.dll" - File "Publish\arm64\System.IO.Compression.dll" - File "Publish\arm64\System.IO.Compression.FileSystem.dll" - File "Publish\arm64\System.IO.Compression.Native.dll" + File "Publish\arm64\System.Globalization.Extensions.dll" File "Publish\arm64\System.IO.Compression.ZipFile.dll" - File "Publish\arm64\System.IO.dll" + File "Publish\arm64\System.IO.Compression.FileSystem.dll" File "Publish\arm64\System.IO.FileSystem.AccessControl.dll" - File "Publish\arm64\System.IO.FileSystem.dll" + File "Publish\arm64\System.IO.Compression.dll" File "Publish\arm64\System.IO.FileSystem.DriveInfo.dll" - File "Publish\arm64\System.IO.FileSystem.Primitives.dll" File "Publish\arm64\System.IO.FileSystem.Watcher.dll" + File "Publish\arm64\System.IO.FileSystem.Primitives.dll" + File "Publish\arm64\System.IO.FileSystem.dll" + File "Publish\arm64\System.IO.Pipes.AccessControl.dll" File "Publish\arm64\System.IO.IsolatedStorage.dll" File "Publish\arm64\System.IO.MemoryMappedFiles.dll" - File "Publish\arm64\System.IO.Packaging.dll" - File "Publish\arm64\System.IO.Pipes.AccessControl.dll" - File "Publish\arm64\System.IO.Pipes.dll" + File "Publish\arm64\System.IO.dll" File "Publish\arm64\System.IO.UnmanagedMemoryStream.dll" - File "Publish\arm64\System.Linq.dll" - File "Publish\arm64\System.Linq.Expressions.dll" - File "Publish\arm64\System.Linq.Parallel.dll" File "Publish\arm64\System.Linq.Queryable.dll" - File "Publish\arm64\System.Management.dll" + File "Publish\arm64\System.Linq.Parallel.dll" + File "Publish\arm64\System.IO.Pipes.dll" + File "Publish\arm64\System.Linq.Expressions.dll" File "Publish\arm64\System.Memory.dll" - File "Publish\arm64\System.Net.dll" - File "Publish\arm64\System.Net.Http.dll" + File "Publish\arm64\System.Linq.dll" File "Publish\arm64\System.Net.Http.Json.dll" File "Publish\arm64\System.Net.HttpListener.dll" - File "Publish\arm64\System.Net.Mail.dll" + File "Publish\arm64\System.Net.Http.dll" File "Publish\arm64\System.Net.NameResolution.dll" - File "Publish\arm64\System.Net.NetworkInformation.dll" - File "Publish\arm64\System.Net.Ping.dll" + File "Publish\arm64\System.Net.Mail.dll" File "Publish\arm64\System.Net.Primitives.dll" + File "Publish\arm64\System.Net.Ping.dll" + File "Publish\arm64\System.Net.NetworkInformation.dll" File "Publish\arm64\System.Net.Quic.dll" - File "Publish\arm64\System.Net.Requests.dll" - File "Publish\arm64\System.Net.Security.dll" - File "Publish\arm64\System.Net.ServicePoint.dll" File "Publish\arm64\System.Net.Sockets.dll" - File "Publish\arm64\System.Net.WebClient.dll" - File "Publish\arm64\System.Net.WebHeaderCollection.dll" + File "Publish\arm64\System.Net.ServicePoint.dll" + File "Publish\arm64\System.Net.Security.dll" + File "Publish\arm64\System.Net.Requests.dll" File "Publish\arm64\System.Net.WebProxy.dll" + File "Publish\arm64\System.Net.WebHeaderCollection.dll" File "Publish\arm64\System.Net.WebSockets.Client.dll" + File "Publish\arm64\System.Net.WebClient.dll" File "Publish\arm64\System.Net.WebSockets.dll" - File "Publish\arm64\System.Numerics.dll" + File "Publish\arm64\System.Net.dll" File "Publish\arm64\System.Numerics.Vectors.dll" - File "Publish\arm64\System.ObjectModel.dll" - File "Publish\arm64\System.Printing.dll" - File "Publish\arm64\System.Private.CoreLib.dll" + File "Publish\arm64\System.Numerics.dll" File "Publish\arm64\System.Private.DataContractSerialization.dll" File "Publish\arm64\System.Private.Uri.dll" + File "Publish\arm64\System.ObjectModel.dll" + File "Publish\arm64\System.Private.CoreLib.dll" File "Publish\arm64\System.Private.Xml.dll" - File "Publish\arm64\System.Private.Xml.Linq.dll" File "Publish\arm64\System.Reflection.DispatchProxy.dll" - File "Publish\arm64\System.Reflection.dll" - File "Publish\arm64\System.Reflection.Emit.dll" - File "Publish\arm64\System.Reflection.Emit.ILGeneration.dll" + File "Publish\arm64\System.Private.Xml.Linq.dll" File "Publish\arm64\System.Reflection.Emit.Lightweight.dll" + File "Publish\arm64\System.Reflection.Emit.ILGeneration.dll" + File "Publish\arm64\System.Reflection.Emit.dll" File "Publish\arm64\System.Reflection.Extensions.dll" + File "Publish\arm64\System.Reflection.dll" File "Publish\arm64\System.Reflection.Metadata.dll" - File "Publish\arm64\System.Reflection.Primitives.dll" File "Publish\arm64\System.Reflection.TypeExtensions.dll" - File "Publish\arm64\System.Resources.Extensions.dll" - File "Publish\arm64\System.Resources.Reader.dll" - File "Publish\arm64\System.Resources.ResourceManager.dll" + File "Publish\arm64\System.Reflection.Primitives.dll" File "Publish\arm64\System.Resources.Writer.dll" - File "Publish\arm64\System.Runtime.CompilerServices.Unsafe.dll" + File "Publish\arm64\System.Resources.ResourceManager.dll" + File "Publish\arm64\System.Resources.Reader.dll" File "Publish\arm64\System.Runtime.CompilerServices.VisualC.dll" - File "Publish\arm64\System.Runtime.dll" + File "Publish\arm64\System.Runtime.CompilerServices.Unsafe.dll" File "Publish\arm64\System.Runtime.Extensions.dll" - File "Publish\arm64\System.Runtime.Handles.dll" - File "Publish\arm64\System.Runtime.InteropServices.dll" File "Publish\arm64\System.Runtime.InteropServices.RuntimeInformation.dll" File "Publish\arm64\System.Runtime.Intrinsics.dll" + File "Publish\arm64\System.Runtime.InteropServices.dll" + File "Publish\arm64\System.Runtime.Handles.dll" File "Publish\arm64\System.Runtime.Loader.dll" File "Publish\arm64\System.Runtime.Numerics.dll" - File "Publish\arm64\System.Runtime.Serialization.dll" - File "Publish\arm64\System.Runtime.Serialization.Formatters.dll" File "Publish\arm64\System.Runtime.Serialization.Json.dll" File "Publish\arm64\System.Runtime.Serialization.Primitives.dll" + File "Publish\arm64\System.Runtime.Serialization.Formatters.dll" + File "Publish\arm64\System.Runtime.Serialization.dll" File "Publish\arm64\System.Runtime.Serialization.Xml.dll" + File "Publish\arm64\System.Runtime.dll" File "Publish\arm64\System.Security.AccessControl.dll" + File "Publish\arm64\System.Security.Cryptography.Cng.dll" File "Publish\arm64\System.Security.Claims.dll" File "Publish\arm64\System.Security.Cryptography.Algorithms.dll" - File "Publish\arm64\System.Security.Cryptography.Cng.dll" - File "Publish\arm64\System.Security.Cryptography.Csp.dll" File "Publish\arm64\System.Security.Cryptography.Encoding.dll" File "Publish\arm64\System.Security.Cryptography.OpenSsl.dll" - File "Publish\arm64\System.Security.Cryptography.Pkcs.dll" - File "Publish\arm64\System.Security.Cryptography.Primitives.dll" - File "Publish\arm64\System.Security.Cryptography.ProtectedData.dll" - File "Publish\arm64\System.Security.Cryptography.X509Certificates.dll" - File "Publish\arm64\System.Security.Cryptography.Xml.dll" - File "Publish\arm64\System.Security.dll" - File "Publish\arm64\System.Security.Permissions.dll" - File "Publish\arm64\System.Security.Principal.dll" + File "Publish\arm64\System.Security.Cryptography.Csp.dll" File "Publish\arm64\System.Security.Principal.Windows.dll" + File "Publish\arm64\System.Security.Principal.dll" + File "Publish\arm64\System.Security.Cryptography.X509Certificates.dll" + File "Publish\arm64\System.Security.Cryptography.Primitives.dll" File "Publish\arm64\System.Security.SecureString.dll" - File "Publish\arm64\System.ServiceModel.Web.dll" - File "Publish\arm64\System.ServiceProcess.dll" + File "Publish\arm64\System.Security.dll" File "Publish\arm64\System.Text.Encoding.CodePages.dll" - File "Publish\arm64\System.Text.Encoding.dll" File "Publish\arm64\System.Text.Encoding.Extensions.dll" + File "Publish\arm64\System.ServiceModel.Web.dll" + File "Publish\arm64\System.ServiceProcess.dll" + File "Publish\arm64\System.Text.RegularExpressions.dll" File "Publish\arm64\System.Text.Encodings.Web.dll" + File "Publish\arm64\System.Text.Encoding.dll" File "Publish\arm64\System.Text.Json.dll" - File "Publish\arm64\System.Text.RegularExpressions.dll" - File "Publish\arm64\System.Threading.AccessControl.dll" - File "Publish\arm64\System.Threading.Channels.dll" - File "Publish\arm64\System.Threading.dll" File "Publish\arm64\System.Threading.Overlapped.dll" File "Publish\arm64\System.Threading.Tasks.Dataflow.dll" - File "Publish\arm64\System.Threading.Tasks.dll" + File "Publish\arm64\System.Threading.Channels.dll" File "Publish\arm64\System.Threading.Tasks.Extensions.dll" File "Publish\arm64\System.Threading.Tasks.Parallel.dll" - File "Publish\arm64\System.Threading.Thread.dll" - File "Publish\arm64\System.Threading.ThreadPool.dll" + File "Publish\arm64\System.Threading.Tasks.dll" + File "Publish\arm64\System.Threading.dll" File "Publish\arm64\System.Threading.Timer.dll" + File "Publish\arm64\System.Threading.ThreadPool.dll" + File "Publish\arm64\System.Threading.Thread.dll" File "Publish\arm64\System.Transactions.dll" - File "Publish\arm64\System.Transactions.Local.dll" File "Publish\arm64\System.ValueTuple.dll" - File "Publish\arm64\System.Web.dll" + File "Publish\arm64\System.Transactions.Local.dll" File "Publish\arm64\System.Web.HttpUtility.dll" - File "Publish\arm64\System.Windows.Controls.Ribbon.dll" + File "Publish\arm64\System.Xml.ReaderWriter.dll" + File "Publish\arm64\System.Web.dll" File "Publish\arm64\System.Windows.dll" - File "Publish\arm64\System.Windows.Extensions.dll" - File "Publish\arm64\System.Windows.Forms.Design.dll" - File "Publish\arm64\System.Windows.Forms.Design.Editors.dll" - File "Publish\arm64\System.Windows.Forms.dll" - File "Publish\arm64\System.Windows.Forms.Primitives.dll" - File "Publish\arm64\System.Windows.Input.Manipulations.dll" - File "Publish\arm64\System.Windows.Presentation.dll" - File "Publish\arm64\System.Xaml.dll" - File "Publish\arm64\System.Xml.dll" File "Publish\arm64\System.Xml.Linq.dll" - File "Publish\arm64\System.Xml.ReaderWriter.dll" + File "Publish\arm64\System.Xml.XPath.XDocument.dll" + File "Publish\arm64\System.Xml.XPath.dll" File "Publish\arm64\System.Xml.Serialization.dll" File "Publish\arm64\System.Xml.XDocument.dll" - File "Publish\arm64\System.Xml.XmlDocument.dll" File "Publish\arm64\System.Xml.XmlSerializer.dll" - File "Publish\arm64\System.Xml.XPath.dll" - File "Publish\arm64\System.Xml.XPath.XDocument.dll" - SetOutPath "$INSTDIR\tr" - File "Publish\arm64\tr\Microsoft.VisualBasic.Forms.resources.dll" - File "Publish\arm64\tr\PresentationCore.resources.dll" - File "Publish\arm64\tr\PresentationFramework.resources.dll" - File "Publish\arm64\tr\PresentationUI.resources.dll" - File "Publish\arm64\tr\ReachFramework.resources.dll" - File "Publish\arm64\tr\System.Windows.Controls.Ribbon.resources.dll" - File "Publish\arm64\tr\System.Windows.Forms.Design.resources.dll" - File "Publish\arm64\tr\System.Windows.Forms.Primitives.resources.dll" - File "Publish\arm64\tr\System.Windows.Forms.resources.dll" - File "Publish\arm64\tr\System.Windows.Input.Manipulations.resources.dll" - File "Publish\arm64\tr\System.Xaml.resources.dll" - File "Publish\arm64\tr\UIAutomationClient.resources.dll" - File "Publish\arm64\tr\UIAutomationClientSideProviders.resources.dll" - File "Publish\arm64\tr\UIAutomationProvider.resources.dll" - File "Publish\arm64\tr\UIAutomationTypes.resources.dll" - File "Publish\arm64\tr\WindowsBase.resources.dll" - File "Publish\arm64\tr\WindowsFormsIntegration.resources.dll" - SetOutPath "$INSTDIR" + File "Publish\arm64\System.Xml.dll" + File "Publish\arm64\System.dll" + File "Publish\arm64\System.Xml.XmlDocument.dll" + File "Publish\arm64\WindowsBase.dll" + File "Publish\arm64\mscorlib.dll" + File "Publish\arm64\netstandard.dll" + File "Publish\arm64\Microsoft.DiaSymReader.Native.arm64.dll" + File "Publish\arm64\clrjit.dll" + File "Publish\arm64\clretwrc.dll" + File "Publish\arm64\System.IO.Compression.Native.dll" + File "Publish\arm64\coreclr.dll" + File "Publish\arm64\createdump.exe" + File "Publish\arm64\dbgshim.dll" + File "Publish\arm64\hostfxr.dll" + File "Publish\arm64\hostpolicy.dll" + File "Publish\arm64\mscordaccore.dll" + File "Publish\arm64\mscordaccore_arm64_arm64_6.0.622.26707.dll" + File "Publish\arm64\mscorrc.dll" + File "Publish\arm64\mscordbi.dll" + File "Publish\arm64\Microsoft.Windows.SDK.NET.dll" + File "Publish\arm64\WinRT.Runtime.dll" + File "Publish\arm64\Downloader.dll" + File "Publish\arm64\HandyControl.dll" + File "Publish\arm64\AdvancedSharpAdbClient.dll" + File "Publish\arm64\Microsoft.Win32.SystemEvents.dll" + File "Publish\arm64\Microsoft.Extensions.Logging.Abstractions.dll" + File "Publish\arm64\HtmlAgilityPack.dll" + File "Publish\arm64\Newtonsoft.Json.dll" + File "Publish\arm64\Serilog.Sinks.Async.dll" + File "Publish\arm64\Serilog.dll" + File "Publish\arm64\Serilog.Sinks.File.dll" + File "Publish\arm64\SQLite-net.dll" + File "Publish\arm64\SQLitePCLRaw.batteries_v2.dll" + File "Publish\arm64\SQLitePCLRaw.nativelibrary.dll" + File "Publish\arm64\SQLitePCLRaw.core.dll" + File "Publish\arm64\SQLitePCLRaw.provider.dynamic_cdecl.dll" + File "Publish\arm64\e_sqlite3.dll" + File "Publish\arm64\System.Drawing.Common.dll" + File "Publish\arm64\WsaAssistant.Background.runtimeconfig.json" + File "Publish\arm64\WsaAssistant.Background.deps.json" + File "Publish\arm64\Accessibility.dll" + File "Publish\arm64\WsaAssistant.Background.dll" + File "Publish\arm64\Microsoft.VisualBasic.Forms.dll" + File "Publish\arm64\DirectWriteForwarder.dll" + File "Publish\arm64\Microsoft.Win32.Registry.AccessControl.dll" + File "Publish\arm64\PresentationCore.dll" + File "Publish\arm64\PresentationFramework-SystemData.dll" + File "Publish\arm64\PresentationFramework-SystemCore.dll" + File "Publish\arm64\PresentationFramework-SystemDrawing.dll" + File "Publish\arm64\PresentationFramework-SystemXml.dll" + File "Publish\arm64\PresentationFramework-SystemXmlLinq.dll" + File "Publish\arm64\PresentationFramework.Aero.dll" + File "Publish\arm64\PresentationFramework.AeroLite.dll" + File "Publish\arm64\PresentationFramework.Aero2.dll" + File "Publish\arm64\PresentationFramework.Classic.dll" + File "Publish\arm64\PresentationFramework.Luna.dll" + File "Publish\arm64\PresentationFramework.Royale.dll" + File "Publish\arm64\PresentationFramework.dll" + File "Publish\arm64\PresentationUI.dll" + File "Publish\arm64\System.CodeDom.dll" + File "Publish\arm64\ReachFramework.dll" + File "Publish\arm64\System.Configuration.ConfigurationManager.dll" + File "Publish\arm64\System.Design.dll" + File "Publish\arm64\System.Diagnostics.EventLog.dll" + File "Publish\arm64\System.Diagnostics.PerformanceCounter.dll" + File "Publish\arm64\System.DirectoryServices.dll" + File "Publish\arm64\System.Drawing.Design.dll" + File "Publish\arm64\System.Printing.dll" + File "Publish\arm64\System.IO.Packaging.dll" + File "Publish\arm64\System.Resources.Extensions.dll" + File "Publish\arm64\System.Security.Cryptography.Pkcs.dll" + File "Publish\arm64\System.Security.Cryptography.Xml.dll" + File "Publish\arm64\System.Security.Permissions.dll" + File "Publish\arm64\System.Security.Cryptography.ProtectedData.dll" + File "Publish\arm64\System.Threading.AccessControl.dll" + File "Publish\arm64\System.Windows.Extensions.dll" + File "Publish\arm64\System.Windows.Forms.Design.Editors.dll" + File "Publish\arm64\System.Windows.Controls.Ribbon.dll" + File "Publish\arm64\System.Windows.Forms.Design.dll" + File "Publish\arm64\System.Windows.Forms.Primitives.dll" + File "Publish\arm64\System.Windows.Forms.dll" + File "Publish\arm64\System.Windows.Input.Manipulations.dll" + File "Publish\arm64\System.Windows.Presentation.dll" + File "Publish\arm64\System.Xaml.dll" File "Publish\arm64\UIAutomationClient.dll" File "Publish\arm64\UIAutomationClientSideProviders.dll" File "Publish\arm64\UIAutomationProvider.dll" File "Publish\arm64\UIAutomationTypes.dll" - File "Publish\arm64\vcruntime140_cor3.dll" - File "Publish\arm64\WindowsBase.dll" + File "Publish\arm64\PenImc_cor3.dll" File "Publish\arm64\WindowsFormsIntegration.dll" - File "Publish\arm64\WinRT.Runtime.dll" - File "Publish\arm64\WpfCore.FolderPicker.dll" File "Publish\arm64\wpfgfx_cor3.dll" - File "Publish\arm64\WsaAssistant.Background.deps.json" - File "Publish\arm64\WsaAssistant.Background.dll" - File "Publish\arm64\WsaAssistant.Background.exe" - File "Publish\arm64\WsaAssistant.Background.runtimeconfig.json" - File "Publish\arm64\WsaAssistant.deps.json" - File "Publish\arm64\WsaAssistant.dll" - File "Publish\arm64\WsaAssistant.exe" - File "Publish\arm64\WsaAssistant.Libs.deps.json" - File "Publish\arm64\WsaAssistant.Libs.dll" - File "Publish\arm64\WsaAssistant.runtimeconfig.json" + File "Publish\arm64\PresentationNative_cor3.dll" + File "Publish\arm64\vcruntime140_cor3.dll" + SetOutPath "$INSTDIR\ru" + File "Publish\arm64\ru\Microsoft.VisualBasic.Forms.resources.dll" + File "Publish\arm64\ru\PresentationFramework.resources.dll" + File "Publish\arm64\ru\PresentationUI.resources.dll" + File "Publish\arm64\ru\PresentationCore.resources.dll" + File "Publish\arm64\ru\ReachFramework.resources.dll" + File "Publish\arm64\ru\System.Windows.Controls.Ribbon.resources.dll" + File "Publish\arm64\ru\System.Windows.Forms.resources.dll" + File "Publish\arm64\ru\System.Windows.Forms.Primitives.resources.dll" + File "Publish\arm64\ru\System.Windows.Forms.Design.resources.dll" + File "Publish\arm64\ru\System.Windows.Input.Manipulations.resources.dll" + File "Publish\arm64\ru\System.Xaml.resources.dll" + File "Publish\arm64\ru\UIAutomationProvider.resources.dll" + File "Publish\arm64\ru\UIAutomationClientSideProviders.resources.dll" + File "Publish\arm64\ru\UIAutomationClient.resources.dll" + File "Publish\arm64\ru\WindowsBase.resources.dll" + File "Publish\arm64\ru\WindowsFormsIntegration.resources.dll" + File "Publish\arm64\ru\UIAutomationTypes.resources.dll" SetOutPath "$INSTDIR\zh-Hans" - File "Publish\arm64\zh-Hans\Microsoft.VisualBasic.Forms.resources.dll" File "Publish\arm64\zh-Hans\PresentationCore.resources.dll" + File "Publish\arm64\zh-Hans\Microsoft.VisualBasic.Forms.resources.dll" File "Publish\arm64\zh-Hans\PresentationFramework.resources.dll" File "Publish\arm64\zh-Hans\PresentationUI.resources.dll" - File "Publish\arm64\zh-Hans\ReachFramework.resources.dll" File "Publish\arm64\zh-Hans\System.Windows.Controls.Ribbon.resources.dll" - File "Publish\arm64\zh-Hans\System.Windows.Forms.Design.resources.dll" - File "Publish\arm64\zh-Hans\System.Windows.Forms.Primitives.resources.dll" + File "Publish\arm64\zh-Hans\ReachFramework.resources.dll" File "Publish\arm64\zh-Hans\System.Windows.Forms.resources.dll" + File "Publish\arm64\zh-Hans\System.Windows.Forms.Primitives.resources.dll" + File "Publish\arm64\zh-Hans\System.Windows.Forms.Design.resources.dll" File "Publish\arm64\zh-Hans\System.Windows.Input.Manipulations.resources.dll" File "Publish\arm64\zh-Hans\System.Xaml.resources.dll" - File "Publish\arm64\zh-Hans\UIAutomationClient.resources.dll" File "Publish\arm64\zh-Hans\UIAutomationClientSideProviders.resources.dll" File "Publish\arm64\zh-Hans\UIAutomationProvider.resources.dll" - File "Publish\arm64\zh-Hans\UIAutomationTypes.resources.dll" - File "Publish\arm64\zh-Hans\WindowsBase.resources.dll" + File "Publish\arm64\zh-Hans\UIAutomationClient.resources.dll" File "Publish\arm64\zh-Hans\WindowsFormsIntegration.resources.dll" + File "Publish\arm64\zh-Hans\WindowsBase.resources.dll" + File "Publish\arm64\zh-Hans\UIAutomationTypes.resources.dll" SetOutPath "$INSTDIR\zh-Hant" File "Publish\arm64\zh-Hant\Microsoft.VisualBasic.Forms.resources.dll" - File "Publish\arm64\zh-Hant\PresentationCore.resources.dll" File "Publish\arm64\zh-Hant\PresentationFramework.resources.dll" File "Publish\arm64\zh-Hant\PresentationUI.resources.dll" + File "Publish\arm64\zh-Hant\PresentationCore.resources.dll" File "Publish\arm64\zh-Hant\ReachFramework.resources.dll" File "Publish\arm64\zh-Hant\System.Windows.Controls.Ribbon.resources.dll" - File "Publish\arm64\zh-Hant\System.Windows.Forms.Design.resources.dll" File "Publish\arm64\zh-Hant\System.Windows.Forms.Primitives.resources.dll" + File "Publish\arm64\zh-Hant\System.Windows.Forms.Design.resources.dll" File "Publish\arm64\zh-Hant\System.Windows.Forms.resources.dll" File "Publish\arm64\zh-Hant\System.Windows.Input.Manipulations.resources.dll" - File "Publish\arm64\zh-Hant\System.Xaml.resources.dll" File "Publish\arm64\zh-Hant\UIAutomationClient.resources.dll" - File "Publish\arm64\zh-Hant\UIAutomationClientSideProviders.resources.dll" + File "Publish\arm64\zh-Hant\System.Xaml.resources.dll" File "Publish\arm64\zh-Hant\UIAutomationProvider.resources.dll" + File "Publish\arm64\zh-Hant\UIAutomationClientSideProviders.resources.dll" File "Publish\arm64\zh-Hant\UIAutomationTypes.resources.dll" File "Publish\arm64\zh-Hant\WindowsBase.resources.dll" File "Publish\arm64\zh-Hant\WindowsFormsIntegration.resources.dll" + SetOutPath "$INSTDIR" + File "Publish\arm64\WsaAssistant.Background.exe" + File "Publish\arm64\WsaAssistant.deps.json" + File "Publish\arm64\WsaAssistant.runtimeconfig.json" + File "Publish\arm64\Microsoft.Toolkit.Mvvm.dll" + File "Publish\arm64\WsaAssistant.dll" + File "Publish\arm64\Microsoft.Xaml.Behaviors.dll" + File "Publish\arm64\System.Management.dll" + File "Publish\arm64\WpfCore.FolderPicker.dll" + File "Publish\arm64\icon.ico" + File "Publish\arm64\WsaAssistant.exe" + CreateDirectory "$SMPROGRAMS\WsaAssistant" + CreateShortCut "$SMPROGRAMS\WsaAssistant\WsaAssistant.lnk" "$INSTDIR\WsaAssistant.exe" + CreateShortCut "$DESKTOP\WsaAssistant.lnk" "$INSTDIR\WsaAssistant.exe" + File "Publish\arm64\AdbWinUsbApi.dll" + File "Publish\arm64\AdbWinApi.dll" + File "Publish\arm64\adb.exe" SectionEnd Section -AdditionalIcons - SetOutPath $INSTDIR CreateShortCut "$SMPROGRAMS\WsaAssistant\Uninstall.lnk" "$INSTDIR\uninst.exe" SectionEnd @@ -602,518 +418,333 @@ FunctionEnd Section Uninstall Delete "$INSTDIR\uninst.exe" + Delete "$INSTDIR\adb.exe" + Delete "$INSTDIR\AdbWinApi.dll" + Delete "$INSTDIR\AdbWinUsbApi.dll" + Delete "$INSTDIR\WsaAssistant.exe" + Delete "$INSTDIR\icon.ico" + Delete "$INSTDIR\WpfCore.FolderPicker.dll" + Delete "$INSTDIR\System.Management.dll" + Delete "$INSTDIR\Microsoft.Xaml.Behaviors.dll" + Delete "$INSTDIR\WsaAssistant.dll" + Delete "$INSTDIR\Microsoft.Toolkit.Mvvm.dll" + Delete "$INSTDIR\WsaAssistant.runtimeconfig.json" + Delete "$INSTDIR\WsaAssistant.deps.json" + Delete "$INSTDIR\WsaAssistant.Background.exe" Delete "$INSTDIR\zh-Hant\WindowsFormsIntegration.resources.dll" Delete "$INSTDIR\zh-Hant\WindowsBase.resources.dll" Delete "$INSTDIR\zh-Hant\UIAutomationTypes.resources.dll" - Delete "$INSTDIR\zh-Hant\UIAutomationProvider.resources.dll" Delete "$INSTDIR\zh-Hant\UIAutomationClientSideProviders.resources.dll" - Delete "$INSTDIR\zh-Hant\UIAutomationClient.resources.dll" + Delete "$INSTDIR\zh-Hant\UIAutomationProvider.resources.dll" Delete "$INSTDIR\zh-Hant\System.Xaml.resources.dll" + Delete "$INSTDIR\zh-Hant\UIAutomationClient.resources.dll" Delete "$INSTDIR\zh-Hant\System.Windows.Input.Manipulations.resources.dll" Delete "$INSTDIR\zh-Hant\System.Windows.Forms.resources.dll" - Delete "$INSTDIR\zh-Hant\System.Windows.Forms.Primitives.resources.dll" Delete "$INSTDIR\zh-Hant\System.Windows.Forms.Design.resources.dll" + Delete "$INSTDIR\zh-Hant\System.Windows.Forms.Primitives.resources.dll" Delete "$INSTDIR\zh-Hant\System.Windows.Controls.Ribbon.resources.dll" Delete "$INSTDIR\zh-Hant\ReachFramework.resources.dll" + Delete "$INSTDIR\zh-Hant\PresentationCore.resources.dll" Delete "$INSTDIR\zh-Hant\PresentationUI.resources.dll" Delete "$INSTDIR\zh-Hant\PresentationFramework.resources.dll" - Delete "$INSTDIR\zh-Hant\PresentationCore.resources.dll" Delete "$INSTDIR\zh-Hant\Microsoft.VisualBasic.Forms.resources.dll" - Delete "$INSTDIR\zh-Hans\WindowsFormsIntegration.resources.dll" - Delete "$INSTDIR\zh-Hans\WindowsBase.resources.dll" Delete "$INSTDIR\zh-Hans\UIAutomationTypes.resources.dll" + Delete "$INSTDIR\zh-Hans\WindowsBase.resources.dll" + Delete "$INSTDIR\zh-Hans\WindowsFormsIntegration.resources.dll" + Delete "$INSTDIR\zh-Hans\UIAutomationClient.resources.dll" Delete "$INSTDIR\zh-Hans\UIAutomationProvider.resources.dll" Delete "$INSTDIR\zh-Hans\UIAutomationClientSideProviders.resources.dll" - Delete "$INSTDIR\zh-Hans\UIAutomationClient.resources.dll" Delete "$INSTDIR\zh-Hans\System.Xaml.resources.dll" Delete "$INSTDIR\zh-Hans\System.Windows.Input.Manipulations.resources.dll" - Delete "$INSTDIR\zh-Hans\System.Windows.Forms.resources.dll" - Delete "$INSTDIR\zh-Hans\System.Windows.Forms.Primitives.resources.dll" Delete "$INSTDIR\zh-Hans\System.Windows.Forms.Design.resources.dll" - Delete "$INSTDIR\zh-Hans\System.Windows.Controls.Ribbon.resources.dll" + Delete "$INSTDIR\zh-Hans\System.Windows.Forms.Primitives.resources.dll" + Delete "$INSTDIR\zh-Hans\System.Windows.Forms.resources.dll" Delete "$INSTDIR\zh-Hans\ReachFramework.resources.dll" + Delete "$INSTDIR\zh-Hans\System.Windows.Controls.Ribbon.resources.dll" Delete "$INSTDIR\zh-Hans\PresentationUI.resources.dll" Delete "$INSTDIR\zh-Hans\PresentationFramework.resources.dll" - Delete "$INSTDIR\zh-Hans\PresentationCore.resources.dll" Delete "$INSTDIR\zh-Hans\Microsoft.VisualBasic.Forms.resources.dll" - Delete "$INSTDIR\WsaAssistant.runtimeconfig.json" - Delete "$INSTDIR\WsaAssistant.Libs.dll" - Delete "$INSTDIR\WsaAssistant.Libs.deps.json" - Delete "$INSTDIR\WsaAssistant.exe" - Delete "$INSTDIR\WsaAssistant.dll" - Delete "$INSTDIR\WsaAssistant.deps.json" - Delete "$INSTDIR\WsaAssistant.Background.runtimeconfig.json" - Delete "$INSTDIR\WsaAssistant.Background.exe" - Delete "$INSTDIR\WsaAssistant.Background.dll" - Delete "$INSTDIR\WsaAssistant.Background.deps.json" + Delete "$INSTDIR\zh-Hans\PresentationCore.resources.dll" + Delete "$INSTDIR\ru\UIAutomationTypes.resources.dll" + Delete "$INSTDIR\ru\WindowsFormsIntegration.resources.dll" + Delete "$INSTDIR\ru\WindowsBase.resources.dll" + Delete "$INSTDIR\ru\UIAutomationClient.resources.dll" + Delete "$INSTDIR\ru\UIAutomationClientSideProviders.resources.dll" + Delete "$INSTDIR\ru\UIAutomationProvider.resources.dll" + Delete "$INSTDIR\ru\System.Xaml.resources.dll" + Delete "$INSTDIR\ru\System.Windows.Input.Manipulations.resources.dll" + Delete "$INSTDIR\ru\System.Windows.Forms.Design.resources.dll" + Delete "$INSTDIR\ru\System.Windows.Forms.Primitives.resources.dll" + Delete "$INSTDIR\ru\System.Windows.Forms.resources.dll" + Delete "$INSTDIR\ru\System.Windows.Controls.Ribbon.resources.dll" + Delete "$INSTDIR\ru\ReachFramework.resources.dll" + Delete "$INSTDIR\ru\PresentationCore.resources.dll" + Delete "$INSTDIR\ru\PresentationUI.resources.dll" + Delete "$INSTDIR\ru\PresentationFramework.resources.dll" + Delete "$INSTDIR\ru\Microsoft.VisualBasic.Forms.resources.dll" + Delete "$INSTDIR\vcruntime140_cor3.dll" + Delete "$INSTDIR\PresentationNative_cor3.dll" Delete "$INSTDIR\wpfgfx_cor3.dll" - Delete "$INSTDIR\WpfCore.FolderPicker.dll" - Delete "$INSTDIR\WinRT.Runtime.dll" Delete "$INSTDIR\WindowsFormsIntegration.dll" - Delete "$INSTDIR\WindowsBase.dll" - Delete "$INSTDIR\vcruntime140_cor3.dll" + Delete "$INSTDIR\PenImc_cor3.dll" Delete "$INSTDIR\UIAutomationTypes.dll" Delete "$INSTDIR\UIAutomationProvider.dll" Delete "$INSTDIR\UIAutomationClientSideProviders.dll" Delete "$INSTDIR\UIAutomationClient.dll" - Delete "$INSTDIR\tr\WindowsFormsIntegration.resources.dll" - Delete "$INSTDIR\tr\WindowsBase.resources.dll" - Delete "$INSTDIR\tr\UIAutomationTypes.resources.dll" - Delete "$INSTDIR\tr\UIAutomationProvider.resources.dll" - Delete "$INSTDIR\tr\UIAutomationClientSideProviders.resources.dll" - Delete "$INSTDIR\tr\UIAutomationClient.resources.dll" - Delete "$INSTDIR\tr\System.Xaml.resources.dll" - Delete "$INSTDIR\tr\System.Windows.Input.Manipulations.resources.dll" - Delete "$INSTDIR\tr\System.Windows.Forms.resources.dll" - Delete "$INSTDIR\tr\System.Windows.Forms.Primitives.resources.dll" - Delete "$INSTDIR\tr\System.Windows.Forms.Design.resources.dll" - Delete "$INSTDIR\tr\System.Windows.Controls.Ribbon.resources.dll" - Delete "$INSTDIR\tr\ReachFramework.resources.dll" - Delete "$INSTDIR\tr\PresentationUI.resources.dll" - Delete "$INSTDIR\tr\PresentationFramework.resources.dll" - Delete "$INSTDIR\tr\PresentationCore.resources.dll" - Delete "$INSTDIR\tr\Microsoft.VisualBasic.Forms.resources.dll" - Delete "$INSTDIR\System.Xml.XPath.XDocument.dll" - Delete "$INSTDIR\System.Xml.XPath.dll" - Delete "$INSTDIR\System.Xml.XmlSerializer.dll" - Delete "$INSTDIR\System.Xml.XmlDocument.dll" - Delete "$INSTDIR\System.Xml.XDocument.dll" - Delete "$INSTDIR\System.Xml.Serialization.dll" - Delete "$INSTDIR\System.Xml.ReaderWriter.dll" - Delete "$INSTDIR\System.Xml.Linq.dll" - Delete "$INSTDIR\System.Xml.dll" Delete "$INSTDIR\System.Xaml.dll" Delete "$INSTDIR\System.Windows.Presentation.dll" Delete "$INSTDIR\System.Windows.Input.Manipulations.dll" - Delete "$INSTDIR\System.Windows.Forms.Primitives.dll" Delete "$INSTDIR\System.Windows.Forms.dll" - Delete "$INSTDIR\System.Windows.Forms.Design.Editors.dll" + Delete "$INSTDIR\System.Windows.Forms.Primitives.dll" Delete "$INSTDIR\System.Windows.Forms.Design.dll" - Delete "$INSTDIR\System.Windows.Extensions.dll" - Delete "$INSTDIR\System.Windows.dll" Delete "$INSTDIR\System.Windows.Controls.Ribbon.dll" - Delete "$INSTDIR\System.Web.HttpUtility.dll" - Delete "$INSTDIR\System.Web.dll" - Delete "$INSTDIR\System.ValueTuple.dll" - Delete "$INSTDIR\System.Transactions.Local.dll" - Delete "$INSTDIR\System.Transactions.dll" - Delete "$INSTDIR\System.Threading.Timer.dll" - Delete "$INSTDIR\System.Threading.ThreadPool.dll" - Delete "$INSTDIR\System.Threading.Thread.dll" - Delete "$INSTDIR\System.Threading.Tasks.Parallel.dll" - Delete "$INSTDIR\System.Threading.Tasks.Extensions.dll" - Delete "$INSTDIR\System.Threading.Tasks.dll" - Delete "$INSTDIR\System.Threading.Tasks.Dataflow.dll" - Delete "$INSTDIR\System.Threading.Overlapped.dll" - Delete "$INSTDIR\System.Threading.dll" - Delete "$INSTDIR\System.Threading.Channels.dll" - Delete "$INSTDIR\System.Threading.AccessControl.dll" - Delete "$INSTDIR\System.Text.RegularExpressions.dll" + Delete "$INSTDIR\System.Windows.Forms.Design.Editors.dll" + Delete "$INSTDIR\System.Windows.Extensions.dll" + Delete "$INSTDIR\System.Threading.AccessControl.dll" + Delete "$INSTDIR\System.Security.Cryptography.ProtectedData.dll" + Delete "$INSTDIR\System.Security.Permissions.dll" + Delete "$INSTDIR\System.Security.Cryptography.Xml.dll" + Delete "$INSTDIR\System.Security.Cryptography.Pkcs.dll" + Delete "$INSTDIR\System.Resources.Extensions.dll" + Delete "$INSTDIR\System.IO.Packaging.dll" + Delete "$INSTDIR\System.Printing.dll" + Delete "$INSTDIR\System.Drawing.Design.dll" + Delete "$INSTDIR\System.DirectoryServices.dll" + Delete "$INSTDIR\System.Diagnostics.PerformanceCounter.dll" + Delete "$INSTDIR\System.Diagnostics.EventLog.dll" + Delete "$INSTDIR\System.Design.dll" + Delete "$INSTDIR\System.Configuration.ConfigurationManager.dll" + Delete "$INSTDIR\ReachFramework.dll" + Delete "$INSTDIR\System.CodeDom.dll" + Delete "$INSTDIR\PresentationUI.dll" + Delete "$INSTDIR\PresentationFramework.dll" + Delete "$INSTDIR\PresentationFramework.Royale.dll" + Delete "$INSTDIR\PresentationFramework.Luna.dll" + Delete "$INSTDIR\PresentationFramework.Classic.dll" + Delete "$INSTDIR\PresentationFramework.Aero2.dll" + Delete "$INSTDIR\PresentationFramework.AeroLite.dll" + Delete "$INSTDIR\PresentationFramework.Aero.dll" + Delete "$INSTDIR\PresentationFramework-SystemXmlLinq.dll" + Delete "$INSTDIR\PresentationFramework-SystemXml.dll" + Delete "$INSTDIR\PresentationFramework-SystemDrawing.dll" + Delete "$INSTDIR\PresentationFramework-SystemCore.dll" + Delete "$INSTDIR\PresentationFramework-SystemData.dll" + Delete "$INSTDIR\PresentationCore.dll" + Delete "$INSTDIR\Microsoft.Win32.Registry.AccessControl.dll" + Delete "$INSTDIR\DirectWriteForwarder.dll" + Delete "$INSTDIR\Microsoft.VisualBasic.Forms.dll" + Delete "$INSTDIR\WsaAssistant.Background.dll" + Delete "$INSTDIR\Accessibility.dll" + Delete "$INSTDIR\WsaAssistant.Background.deps.json" + Delete "$INSTDIR\WsaAssistant.Background.runtimeconfig.json" + Delete "$INSTDIR\System.Drawing.Common.dll" + Delete "$INSTDIR\e_sqlite3.dll" + Delete "$INSTDIR\SQLitePCLRaw.provider.dynamic_cdecl.dll" + Delete "$INSTDIR\SQLitePCLRaw.core.dll" + Delete "$INSTDIR\SQLitePCLRaw.nativelibrary.dll" + Delete "$INSTDIR\SQLitePCLRaw.batteries_v2.dll" + Delete "$INSTDIR\SQLite-net.dll" + Delete "$INSTDIR\Serilog.Sinks.File.dll" + Delete "$INSTDIR\Serilog.dll" + Delete "$INSTDIR\Serilog.Sinks.Async.dll" + Delete "$INSTDIR\Newtonsoft.Json.dll" + Delete "$INSTDIR\HtmlAgilityPack.dll" + Delete "$INSTDIR\Microsoft.Extensions.Logging.Abstractions.dll" + Delete "$INSTDIR\Microsoft.Win32.SystemEvents.dll" + Delete "$INSTDIR\AdvancedSharpAdbClient.dll" + Delete "$INSTDIR\HandyControl.dll" + Delete "$INSTDIR\Downloader.dll" + Delete "$INSTDIR\WinRT.Runtime.dll" + Delete "$INSTDIR\Microsoft.Windows.SDK.NET.dll" + Delete "$INSTDIR\mscordbi.dll" + Delete "$INSTDIR\mscorrc.dll" + Delete "$INSTDIR\mscordaccore_arm64_arm64_6.0.622.26707.dll" + Delete "$INSTDIR\mscordaccore.dll" + Delete "$INSTDIR\hostpolicy.dll" + Delete "$INSTDIR\hostfxr.dll" + Delete "$INSTDIR\dbgshim.dll" + Delete "$INSTDIR\createdump.exe" + Delete "$INSTDIR\coreclr.dll" + Delete "$INSTDIR\System.IO.Compression.Native.dll" + Delete "$INSTDIR\clretwrc.dll" + Delete "$INSTDIR\clrjit.dll" + Delete "$INSTDIR\Microsoft.DiaSymReader.Native.arm64.dll" + Delete "$INSTDIR\netstandard.dll" + Delete "$INSTDIR\mscorlib.dll" + Delete "$INSTDIR\WindowsBase.dll" + Delete "$INSTDIR\System.Xml.XmlDocument.dll" + Delete "$INSTDIR\System.dll" + Delete "$INSTDIR\System.Xml.dll" + Delete "$INSTDIR\System.Xml.XmlSerializer.dll" + Delete "$INSTDIR\System.Xml.XDocument.dll" + Delete "$INSTDIR\System.Xml.Serialization.dll" + Delete "$INSTDIR\System.Xml.XPath.dll" + Delete "$INSTDIR\System.Xml.XPath.XDocument.dll" + Delete "$INSTDIR\System.Xml.Linq.dll" + Delete "$INSTDIR\System.Windows.dll" + Delete "$INSTDIR\System.Web.dll" + Delete "$INSTDIR\System.Xml.ReaderWriter.dll" + Delete "$INSTDIR\System.Web.HttpUtility.dll" + Delete "$INSTDIR\System.Transactions.Local.dll" + Delete "$INSTDIR\System.ValueTuple.dll" + Delete "$INSTDIR\System.Transactions.dll" + Delete "$INSTDIR\System.Threading.Thread.dll" + Delete "$INSTDIR\System.Threading.ThreadPool.dll" + Delete "$INSTDIR\System.Threading.Timer.dll" + Delete "$INSTDIR\System.Threading.dll" + Delete "$INSTDIR\System.Threading.Tasks.dll" + Delete "$INSTDIR\System.Threading.Tasks.Parallel.dll" + Delete "$INSTDIR\System.Threading.Tasks.Extensions.dll" + Delete "$INSTDIR\System.Threading.Channels.dll" + Delete "$INSTDIR\System.Threading.Tasks.Dataflow.dll" + Delete "$INSTDIR\System.Threading.Overlapped.dll" Delete "$INSTDIR\System.Text.Json.dll" - Delete "$INSTDIR\System.Text.Encodings.Web.dll" - Delete "$INSTDIR\System.Text.Encoding.Extensions.dll" Delete "$INSTDIR\System.Text.Encoding.dll" - Delete "$INSTDIR\System.Text.Encoding.CodePages.dll" + Delete "$INSTDIR\System.Text.Encodings.Web.dll" + Delete "$INSTDIR\System.Text.RegularExpressions.dll" Delete "$INSTDIR\System.ServiceProcess.dll" Delete "$INSTDIR\System.ServiceModel.Web.dll" - Delete "$INSTDIR\System.Security.SecureString.dll" - Delete "$INSTDIR\System.Security.Principal.Windows.dll" - Delete "$INSTDIR\System.Security.Principal.dll" - Delete "$INSTDIR\System.Security.Permissions.dll" + Delete "$INSTDIR\System.Text.Encoding.Extensions.dll" + Delete "$INSTDIR\System.Text.Encoding.CodePages.dll" Delete "$INSTDIR\System.Security.dll" - Delete "$INSTDIR\System.Security.Cryptography.Xml.dll" - Delete "$INSTDIR\System.Security.Cryptography.X509Certificates.dll" - Delete "$INSTDIR\System.Security.Cryptography.ProtectedData.dll" + Delete "$INSTDIR\System.Security.SecureString.dll" Delete "$INSTDIR\System.Security.Cryptography.Primitives.dll" - Delete "$INSTDIR\System.Security.Cryptography.Pkcs.dll" + Delete "$INSTDIR\System.Security.Cryptography.X509Certificates.dll" + Delete "$INSTDIR\System.Security.Principal.dll" + Delete "$INSTDIR\System.Security.Principal.Windows.dll" + Delete "$INSTDIR\System.Security.Cryptography.Csp.dll" Delete "$INSTDIR\System.Security.Cryptography.OpenSsl.dll" Delete "$INSTDIR\System.Security.Cryptography.Encoding.dll" - Delete "$INSTDIR\System.Security.Cryptography.Csp.dll" - Delete "$INSTDIR\System.Security.Cryptography.Cng.dll" Delete "$INSTDIR\System.Security.Cryptography.Algorithms.dll" Delete "$INSTDIR\System.Security.Claims.dll" + Delete "$INSTDIR\System.Security.Cryptography.Cng.dll" Delete "$INSTDIR\System.Security.AccessControl.dll" + Delete "$INSTDIR\System.Runtime.dll" Delete "$INSTDIR\System.Runtime.Serialization.Xml.dll" + Delete "$INSTDIR\System.Runtime.Serialization.dll" + Delete "$INSTDIR\System.Runtime.Serialization.Formatters.dll" Delete "$INSTDIR\System.Runtime.Serialization.Primitives.dll" Delete "$INSTDIR\System.Runtime.Serialization.Json.dll" - Delete "$INSTDIR\System.Runtime.Serialization.Formatters.dll" - Delete "$INSTDIR\System.Runtime.Serialization.dll" Delete "$INSTDIR\System.Runtime.Numerics.dll" Delete "$INSTDIR\System.Runtime.Loader.dll" + Delete "$INSTDIR\System.Runtime.Handles.dll" + Delete "$INSTDIR\System.Runtime.InteropServices.dll" Delete "$INSTDIR\System.Runtime.Intrinsics.dll" Delete "$INSTDIR\System.Runtime.InteropServices.RuntimeInformation.dll" - Delete "$INSTDIR\System.Runtime.InteropServices.dll" - Delete "$INSTDIR\System.Runtime.Handles.dll" Delete "$INSTDIR\System.Runtime.Extensions.dll" - Delete "$INSTDIR\System.Runtime.dll" - Delete "$INSTDIR\System.Runtime.CompilerServices.VisualC.dll" Delete "$INSTDIR\System.Runtime.CompilerServices.Unsafe.dll" - Delete "$INSTDIR\System.Resources.Writer.dll" - Delete "$INSTDIR\System.Resources.ResourceManager.dll" + Delete "$INSTDIR\System.Runtime.CompilerServices.VisualC.dll" Delete "$INSTDIR\System.Resources.Reader.dll" - Delete "$INSTDIR\System.Resources.Extensions.dll" - Delete "$INSTDIR\System.Reflection.TypeExtensions.dll" + Delete "$INSTDIR\System.Resources.ResourceManager.dll" + Delete "$INSTDIR\System.Resources.Writer.dll" Delete "$INSTDIR\System.Reflection.Primitives.dll" + Delete "$INSTDIR\System.Reflection.TypeExtensions.dll" Delete "$INSTDIR\System.Reflection.Metadata.dll" + Delete "$INSTDIR\System.Reflection.dll" Delete "$INSTDIR\System.Reflection.Extensions.dll" - Delete "$INSTDIR\System.Reflection.Emit.Lightweight.dll" - Delete "$INSTDIR\System.Reflection.Emit.ILGeneration.dll" Delete "$INSTDIR\System.Reflection.Emit.dll" - Delete "$INSTDIR\System.Reflection.dll" - Delete "$INSTDIR\System.Reflection.DispatchProxy.dll" + Delete "$INSTDIR\System.Reflection.Emit.ILGeneration.dll" + Delete "$INSTDIR\System.Reflection.Emit.Lightweight.dll" Delete "$INSTDIR\System.Private.Xml.Linq.dll" + Delete "$INSTDIR\System.Reflection.DispatchProxy.dll" Delete "$INSTDIR\System.Private.Xml.dll" - Delete "$INSTDIR\System.Private.Uri.dll" - Delete "$INSTDIR\System.Private.DataContractSerialization.dll" Delete "$INSTDIR\System.Private.CoreLib.dll" - Delete "$INSTDIR\System.Printing.dll" Delete "$INSTDIR\System.ObjectModel.dll" - Delete "$INSTDIR\System.Numerics.Vectors.dll" + Delete "$INSTDIR\System.Private.Uri.dll" + Delete "$INSTDIR\System.Private.DataContractSerialization.dll" Delete "$INSTDIR\System.Numerics.dll" + Delete "$INSTDIR\System.Numerics.Vectors.dll" + Delete "$INSTDIR\System.Net.dll" Delete "$INSTDIR\System.Net.WebSockets.dll" + Delete "$INSTDIR\System.Net.WebClient.dll" Delete "$INSTDIR\System.Net.WebSockets.Client.dll" - Delete "$INSTDIR\System.Net.WebProxy.dll" Delete "$INSTDIR\System.Net.WebHeaderCollection.dll" - Delete "$INSTDIR\System.Net.WebClient.dll" - Delete "$INSTDIR\System.Net.Sockets.dll" - Delete "$INSTDIR\System.Net.ServicePoint.dll" - Delete "$INSTDIR\System.Net.Security.dll" + Delete "$INSTDIR\System.Net.WebProxy.dll" Delete "$INSTDIR\System.Net.Requests.dll" + Delete "$INSTDIR\System.Net.Security.dll" + Delete "$INSTDIR\System.Net.ServicePoint.dll" + Delete "$INSTDIR\System.Net.Sockets.dll" Delete "$INSTDIR\System.Net.Quic.dll" - Delete "$INSTDIR\System.Net.Primitives.dll" - Delete "$INSTDIR\System.Net.Ping.dll" Delete "$INSTDIR\System.Net.NetworkInformation.dll" - Delete "$INSTDIR\System.Net.NameResolution.dll" + Delete "$INSTDIR\System.Net.Ping.dll" + Delete "$INSTDIR\System.Net.Primitives.dll" Delete "$INSTDIR\System.Net.Mail.dll" + Delete "$INSTDIR\System.Net.NameResolution.dll" + Delete "$INSTDIR\System.Net.Http.dll" Delete "$INSTDIR\System.Net.HttpListener.dll" Delete "$INSTDIR\System.Net.Http.Json.dll" - Delete "$INSTDIR\System.Net.Http.dll" - Delete "$INSTDIR\System.Net.dll" + Delete "$INSTDIR\System.Linq.dll" Delete "$INSTDIR\System.Memory.dll" - Delete "$INSTDIR\System.Management.dll" - Delete "$INSTDIR\System.Linq.Queryable.dll" - Delete "$INSTDIR\System.Linq.Parallel.dll" Delete "$INSTDIR\System.Linq.Expressions.dll" - Delete "$INSTDIR\System.Linq.dll" - Delete "$INSTDIR\System.IO.UnmanagedMemoryStream.dll" Delete "$INSTDIR\System.IO.Pipes.dll" - Delete "$INSTDIR\System.IO.Pipes.AccessControl.dll" - Delete "$INSTDIR\System.IO.Packaging.dll" + Delete "$INSTDIR\System.Linq.Parallel.dll" + Delete "$INSTDIR\System.Linq.Queryable.dll" + Delete "$INSTDIR\System.IO.UnmanagedMemoryStream.dll" + Delete "$INSTDIR\System.IO.dll" Delete "$INSTDIR\System.IO.MemoryMappedFiles.dll" Delete "$INSTDIR\System.IO.IsolatedStorage.dll" - Delete "$INSTDIR\System.IO.FileSystem.Watcher.dll" + Delete "$INSTDIR\System.IO.Pipes.AccessControl.dll" + Delete "$INSTDIR\System.IO.FileSystem.dll" Delete "$INSTDIR\System.IO.FileSystem.Primitives.dll" + Delete "$INSTDIR\System.IO.FileSystem.Watcher.dll" Delete "$INSTDIR\System.IO.FileSystem.DriveInfo.dll" - Delete "$INSTDIR\System.IO.FileSystem.dll" + Delete "$INSTDIR\System.IO.Compression.dll" Delete "$INSTDIR\System.IO.FileSystem.AccessControl.dll" - Delete "$INSTDIR\System.IO.dll" - Delete "$INSTDIR\System.IO.Compression.ZipFile.dll" - Delete "$INSTDIR\System.IO.Compression.Native.dll" Delete "$INSTDIR\System.IO.Compression.FileSystem.dll" - Delete "$INSTDIR\System.IO.Compression.dll" - Delete "$INSTDIR\System.IO.Compression.Brotli.dll" + Delete "$INSTDIR\System.IO.Compression.ZipFile.dll" Delete "$INSTDIR\System.Globalization.Extensions.dll" + Delete "$INSTDIR\System.IO.Compression.Brotli.dll" Delete "$INSTDIR\System.Globalization.dll" Delete "$INSTDIR\System.Globalization.Calendars.dll" + Delete "$INSTDIR\System.Drawing.dll" + Delete "$INSTDIR\System.Drawing.Primitives.dll" Delete "$INSTDIR\System.Formats.Asn1.dll" Delete "$INSTDIR\System.Dynamic.Runtime.dll" - Delete "$INSTDIR\System.Drawing.Primitives.dll" - Delete "$INSTDIR\System.Drawing.dll" - Delete "$INSTDIR\System.Drawing.Design.dll" - Delete "$INSTDIR\System.Drawing.Common.dll" - Delete "$INSTDIR\System.dll" - Delete "$INSTDIR\System.DirectoryServices.dll" Delete "$INSTDIR\System.Diagnostics.Tracing.dll" Delete "$INSTDIR\System.Diagnostics.TraceSource.dll" Delete "$INSTDIR\System.Diagnostics.Tools.dll" Delete "$INSTDIR\System.Diagnostics.TextWriterTraceListener.dll" + Delete "$INSTDIR\System.Diagnostics.FileVersionInfo.dll" Delete "$INSTDIR\System.Diagnostics.StackTrace.dll" Delete "$INSTDIR\System.Diagnostics.Process.dll" - Delete "$INSTDIR\System.Diagnostics.PerformanceCounter.dll" - Delete "$INSTDIR\System.Diagnostics.FileVersionInfo.dll" - Delete "$INSTDIR\System.Diagnostics.EventLog.dll" Delete "$INSTDIR\System.Diagnostics.DiagnosticSource.dll" Delete "$INSTDIR\System.Diagnostics.Debug.dll" Delete "$INSTDIR\System.Diagnostics.Contracts.dll" - Delete "$INSTDIR\System.Design.dll" - Delete "$INSTDIR\System.Data.dll" Delete "$INSTDIR\System.Data.DataSetExtensions.dll" + Delete "$INSTDIR\System.Data.dll" Delete "$INSTDIR\System.Data.Common.dll" Delete "$INSTDIR\System.Core.dll" - Delete "$INSTDIR\System.Console.dll" - Delete "$INSTDIR\System.Configuration.dll" - Delete "$INSTDIR\System.Configuration.ConfigurationManager.dll" Delete "$INSTDIR\System.ComponentModel.TypeConverter.dll" - Delete "$INSTDIR\System.ComponentModel.Primitives.dll" - Delete "$INSTDIR\System.ComponentModel.EventBasedAsync.dll" Delete "$INSTDIR\System.ComponentModel.dll" + Delete "$INSTDIR\System.Console.dll" + Delete "$INSTDIR\System.Configuration.dll" Delete "$INSTDIR\System.ComponentModel.DataAnnotations.dll" + Delete "$INSTDIR\System.ComponentModel.EventBasedAsync.dll" Delete "$INSTDIR\System.ComponentModel.Annotations.dll" + Delete "$INSTDIR\System.ComponentModel.Primitives.dll" Delete "$INSTDIR\System.Collections.Specialized.dll" Delete "$INSTDIR\System.Collections.NonGeneric.dll" - Delete "$INSTDIR\System.Collections.Immutable.dll" Delete "$INSTDIR\System.Collections.dll" + Delete "$INSTDIR\System.Collections.Immutable.dll" Delete "$INSTDIR\System.Collections.Concurrent.dll" - Delete "$INSTDIR\System.CodeDom.dll" - Delete "$INSTDIR\System.Buffers.dll" Delete "$INSTDIR\System.AppContext.dll" - Delete "$INSTDIR\SQLitePCLRaw.provider.dynamic_cdecl.dll" - Delete "$INSTDIR\SQLitePCLRaw.nativelibrary.dll" - Delete "$INSTDIR\SQLitePCLRaw.core.dll" - Delete "$INSTDIR\SQLitePCLRaw.batteries_v2.dll" - Delete "$INSTDIR\SQLite-net.dll" - Delete "$INSTDIR\Serilog.Sinks.File.dll" - Delete "$INSTDIR\Serilog.Sinks.Async.dll" - Delete "$INSTDIR\Serilog.dll" - Delete "$INSTDIR\ru\WindowsFormsIntegration.resources.dll" - Delete "$INSTDIR\ru\WindowsBase.resources.dll" - Delete "$INSTDIR\ru\UIAutomationTypes.resources.dll" - Delete "$INSTDIR\ru\UIAutomationProvider.resources.dll" - Delete "$INSTDIR\ru\UIAutomationClientSideProviders.resources.dll" - Delete "$INSTDIR\ru\UIAutomationClient.resources.dll" - Delete "$INSTDIR\ru\System.Xaml.resources.dll" - Delete "$INSTDIR\ru\System.Windows.Input.Manipulations.resources.dll" - Delete "$INSTDIR\ru\System.Windows.Forms.resources.dll" - Delete "$INSTDIR\ru\System.Windows.Forms.Primitives.resources.dll" - Delete "$INSTDIR\ru\System.Windows.Forms.Design.resources.dll" - Delete "$INSTDIR\ru\System.Windows.Controls.Ribbon.resources.dll" - Delete "$INSTDIR\ru\ReachFramework.resources.dll" - Delete "$INSTDIR\ru\PresentationUI.resources.dll" - Delete "$INSTDIR\ru\PresentationFramework.resources.dll" - Delete "$INSTDIR\ru\PresentationCore.resources.dll" - Delete "$INSTDIR\ru\Microsoft.VisualBasic.Forms.resources.dll" - Delete "$INSTDIR\ReachFramework.dll" - Delete "$INSTDIR\pt-BR\WindowsFormsIntegration.resources.dll" - Delete "$INSTDIR\pt-BR\WindowsBase.resources.dll" - Delete "$INSTDIR\pt-BR\UIAutomationTypes.resources.dll" - Delete "$INSTDIR\pt-BR\UIAutomationProvider.resources.dll" - Delete "$INSTDIR\pt-BR\UIAutomationClientSideProviders.resources.dll" - Delete "$INSTDIR\pt-BR\UIAutomationClient.resources.dll" - Delete "$INSTDIR\pt-BR\System.Xaml.resources.dll" - Delete "$INSTDIR\pt-BR\System.Windows.Input.Manipulations.resources.dll" - Delete "$INSTDIR\pt-BR\System.Windows.Forms.resources.dll" - Delete "$INSTDIR\pt-BR\System.Windows.Forms.Primitives.resources.dll" - Delete "$INSTDIR\pt-BR\System.Windows.Forms.Design.resources.dll" - Delete "$INSTDIR\pt-BR\System.Windows.Controls.Ribbon.resources.dll" - Delete "$INSTDIR\pt-BR\ReachFramework.resources.dll" - Delete "$INSTDIR\pt-BR\PresentationUI.resources.dll" - Delete "$INSTDIR\pt-BR\PresentationFramework.resources.dll" - Delete "$INSTDIR\pt-BR\PresentationCore.resources.dll" - Delete "$INSTDIR\pt-BR\Microsoft.VisualBasic.Forms.resources.dll" - Delete "$INSTDIR\PresentationUI.dll" - Delete "$INSTDIR\PresentationNative_cor3.dll" - Delete "$INSTDIR\PresentationFramework.Royale.dll" - Delete "$INSTDIR\PresentationFramework.Luna.dll" - Delete "$INSTDIR\PresentationFramework.dll" - Delete "$INSTDIR\PresentationFramework.Classic.dll" - Delete "$INSTDIR\PresentationFramework.AeroLite.dll" - Delete "$INSTDIR\PresentationFramework.Aero2.dll" - Delete "$INSTDIR\PresentationFramework.Aero.dll" - Delete "$INSTDIR\PresentationFramework-SystemXmlLinq.dll" - Delete "$INSTDIR\PresentationFramework-SystemXml.dll" - Delete "$INSTDIR\PresentationFramework-SystemDrawing.dll" - Delete "$INSTDIR\PresentationFramework-SystemData.dll" - Delete "$INSTDIR\PresentationFramework-SystemCore.dll" - Delete "$INSTDIR\PresentationCore.dll" - Delete "$INSTDIR\pl\WindowsFormsIntegration.resources.dll" - Delete "$INSTDIR\pl\WindowsBase.resources.dll" - Delete "$INSTDIR\pl\UIAutomationTypes.resources.dll" - Delete "$INSTDIR\pl\UIAutomationProvider.resources.dll" - Delete "$INSTDIR\pl\UIAutomationClientSideProviders.resources.dll" - Delete "$INSTDIR\pl\UIAutomationClient.resources.dll" - Delete "$INSTDIR\pl\System.Xaml.resources.dll" - Delete "$INSTDIR\pl\System.Windows.Input.Manipulations.resources.dll" - Delete "$INSTDIR\pl\System.Windows.Forms.resources.dll" - Delete "$INSTDIR\pl\System.Windows.Forms.Primitives.resources.dll" - Delete "$INSTDIR\pl\System.Windows.Forms.Design.resources.dll" - Delete "$INSTDIR\pl\System.Windows.Controls.Ribbon.resources.dll" - Delete "$INSTDIR\pl\ReachFramework.resources.dll" - Delete "$INSTDIR\pl\PresentationUI.resources.dll" - Delete "$INSTDIR\pl\PresentationFramework.resources.dll" - Delete "$INSTDIR\pl\PresentationCore.resources.dll" - Delete "$INSTDIR\pl\Microsoft.VisualBasic.Forms.resources.dll" - Delete "$INSTDIR\PenImc_cor3.dll" - Delete "$INSTDIR\Newtonsoft.Json.dll" - Delete "$INSTDIR\netstandard.dll" - Delete "$INSTDIR\mscorrc.dll" - Delete "$INSTDIR\mscorlib.dll" - Delete "$INSTDIR\mscordbi.dll" - Delete "$INSTDIR\mscordaccore_arm64_arm64_6.0.222.6406.dll" - Delete "$INSTDIR\mscordaccore.dll" - Delete "$INSTDIR\Microsoft.Xaml.Behaviors.dll" - Delete "$INSTDIR\Microsoft.Windows.SDK.NET.dll" - Delete "$INSTDIR\Microsoft.Win32.SystemEvents.dll" + Delete "$INSTDIR\System.Buffers.dll" Delete "$INSTDIR\Microsoft.Win32.Registry.dll" - Delete "$INSTDIR\Microsoft.Win32.Registry.AccessControl.dll" - Delete "$INSTDIR\Microsoft.Win32.Primitives.dll" - Delete "$INSTDIR\Microsoft.VisualBasic.Forms.dll" Delete "$INSTDIR\Microsoft.VisualBasic.dll" + Delete "$INSTDIR\Microsoft.Win32.Primitives.dll" Delete "$INSTDIR\Microsoft.VisualBasic.Core.dll" - Delete "$INSTDIR\Microsoft.Toolkit.Mvvm.dll" - Delete "$INSTDIR\Microsoft.Extensions.Logging.Abstractions.dll" - Delete "$INSTDIR\Microsoft.DiaSymReader.Native.arm64.dll" Delete "$INSTDIR\Microsoft.CSharp.dll" - Delete "$INSTDIR\ko\WindowsFormsIntegration.resources.dll" - Delete "$INSTDIR\ko\WindowsBase.resources.dll" - Delete "$INSTDIR\ko\UIAutomationTypes.resources.dll" - Delete "$INSTDIR\ko\UIAutomationProvider.resources.dll" - Delete "$INSTDIR\ko\UIAutomationClientSideProviders.resources.dll" - Delete "$INSTDIR\ko\UIAutomationClient.resources.dll" - Delete "$INSTDIR\ko\System.Xaml.resources.dll" - Delete "$INSTDIR\ko\System.Windows.Input.Manipulations.resources.dll" - Delete "$INSTDIR\ko\System.Windows.Forms.resources.dll" - Delete "$INSTDIR\ko\System.Windows.Forms.Primitives.resources.dll" - Delete "$INSTDIR\ko\System.Windows.Forms.Design.resources.dll" - Delete "$INSTDIR\ko\System.Windows.Controls.Ribbon.resources.dll" - Delete "$INSTDIR\ko\ReachFramework.resources.dll" - Delete "$INSTDIR\ko\PresentationUI.resources.dll" - Delete "$INSTDIR\ko\PresentationFramework.resources.dll" - Delete "$INSTDIR\ko\PresentationCore.resources.dll" - Delete "$INSTDIR\ko\Microsoft.VisualBasic.Forms.resources.dll" - Delete "$INSTDIR\ja\WindowsFormsIntegration.resources.dll" - Delete "$INSTDIR\ja\WindowsBase.resources.dll" - Delete "$INSTDIR\ja\UIAutomationTypes.resources.dll" - Delete "$INSTDIR\ja\UIAutomationProvider.resources.dll" - Delete "$INSTDIR\ja\UIAutomationClientSideProviders.resources.dll" - Delete "$INSTDIR\ja\UIAutomationClient.resources.dll" - Delete "$INSTDIR\ja\System.Xaml.resources.dll" - Delete "$INSTDIR\ja\System.Windows.Input.Manipulations.resources.dll" - Delete "$INSTDIR\ja\System.Windows.Forms.resources.dll" - Delete "$INSTDIR\ja\System.Windows.Forms.Primitives.resources.dll" - Delete "$INSTDIR\ja\System.Windows.Forms.Design.resources.dll" - Delete "$INSTDIR\ja\System.Windows.Controls.Ribbon.resources.dll" - Delete "$INSTDIR\ja\ReachFramework.resources.dll" - Delete "$INSTDIR\ja\PresentationUI.resources.dll" - Delete "$INSTDIR\ja\PresentationFramework.resources.dll" - Delete "$INSTDIR\ja\PresentationCore.resources.dll" - Delete "$INSTDIR\ja\Microsoft.VisualBasic.Forms.resources.dll" - Delete "$INSTDIR\it\WindowsFormsIntegration.resources.dll" - Delete "$INSTDIR\it\WindowsBase.resources.dll" - Delete "$INSTDIR\it\UIAutomationTypes.resources.dll" - Delete "$INSTDIR\it\UIAutomationProvider.resources.dll" - Delete "$INSTDIR\it\UIAutomationClientSideProviders.resources.dll" - Delete "$INSTDIR\it\UIAutomationClient.resources.dll" - Delete "$INSTDIR\it\System.Xaml.resources.dll" - Delete "$INSTDIR\it\System.Windows.Input.Manipulations.resources.dll" - Delete "$INSTDIR\it\System.Windows.Forms.resources.dll" - Delete "$INSTDIR\it\System.Windows.Forms.Primitives.resources.dll" - Delete "$INSTDIR\it\System.Windows.Forms.Design.resources.dll" - Delete "$INSTDIR\it\System.Windows.Controls.Ribbon.resources.dll" - Delete "$INSTDIR\it\ReachFramework.resources.dll" - Delete "$INSTDIR\it\PresentationUI.resources.dll" - Delete "$INSTDIR\it\PresentationFramework.resources.dll" - Delete "$INSTDIR\it\PresentationCore.resources.dll" - Delete "$INSTDIR\it\Microsoft.VisualBasic.Forms.resources.dll" - Delete "$INSTDIR\icon.ico" - Delete "$INSTDIR\HtmlAgilityPack.dll" - Delete "$INSTDIR\hostpolicy.dll" - Delete "$INSTDIR\hostfxr.dll" - Delete "$INSTDIR\HandyControl.dll" - Delete "$INSTDIR\fr\WindowsFormsIntegration.resources.dll" - Delete "$INSTDIR\fr\WindowsBase.resources.dll" - Delete "$INSTDIR\fr\UIAutomationTypes.resources.dll" - Delete "$INSTDIR\fr\UIAutomationProvider.resources.dll" - Delete "$INSTDIR\fr\UIAutomationClientSideProviders.resources.dll" - Delete "$INSTDIR\fr\UIAutomationClient.resources.dll" - Delete "$INSTDIR\fr\System.Xaml.resources.dll" - Delete "$INSTDIR\fr\System.Windows.Input.Manipulations.resources.dll" - Delete "$INSTDIR\fr\System.Windows.Forms.resources.dll" - Delete "$INSTDIR\fr\System.Windows.Forms.Primitives.resources.dll" - Delete "$INSTDIR\fr\System.Windows.Forms.Design.resources.dll" - Delete "$INSTDIR\fr\System.Windows.Controls.Ribbon.resources.dll" - Delete "$INSTDIR\fr\ReachFramework.resources.dll" - Delete "$INSTDIR\fr\PresentationUI.resources.dll" - Delete "$INSTDIR\fr\PresentationFramework.resources.dll" - Delete "$INSTDIR\fr\PresentationCore.resources.dll" - Delete "$INSTDIR\fr\Microsoft.VisualBasic.Forms.resources.dll" - Delete "$INSTDIR\e_sqlite3.dll" - Delete "$INSTDIR\es\WindowsFormsIntegration.resources.dll" - Delete "$INSTDIR\es\WindowsBase.resources.dll" - Delete "$INSTDIR\es\UIAutomationTypes.resources.dll" - Delete "$INSTDIR\es\UIAutomationProvider.resources.dll" - Delete "$INSTDIR\es\UIAutomationClientSideProviders.resources.dll" - Delete "$INSTDIR\es\UIAutomationClient.resources.dll" - Delete "$INSTDIR\es\System.Xaml.resources.dll" - Delete "$INSTDIR\es\System.Windows.Input.Manipulations.resources.dll" - Delete "$INSTDIR\es\System.Windows.Forms.resources.dll" - Delete "$INSTDIR\es\System.Windows.Forms.Primitives.resources.dll" - Delete "$INSTDIR\es\System.Windows.Forms.Design.resources.dll" - Delete "$INSTDIR\es\System.Windows.Controls.Ribbon.resources.dll" - Delete "$INSTDIR\es\ReachFramework.resources.dll" - Delete "$INSTDIR\es\PresentationUI.resources.dll" - Delete "$INSTDIR\es\PresentationFramework.resources.dll" - Delete "$INSTDIR\es\PresentationCore.resources.dll" - Delete "$INSTDIR\es\Microsoft.VisualBasic.Forms.resources.dll" - Delete "$INSTDIR\Downloader.dll" - Delete "$INSTDIR\DirectWriteForwarder.dll" - Delete "$INSTDIR\de\WindowsFormsIntegration.resources.dll" - Delete "$INSTDIR\de\WindowsBase.resources.dll" - Delete "$INSTDIR\de\UIAutomationTypes.resources.dll" - Delete "$INSTDIR\de\UIAutomationProvider.resources.dll" - Delete "$INSTDIR\de\UIAutomationClientSideProviders.resources.dll" - Delete "$INSTDIR\de\UIAutomationClient.resources.dll" - Delete "$INSTDIR\de\System.Xaml.resources.dll" - Delete "$INSTDIR\de\System.Windows.Input.Manipulations.resources.dll" - Delete "$INSTDIR\de\System.Windows.Forms.resources.dll" - Delete "$INSTDIR\de\System.Windows.Forms.Primitives.resources.dll" - Delete "$INSTDIR\de\System.Windows.Forms.Design.resources.dll" - Delete "$INSTDIR\de\System.Windows.Controls.Ribbon.resources.dll" - Delete "$INSTDIR\de\ReachFramework.resources.dll" - Delete "$INSTDIR\de\PresentationUI.resources.dll" - Delete "$INSTDIR\de\PresentationFramework.resources.dll" - Delete "$INSTDIR\de\PresentationCore.resources.dll" - Delete "$INSTDIR\de\Microsoft.VisualBasic.Forms.resources.dll" - Delete "$INSTDIR\dbgshim.dll" - Delete "$INSTDIR\D3DCompiler_47.dll" - Delete "$INSTDIR\cs\WindowsFormsIntegration.resources.dll" - Delete "$INSTDIR\cs\WindowsBase.resources.dll" - Delete "$INSTDIR\cs\UIAutomationTypes.resources.dll" - Delete "$INSTDIR\cs\UIAutomationProvider.resources.dll" - Delete "$INSTDIR\cs\UIAutomationClientSideProviders.resources.dll" - Delete "$INSTDIR\cs\UIAutomationClient.resources.dll" - Delete "$INSTDIR\cs\System.Xaml.resources.dll" - Delete "$INSTDIR\cs\System.Windows.Input.Manipulations.resources.dll" - Delete "$INSTDIR\cs\System.Windows.Forms.resources.dll" - Delete "$INSTDIR\cs\System.Windows.Forms.Primitives.resources.dll" - Delete "$INSTDIR\cs\System.Windows.Forms.Design.resources.dll" - Delete "$INSTDIR\cs\System.Windows.Controls.Ribbon.resources.dll" - Delete "$INSTDIR\cs\ReachFramework.resources.dll" - Delete "$INSTDIR\cs\PresentationUI.resources.dll" - Delete "$INSTDIR\cs\PresentationFramework.resources.dll" - Delete "$INSTDIR\cs\PresentationCore.resources.dll" - Delete "$INSTDIR\cs\Microsoft.VisualBasic.Forms.resources.dll" - Delete "$INSTDIR\createdump.exe" - Delete "$INSTDIR\coreclr.dll" - Delete "$INSTDIR\clrjit.dll" - Delete "$INSTDIR\clretwrc.dll" - Delete "$INSTDIR\AdvancedSharpAdbClient.dll" - Delete "$INSTDIR\AdbWinUsbApi.dll" - Delete "$INSTDIR\AdbWinApi.dll" - Delete "$INSTDIR\adb.exe" - Delete "$INSTDIR\Accessibility.dll" - Delete "$INSTDIR\temp\*" - Delete "$INSTDIR\wsa_tools_log\*" - Delete "$INSTDIR\*.appx" - Delete "$INSTDIR\*.Msixbundle" + Delete "$INSTDIR\WsaAssistant.Libs.dll" + Delete "$INSTDIR\WsaAssistant.Libs.deps.json" + Delete "$SMPROGRAMS\WsaAssistant\Uninstall.lnk" Delete "$DESKTOP\WsaAssistant.lnk" Delete "$SMPROGRAMS\WsaAssistant\WsaAssistant.lnk" - RMDir "$INSTDIR\temp" - RMDir "$INSTDIR\wsa_tools_log" + RMDir "$SMPROGRAMS\WsaAssistant" RMDir "$INSTDIR\zh-Hant" RMDir "$INSTDIR\zh-Hans" - RMDir "$INSTDIR\tr" RMDir "$INSTDIR\ru" - RMDir "$INSTDIR\pt-BR" - RMDir "$INSTDIR\pl" - RMDir "$INSTDIR\ko" - RMDir "$INSTDIR\ja" - RMDir "$INSTDIR\it" - RMDir "$INSTDIR\fr" - RMDir "$INSTDIR\es" - RMDir "$INSTDIR\de" - RMDir "$INSTDIR\cs" RMDir "$INSTDIR" DeleteRegKey ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" diff --git a/OutputDebug/win-x64.nsi b/OutputDebug/win-x64.nsi index bf304e1..1396e0d 100644 --- a/OutputDebug/win-x64.nsi +++ b/OutputDebug/win-x64.nsi @@ -2,7 +2,7 @@ ; HM NIS Edit Wizard helper defines !define PRODUCT_NAME "WsaAssistant" -!define PRODUCT_VERSION "1.4.6" +!define PRODUCT_VERSION "1.5.0" !define PRODUCT_PUBLISHER "michael_eddy" !define PRODUCT_WEB_SITE "https://michael-eddy.github.io" !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\WsaAssistant.exe" @@ -32,13 +32,14 @@ ; Language files !insertmacro MUI_LANGUAGE "English" +!insertmacro MUI_LANGUAGE "Russian" !insertmacro MUI_LANGUAGE "SimpChinese" !insertmacro MUI_LANGUAGE "TradChinese" ; MUI end ------ Name "${PRODUCT_NAME} ${PRODUCT_VERSION}" -OutFile "WsaAssistant-Setup-x64.exe" +OutFile "Setup-x64.exe" InstallDir "$PROGRAMFILES\WsaAssistant" InstallDirRegKey HKLM "${PRODUCT_DIR_REGKEY}" "" ShowInstDetails show @@ -53,567 +54,379 @@ FunctionEnd Section "MainSection" SEC01 SetOutPath "$INSTDIR" - File "Publish\x64\Accessibility.dll" - File "Publish\x64\adb.exe" - CreateDirectory "$SMPROGRAMS\WsaAssistant" - CreateShortCut "$SMPROGRAMS\WsaAssistant\WsaAssistant.lnk" "$INSTDIR\WsaAssistant.exe" - CreateShortCut "$DESKTOP\WsaAssistant.lnk" "$INSTDIR\WsaAssistant.exe" - File "Publish\x64\AdbWinApi.dll" - File "Publish\x64\AdbWinUsbApi.dll" - File "Publish\x64\AdvancedSharpAdbClient.dll" - File "Publish\x64\api-ms-win-core-console-l1-1-0.dll" - File "Publish\x64\api-ms-win-core-console-l1-2-0.dll" - File "Publish\x64\api-ms-win-core-datetime-l1-1-0.dll" - File "Publish\x64\api-ms-win-core-debug-l1-1-0.dll" - File "Publish\x64\api-ms-win-core-errorhandling-l1-1-0.dll" - File "Publish\x64\api-ms-win-core-file-l1-1-0.dll" - File "Publish\x64\api-ms-win-core-file-l1-2-0.dll" - File "Publish\x64\api-ms-win-core-file-l2-1-0.dll" - File "Publish\x64\api-ms-win-core-handle-l1-1-0.dll" - File "Publish\x64\api-ms-win-core-heap-l1-1-0.dll" - File "Publish\x64\api-ms-win-core-interlocked-l1-1-0.dll" - File "Publish\x64\api-ms-win-core-libraryloader-l1-1-0.dll" - File "Publish\x64\api-ms-win-core-localization-l1-2-0.dll" - File "Publish\x64\api-ms-win-core-memory-l1-1-0.dll" - File "Publish\x64\api-ms-win-core-namedpipe-l1-1-0.dll" - File "Publish\x64\api-ms-win-core-processenvironment-l1-1-0.dll" - File "Publish\x64\api-ms-win-core-processthreads-l1-1-0.dll" - File "Publish\x64\api-ms-win-core-processthreads-l1-1-1.dll" - File "Publish\x64\api-ms-win-core-profile-l1-1-0.dll" - File "Publish\x64\api-ms-win-core-rtlsupport-l1-1-0.dll" - File "Publish\x64\api-ms-win-core-string-l1-1-0.dll" - File "Publish\x64\api-ms-win-core-synch-l1-1-0.dll" - File "Publish\x64\api-ms-win-core-synch-l1-2-0.dll" - File "Publish\x64\api-ms-win-core-sysinfo-l1-1-0.dll" - File "Publish\x64\api-ms-win-core-timezone-l1-1-0.dll" - File "Publish\x64\api-ms-win-core-util-l1-1-0.dll" - File "Publish\x64\api-ms-win-crt-conio-l1-1-0.dll" - File "Publish\x64\api-ms-win-crt-convert-l1-1-0.dll" - File "Publish\x64\api-ms-win-crt-environment-l1-1-0.dll" - File "Publish\x64\api-ms-win-crt-filesystem-l1-1-0.dll" - File "Publish\x64\api-ms-win-crt-heap-l1-1-0.dll" - File "Publish\x64\api-ms-win-crt-locale-l1-1-0.dll" - File "Publish\x64\api-ms-win-crt-math-l1-1-0.dll" - File "Publish\x64\api-ms-win-crt-multibyte-l1-1-0.dll" - File "Publish\x64\api-ms-win-crt-private-l1-1-0.dll" - File "Publish\x64\api-ms-win-crt-process-l1-1-0.dll" - File "Publish\x64\api-ms-win-crt-runtime-l1-1-0.dll" - File "Publish\x64\api-ms-win-crt-stdio-l1-1-0.dll" - File "Publish\x64\api-ms-win-crt-string-l1-1-0.dll" - File "Publish\x64\api-ms-win-crt-time-l1-1-0.dll" - File "Publish\x64\api-ms-win-crt-utility-l1-1-0.dll" - File "Publish\x64\clretwrc.dll" - File "Publish\x64\clrjit.dll" - File "Publish\x64\coreclr.dll" - File "Publish\x64\createdump.exe" - SetOutPath "$INSTDIR\cs" - File "Publish\x64\cs\Microsoft.VisualBasic.Forms.resources.dll" - File "Publish\x64\cs\PresentationCore.resources.dll" - File "Publish\x64\cs\PresentationFramework.resources.dll" - File "Publish\x64\cs\PresentationUI.resources.dll" - File "Publish\x64\cs\ReachFramework.resources.dll" - File "Publish\x64\cs\System.Windows.Controls.Ribbon.resources.dll" - File "Publish\x64\cs\System.Windows.Forms.Design.resources.dll" - File "Publish\x64\cs\System.Windows.Forms.Primitives.resources.dll" - File "Publish\x64\cs\System.Windows.Forms.resources.dll" - File "Publish\x64\cs\System.Windows.Input.Manipulations.resources.dll" - File "Publish\x64\cs\System.Xaml.resources.dll" - File "Publish\x64\cs\UIAutomationClient.resources.dll" - File "Publish\x64\cs\UIAutomationClientSideProviders.resources.dll" - File "Publish\x64\cs\UIAutomationProvider.resources.dll" - File "Publish\x64\cs\UIAutomationTypes.resources.dll" - File "Publish\x64\cs\WindowsBase.resources.dll" - File "Publish\x64\cs\WindowsFormsIntegration.resources.dll" - SetOutPath "$INSTDIR" - File "Publish\x64\D3DCompiler_47_cor3.dll" - File "Publish\x64\dbgshim.dll" - SetOutPath "$INSTDIR\de" - File "Publish\x64\de\Microsoft.VisualBasic.Forms.resources.dll" - File "Publish\x64\de\PresentationCore.resources.dll" - File "Publish\x64\de\PresentationFramework.resources.dll" - File "Publish\x64\de\PresentationUI.resources.dll" - File "Publish\x64\de\ReachFramework.resources.dll" - File "Publish\x64\de\System.Windows.Controls.Ribbon.resources.dll" - File "Publish\x64\de\System.Windows.Forms.Design.resources.dll" - File "Publish\x64\de\System.Windows.Forms.Primitives.resources.dll" - File "Publish\x64\de\System.Windows.Forms.resources.dll" - File "Publish\x64\de\System.Windows.Input.Manipulations.resources.dll" - File "Publish\x64\de\System.Xaml.resources.dll" - File "Publish\x64\de\UIAutomationClient.resources.dll" - File "Publish\x64\de\UIAutomationClientSideProviders.resources.dll" - File "Publish\x64\de\UIAutomationProvider.resources.dll" - File "Publish\x64\de\UIAutomationTypes.resources.dll" - File "Publish\x64\de\WindowsBase.resources.dll" - File "Publish\x64\de\WindowsFormsIntegration.resources.dll" - SetOutPath "$INSTDIR" - File "Publish\x64\DirectWriteForwarder.dll" - File "Publish\x64\Downloader.dll" - SetOutPath "$INSTDIR\es" - File "Publish\x64\es\Microsoft.VisualBasic.Forms.resources.dll" - File "Publish\x64\es\PresentationCore.resources.dll" - File "Publish\x64\es\PresentationFramework.resources.dll" - File "Publish\x64\es\PresentationUI.resources.dll" - File "Publish\x64\es\ReachFramework.resources.dll" - File "Publish\x64\es\System.Windows.Controls.Ribbon.resources.dll" - File "Publish\x64\es\System.Windows.Forms.Design.resources.dll" - File "Publish\x64\es\System.Windows.Forms.Primitives.resources.dll" - File "Publish\x64\es\System.Windows.Forms.resources.dll" - File "Publish\x64\es\System.Windows.Input.Manipulations.resources.dll" - File "Publish\x64\es\System.Xaml.resources.dll" - File "Publish\x64\es\UIAutomationClient.resources.dll" - File "Publish\x64\es\UIAutomationClientSideProviders.resources.dll" - File "Publish\x64\es\UIAutomationProvider.resources.dll" - File "Publish\x64\es\UIAutomationTypes.resources.dll" - File "Publish\x64\es\WindowsBase.resources.dll" - File "Publish\x64\es\WindowsFormsIntegration.resources.dll" - SetOutPath "$INSTDIR" - File "Publish\x64\e_sqlite3.dll" - SetOutPath "$INSTDIR\fr" - File "Publish\x64\fr\Microsoft.VisualBasic.Forms.resources.dll" - File "Publish\x64\fr\PresentationCore.resources.dll" - File "Publish\x64\fr\PresentationFramework.resources.dll" - File "Publish\x64\fr\PresentationUI.resources.dll" - File "Publish\x64\fr\ReachFramework.resources.dll" - File "Publish\x64\fr\System.Windows.Controls.Ribbon.resources.dll" - File "Publish\x64\fr\System.Windows.Forms.Design.resources.dll" - File "Publish\x64\fr\System.Windows.Forms.Primitives.resources.dll" - File "Publish\x64\fr\System.Windows.Forms.resources.dll" - File "Publish\x64\fr\System.Windows.Input.Manipulations.resources.dll" - File "Publish\x64\fr\System.Xaml.resources.dll" - File "Publish\x64\fr\UIAutomationClient.resources.dll" - File "Publish\x64\fr\UIAutomationClientSideProviders.resources.dll" - File "Publish\x64\fr\UIAutomationProvider.resources.dll" - File "Publish\x64\fr\UIAutomationTypes.resources.dll" - File "Publish\x64\fr\WindowsBase.resources.dll" - File "Publish\x64\fr\WindowsFormsIntegration.resources.dll" - SetOutPath "$INSTDIR" - File "Publish\x64\HandyControl.dll" - File "Publish\x64\hostfxr.dll" - File "Publish\x64\hostpolicy.dll" - File "Publish\x64\HtmlAgilityPack.dll" - File "Publish\x64\icon.ico" - SetOutPath "$INSTDIR\it" - File "Publish\x64\it\Microsoft.VisualBasic.Forms.resources.dll" - File "Publish\x64\it\PresentationCore.resources.dll" - File "Publish\x64\it\PresentationFramework.resources.dll" - File "Publish\x64\it\PresentationUI.resources.dll" - File "Publish\x64\it\ReachFramework.resources.dll" - File "Publish\x64\it\System.Windows.Controls.Ribbon.resources.dll" - File "Publish\x64\it\System.Windows.Forms.Design.resources.dll" - File "Publish\x64\it\System.Windows.Forms.Primitives.resources.dll" - File "Publish\x64\it\System.Windows.Forms.resources.dll" - File "Publish\x64\it\System.Windows.Input.Manipulations.resources.dll" - File "Publish\x64\it\System.Xaml.resources.dll" - File "Publish\x64\it\UIAutomationClient.resources.dll" - File "Publish\x64\it\UIAutomationClientSideProviders.resources.dll" - File "Publish\x64\it\UIAutomationProvider.resources.dll" - File "Publish\x64\it\UIAutomationTypes.resources.dll" - File "Publish\x64\it\WindowsBase.resources.dll" - File "Publish\x64\it\WindowsFormsIntegration.resources.dll" - SetOutPath "$INSTDIR\ja" - File "Publish\x64\ja\Microsoft.VisualBasic.Forms.resources.dll" - File "Publish\x64\ja\PresentationCore.resources.dll" - File "Publish\x64\ja\PresentationFramework.resources.dll" - File "Publish\x64\ja\PresentationUI.resources.dll" - File "Publish\x64\ja\ReachFramework.resources.dll" - File "Publish\x64\ja\System.Windows.Controls.Ribbon.resources.dll" - File "Publish\x64\ja\System.Windows.Forms.Design.resources.dll" - File "Publish\x64\ja\System.Windows.Forms.Primitives.resources.dll" - File "Publish\x64\ja\System.Windows.Forms.resources.dll" - File "Publish\x64\ja\System.Windows.Input.Manipulations.resources.dll" - File "Publish\x64\ja\System.Xaml.resources.dll" - File "Publish\x64\ja\UIAutomationClient.resources.dll" - File "Publish\x64\ja\UIAutomationClientSideProviders.resources.dll" - File "Publish\x64\ja\UIAutomationProvider.resources.dll" - File "Publish\x64\ja\UIAutomationTypes.resources.dll" - File "Publish\x64\ja\WindowsBase.resources.dll" - File "Publish\x64\ja\WindowsFormsIntegration.resources.dll" - SetOutPath "$INSTDIR\ko" - File "Publish\x64\ko\Microsoft.VisualBasic.Forms.resources.dll" - File "Publish\x64\ko\PresentationCore.resources.dll" - File "Publish\x64\ko\PresentationFramework.resources.dll" - File "Publish\x64\ko\PresentationUI.resources.dll" - File "Publish\x64\ko\ReachFramework.resources.dll" - File "Publish\x64\ko\System.Windows.Controls.Ribbon.resources.dll" - File "Publish\x64\ko\System.Windows.Forms.Design.resources.dll" - File "Publish\x64\ko\System.Windows.Forms.Primitives.resources.dll" - File "Publish\x64\ko\System.Windows.Forms.resources.dll" - File "Publish\x64\ko\System.Windows.Input.Manipulations.resources.dll" - File "Publish\x64\ko\System.Xaml.resources.dll" - File "Publish\x64\ko\UIAutomationClient.resources.dll" - File "Publish\x64\ko\UIAutomationClientSideProviders.resources.dll" - File "Publish\x64\ko\UIAutomationProvider.resources.dll" - File "Publish\x64\ko\UIAutomationTypes.resources.dll" - File "Publish\x64\ko\WindowsBase.resources.dll" - File "Publish\x64\ko\WindowsFormsIntegration.resources.dll" - SetOutPath "$INSTDIR" + File "Publish\x64\WsaAssistant.Libs.deps.json" File "Publish\x64\Microsoft.CSharp.dll" - File "Publish\x64\Microsoft.DiaSymReader.Native.amd64.dll" - File "Publish\x64\Microsoft.Extensions.Logging.Abstractions.dll" - File "Publish\x64\Microsoft.Toolkit.Mvvm.dll" + File "Publish\x64\WsaAssistant.Libs.dll" File "Publish\x64\Microsoft.VisualBasic.Core.dll" File "Publish\x64\Microsoft.VisualBasic.dll" - File "Publish\x64\Microsoft.VisualBasic.Forms.dll" - File "Publish\x64\Microsoft.Win32.Primitives.dll" - File "Publish\x64\Microsoft.Win32.Registry.AccessControl.dll" File "Publish\x64\Microsoft.Win32.Registry.dll" - File "Publish\x64\Microsoft.Win32.SystemEvents.dll" - File "Publish\x64\Microsoft.Windows.SDK.NET.dll" - File "Publish\x64\Microsoft.Xaml.Behaviors.dll" - File "Publish\x64\mscordaccore.dll" - File "Publish\x64\mscordaccore_amd64_amd64_6.0.222.6406.dll" - File "Publish\x64\mscordbi.dll" - File "Publish\x64\mscorlib.dll" - File "Publish\x64\mscorrc.dll" - File "Publish\x64\msquic.dll" - File "Publish\x64\netstandard.dll" - File "Publish\x64\Newtonsoft.Json.dll" - File "Publish\x64\PenImc_cor3.dll" - SetOutPath "$INSTDIR\pl" - File "Publish\x64\pl\Microsoft.VisualBasic.Forms.resources.dll" - File "Publish\x64\pl\PresentationCore.resources.dll" - File "Publish\x64\pl\PresentationFramework.resources.dll" - File "Publish\x64\pl\PresentationUI.resources.dll" - File "Publish\x64\pl\ReachFramework.resources.dll" - File "Publish\x64\pl\System.Windows.Controls.Ribbon.resources.dll" - File "Publish\x64\pl\System.Windows.Forms.Design.resources.dll" - File "Publish\x64\pl\System.Windows.Forms.Primitives.resources.dll" - File "Publish\x64\pl\System.Windows.Forms.resources.dll" - File "Publish\x64\pl\System.Windows.Input.Manipulations.resources.dll" - File "Publish\x64\pl\System.Xaml.resources.dll" - File "Publish\x64\pl\UIAutomationClient.resources.dll" - File "Publish\x64\pl\UIAutomationClientSideProviders.resources.dll" - File "Publish\x64\pl\UIAutomationProvider.resources.dll" - File "Publish\x64\pl\UIAutomationTypes.resources.dll" - File "Publish\x64\pl\WindowsBase.resources.dll" - File "Publish\x64\pl\WindowsFormsIntegration.resources.dll" - SetOutPath "$INSTDIR" - File "Publish\x64\PresentationCore.dll" - File "Publish\x64\PresentationFramework-SystemCore.dll" - File "Publish\x64\PresentationFramework-SystemData.dll" - File "Publish\x64\PresentationFramework-SystemDrawing.dll" - File "Publish\x64\PresentationFramework-SystemXml.dll" - File "Publish\x64\PresentationFramework-SystemXmlLinq.dll" - File "Publish\x64\PresentationFramework.Aero.dll" - File "Publish\x64\PresentationFramework.Aero2.dll" - File "Publish\x64\PresentationFramework.AeroLite.dll" - File "Publish\x64\PresentationFramework.Classic.dll" - File "Publish\x64\PresentationFramework.dll" - File "Publish\x64\PresentationFramework.Luna.dll" - File "Publish\x64\PresentationFramework.Royale.dll" - File "Publish\x64\PresentationNative_cor3.dll" - File "Publish\x64\PresentationUI.dll" - SetOutPath "$INSTDIR\pt-BR" - File "Publish\x64\pt-BR\Microsoft.VisualBasic.Forms.resources.dll" - File "Publish\x64\pt-BR\PresentationCore.resources.dll" - File "Publish\x64\pt-BR\PresentationFramework.resources.dll" - File "Publish\x64\pt-BR\PresentationUI.resources.dll" - File "Publish\x64\pt-BR\ReachFramework.resources.dll" - File "Publish\x64\pt-BR\System.Windows.Controls.Ribbon.resources.dll" - File "Publish\x64\pt-BR\System.Windows.Forms.Design.resources.dll" - File "Publish\x64\pt-BR\System.Windows.Forms.Primitives.resources.dll" - File "Publish\x64\pt-BR\System.Windows.Forms.resources.dll" - File "Publish\x64\pt-BR\System.Windows.Input.Manipulations.resources.dll" - File "Publish\x64\pt-BR\System.Xaml.resources.dll" - File "Publish\x64\pt-BR\UIAutomationClient.resources.dll" - File "Publish\x64\pt-BR\UIAutomationClientSideProviders.resources.dll" - File "Publish\x64\pt-BR\UIAutomationProvider.resources.dll" - File "Publish\x64\pt-BR\UIAutomationTypes.resources.dll" - File "Publish\x64\pt-BR\WindowsBase.resources.dll" - File "Publish\x64\pt-BR\WindowsFormsIntegration.resources.dll" - SetOutPath "$INSTDIR" - File "Publish\x64\ReachFramework.dll" - SetOutPath "$INSTDIR\ru" - File "Publish\x64\ru\Microsoft.VisualBasic.Forms.resources.dll" - File "Publish\x64\ru\PresentationCore.resources.dll" - File "Publish\x64\ru\PresentationFramework.resources.dll" - File "Publish\x64\ru\PresentationUI.resources.dll" - File "Publish\x64\ru\ReachFramework.resources.dll" - File "Publish\x64\ru\System.Windows.Controls.Ribbon.resources.dll" - File "Publish\x64\ru\System.Windows.Forms.Design.resources.dll" - File "Publish\x64\ru\System.Windows.Forms.Primitives.resources.dll" - File "Publish\x64\ru\System.Windows.Forms.resources.dll" - File "Publish\x64\ru\System.Windows.Input.Manipulations.resources.dll" - File "Publish\x64\ru\System.Xaml.resources.dll" - File "Publish\x64\ru\UIAutomationClient.resources.dll" - File "Publish\x64\ru\UIAutomationClientSideProviders.resources.dll" - File "Publish\x64\ru\UIAutomationProvider.resources.dll" - File "Publish\x64\ru\UIAutomationTypes.resources.dll" - File "Publish\x64\ru\WindowsBase.resources.dll" - File "Publish\x64\ru\WindowsFormsIntegration.resources.dll" - SetOutPath "$INSTDIR" - File "Publish\x64\Serilog.dll" - File "Publish\x64\Serilog.Sinks.Async.dll" - File "Publish\x64\Serilog.Sinks.File.dll" - File "Publish\x64\SQLite-net.dll" - File "Publish\x64\SQLitePCLRaw.batteries_v2.dll" - File "Publish\x64\SQLitePCLRaw.core.dll" - File "Publish\x64\SQLitePCLRaw.nativelibrary.dll" - File "Publish\x64\SQLitePCLRaw.provider.dynamic_cdecl.dll" - File "Publish\x64\System.AppContext.dll" + File "Publish\x64\Microsoft.Win32.Primitives.dll" File "Publish\x64\System.Buffers.dll" - File "Publish\x64\System.CodeDom.dll" + File "Publish\x64\System.AppContext.dll" + File "Publish\x64\System.Collections.Specialized.dll" File "Publish\x64\System.Collections.Concurrent.dll" + File "Publish\x64\System.Collections.NonGeneric.dll" File "Publish\x64\System.Collections.dll" + File "Publish\x64\System.ComponentModel.DataAnnotations.dll" File "Publish\x64\System.Collections.Immutable.dll" - File "Publish\x64\System.Collections.NonGeneric.dll" - File "Publish\x64\System.Collections.Specialized.dll" File "Publish\x64\System.ComponentModel.Annotations.dll" - File "Publish\x64\System.ComponentModel.DataAnnotations.dll" - File "Publish\x64\System.ComponentModel.dll" - File "Publish\x64\System.ComponentModel.EventBasedAsync.dll" - File "Publish\x64\System.ComponentModel.Primitives.dll" File "Publish\x64\System.ComponentModel.TypeConverter.dll" - File "Publish\x64\System.Configuration.ConfigurationManager.dll" + File "Publish\x64\System.ComponentModel.Primitives.dll" + File "Publish\x64\System.ComponentModel.EventBasedAsync.dll" + File "Publish\x64\System.Core.dll" File "Publish\x64\System.Configuration.dll" File "Publish\x64\System.Console.dll" - File "Publish\x64\System.Core.dll" + File "Publish\x64\System.ComponentModel.dll" + File "Publish\x64\System.Diagnostics.Contracts.dll" File "Publish\x64\System.Data.Common.dll" File "Publish\x64\System.Data.DataSetExtensions.dll" File "Publish\x64\System.Data.dll" - File "Publish\x64\System.Design.dll" - File "Publish\x64\System.Diagnostics.Contracts.dll" - File "Publish\x64\System.Diagnostics.Debug.dll" File "Publish\x64\System.Diagnostics.DiagnosticSource.dll" - File "Publish\x64\System.Diagnostics.EventLog.dll" File "Publish\x64\System.Diagnostics.FileVersionInfo.dll" - File "Publish\x64\System.Diagnostics.PerformanceCounter.dll" - File "Publish\x64\System.Diagnostics.Process.dll" + File "Publish\x64\System.Diagnostics.Debug.dll" File "Publish\x64\System.Diagnostics.StackTrace.dll" File "Publish\x64\System.Diagnostics.TextWriterTraceListener.dll" File "Publish\x64\System.Diagnostics.Tools.dll" - File "Publish\x64\System.Diagnostics.TraceSource.dll" + File "Publish\x64\System.Diagnostics.Process.dll" + File "Publish\x64\System.Drawing.Primitives.dll" File "Publish\x64\System.Diagnostics.Tracing.dll" - File "Publish\x64\System.DirectoryServices.dll" - File "Publish\x64\System.dll" - File "Publish\x64\System.Drawing.Common.dll" - File "Publish\x64\System.Drawing.Design.dll" + File "Publish\x64\System.Diagnostics.TraceSource.dll" File "Publish\x64\System.Drawing.dll" - File "Publish\x64\System.Drawing.Primitives.dll" - File "Publish\x64\System.Dynamic.Runtime.dll" File "Publish\x64\System.Formats.Asn1.dll" File "Publish\x64\System.Globalization.Calendars.dll" - File "Publish\x64\System.Globalization.dll" File "Publish\x64\System.Globalization.Extensions.dll" - File "Publish\x64\System.IO.Compression.Brotli.dll" - File "Publish\x64\System.IO.Compression.dll" + File "Publish\x64\System.Dynamic.Runtime.dll" File "Publish\x64\System.IO.Compression.FileSystem.dll" - File "Publish\x64\System.IO.Compression.Native.dll" + File "Publish\x64\System.Globalization.dll" File "Publish\x64\System.IO.Compression.ZipFile.dll" - File "Publish\x64\System.IO.dll" + File "Publish\x64\System.IO.Compression.Brotli.dll" File "Publish\x64\System.IO.FileSystem.AccessControl.dll" - File "Publish\x64\System.IO.FileSystem.dll" + File "Publish\x64\System.IO.Compression.dll" File "Publish\x64\System.IO.FileSystem.DriveInfo.dll" File "Publish\x64\System.IO.FileSystem.Primitives.dll" - File "Publish\x64\System.IO.FileSystem.Watcher.dll" File "Publish\x64\System.IO.IsolatedStorage.dll" File "Publish\x64\System.IO.MemoryMappedFiles.dll" - File "Publish\x64\System.IO.Packaging.dll" + File "Publish\x64\System.IO.FileSystem.dll" + File "Publish\x64\System.IO.FileSystem.Watcher.dll" File "Publish\x64\System.IO.Pipes.AccessControl.dll" - File "Publish\x64\System.IO.Pipes.dll" File "Publish\x64\System.IO.UnmanagedMemoryStream.dll" - File "Publish\x64\System.Linq.dll" - File "Publish\x64\System.Linq.Expressions.dll" - File "Publish\x64\System.Linq.Parallel.dll" + File "Publish\x64\System.IO.Pipes.dll" + File "Publish\x64\System.IO.dll" File "Publish\x64\System.Linq.Queryable.dll" - File "Publish\x64\System.Management.dll" + File "Publish\x64\System.Linq.Parallel.dll" + File "Publish\x64\System.Linq.Expressions.dll" + File "Publish\x64\System.Linq.dll" File "Publish\x64\System.Memory.dll" - File "Publish\x64\System.Net.dll" File "Publish\x64\System.Net.Http.dll" File "Publish\x64\System.Net.Http.Json.dll" File "Publish\x64\System.Net.HttpListener.dll" + File "Publish\x64\System.Net.NetworkInformation.dll" File "Publish\x64\System.Net.Mail.dll" File "Publish\x64\System.Net.NameResolution.dll" - File "Publish\x64\System.Net.NetworkInformation.dll" File "Publish\x64\System.Net.Ping.dll" - File "Publish\x64\System.Net.Primitives.dll" - File "Publish\x64\System.Net.Quic.dll" File "Publish\x64\System.Net.Requests.dll" + File "Publish\x64\System.Net.Quic.dll" + File "Publish\x64\System.Net.Primitives.dll" File "Publish\x64\System.Net.Security.dll" File "Publish\x64\System.Net.ServicePoint.dll" - File "Publish\x64\System.Net.Sockets.dll" File "Publish\x64\System.Net.WebClient.dll" + File "Publish\x64\System.Net.Sockets.dll" File "Publish\x64\System.Net.WebHeaderCollection.dll" File "Publish\x64\System.Net.WebProxy.dll" File "Publish\x64\System.Net.WebSockets.Client.dll" + File "Publish\x64\System.Net.dll" File "Publish\x64\System.Net.WebSockets.dll" - File "Publish\x64\System.Numerics.dll" File "Publish\x64\System.Numerics.Vectors.dll" + File "Publish\x64\System.Numerics.dll" File "Publish\x64\System.ObjectModel.dll" - File "Publish\x64\System.Printing.dll" File "Publish\x64\System.Private.CoreLib.dll" File "Publish\x64\System.Private.DataContractSerialization.dll" File "Publish\x64\System.Private.Uri.dll" - File "Publish\x64\System.Private.Xml.dll" File "Publish\x64\System.Private.Xml.Linq.dll" File "Publish\x64\System.Reflection.DispatchProxy.dll" - File "Publish\x64\System.Reflection.dll" - File "Publish\x64\System.Reflection.Emit.dll" - File "Publish\x64\System.Reflection.Emit.ILGeneration.dll" File "Publish\x64\System.Reflection.Emit.Lightweight.dll" - File "Publish\x64\System.Reflection.Extensions.dll" + File "Publish\x64\System.Reflection.Emit.ILGeneration.dll" + File "Publish\x64\System.Private.Xml.dll" File "Publish\x64\System.Reflection.Metadata.dll" - File "Publish\x64\System.Reflection.Primitives.dll" - File "Publish\x64\System.Reflection.TypeExtensions.dll" - File "Publish\x64\System.Resources.Extensions.dll" + File "Publish\x64\System.Reflection.Emit.dll" + File "Publish\x64\System.Reflection.Extensions.dll" File "Publish\x64\System.Resources.Reader.dll" - File "Publish\x64\System.Resources.ResourceManager.dll" - File "Publish\x64\System.Resources.Writer.dll" + File "Publish\x64\System.Reflection.dll" + File "Publish\x64\System.Reflection.TypeExtensions.dll" + File "Publish\x64\System.Reflection.Primitives.dll" File "Publish\x64\System.Runtime.CompilerServices.Unsafe.dll" File "Publish\x64\System.Runtime.CompilerServices.VisualC.dll" - File "Publish\x64\System.Runtime.dll" - File "Publish\x64\System.Runtime.Extensions.dll" + File "Publish\x64\System.Resources.Writer.dll" + File "Publish\x64\System.Resources.ResourceManager.dll" File "Publish\x64\System.Runtime.Handles.dll" - File "Publish\x64\System.Runtime.InteropServices.dll" + File "Publish\x64\System.Runtime.Extensions.dll" File "Publish\x64\System.Runtime.InteropServices.RuntimeInformation.dll" File "Publish\x64\System.Runtime.Intrinsics.dll" File "Publish\x64\System.Runtime.Loader.dll" + File "Publish\x64\System.Runtime.InteropServices.dll" + File "Publish\x64\System.Runtime.Serialization.Primitives.dll" File "Publish\x64\System.Runtime.Numerics.dll" - File "Publish\x64\System.Runtime.Serialization.dll" - File "Publish\x64\System.Runtime.Serialization.Formatters.dll" File "Publish\x64\System.Runtime.Serialization.Json.dll" - File "Publish\x64\System.Runtime.Serialization.Primitives.dll" + File "Publish\x64\System.Runtime.Serialization.Formatters.dll" File "Publish\x64\System.Runtime.Serialization.Xml.dll" + File "Publish\x64\System.Runtime.dll" + File "Publish\x64\System.Runtime.Serialization.dll" File "Publish\x64\System.Security.AccessControl.dll" File "Publish\x64\System.Security.Claims.dll" - File "Publish\x64\System.Security.Cryptography.Algorithms.dll" - File "Publish\x64\System.Security.Cryptography.Cng.dll" File "Publish\x64\System.Security.Cryptography.Csp.dll" File "Publish\x64\System.Security.Cryptography.Encoding.dll" - File "Publish\x64\System.Security.Cryptography.OpenSsl.dll" - File "Publish\x64\System.Security.Cryptography.Pkcs.dll" + File "Publish\x64\System.Security.Cryptography.Algorithms.dll" + File "Publish\x64\System.Security.Cryptography.Cng.dll" File "Publish\x64\System.Security.Cryptography.Primitives.dll" - File "Publish\x64\System.Security.Cryptography.ProtectedData.dll" - File "Publish\x64\System.Security.Cryptography.X509Certificates.dll" - File "Publish\x64\System.Security.Cryptography.Xml.dll" - File "Publish\x64\System.Security.dll" - File "Publish\x64\System.Security.Permissions.dll" + File "Publish\x64\System.Security.Cryptography.OpenSsl.dll" File "Publish\x64\System.Security.Principal.dll" File "Publish\x64\System.Security.Principal.Windows.dll" + File "Publish\x64\System.Security.Cryptography.X509Certificates.dll" File "Publish\x64\System.Security.SecureString.dll" - File "Publish\x64\System.ServiceModel.Web.dll" + File "Publish\x64\System.Security.dll" File "Publish\x64\System.ServiceProcess.dll" File "Publish\x64\System.Text.Encoding.CodePages.dll" + File "Publish\x64\System.ServiceModel.Web.dll" + File "Publish\x64\System.Text.Encodings.Web.dll" File "Publish\x64\System.Text.Encoding.dll" File "Publish\x64\System.Text.Encoding.Extensions.dll" - File "Publish\x64\System.Text.Encodings.Web.dll" File "Publish\x64\System.Text.Json.dll" File "Publish\x64\System.Text.RegularExpressions.dll" - File "Publish\x64\System.Threading.AccessControl.dll" - File "Publish\x64\System.Threading.Channels.dll" - File "Publish\x64\System.Threading.dll" File "Publish\x64\System.Threading.Overlapped.dll" - File "Publish\x64\System.Threading.Tasks.Dataflow.dll" + File "Publish\x64\System.Threading.Channels.dll" File "Publish\x64\System.Threading.Tasks.dll" - File "Publish\x64\System.Threading.Tasks.Extensions.dll" File "Publish\x64\System.Threading.Tasks.Parallel.dll" + File "Publish\x64\System.Threading.Tasks.Dataflow.dll" + File "Publish\x64\System.Threading.Tasks.Extensions.dll" File "Publish\x64\System.Threading.Thread.dll" - File "Publish\x64\System.Threading.ThreadPool.dll" File "Publish\x64\System.Threading.Timer.dll" - File "Publish\x64\System.Transactions.dll" - File "Publish\x64\System.Transactions.Local.dll" + File "Publish\x64\System.Threading.ThreadPool.dll" + File "Publish\x64\System.Threading.dll" File "Publish\x64\System.ValueTuple.dll" - File "Publish\x64\System.Web.dll" + File "Publish\x64\System.Transactions.Local.dll" + File "Publish\x64\System.Transactions.dll" File "Publish\x64\System.Web.HttpUtility.dll" - File "Publish\x64\System.Windows.Controls.Ribbon.dll" File "Publish\x64\System.Windows.dll" - File "Publish\x64\System.Windows.Extensions.dll" - File "Publish\x64\System.Windows.Forms.Design.dll" - File "Publish\x64\System.Windows.Forms.Design.Editors.dll" - File "Publish\x64\System.Windows.Forms.dll" - File "Publish\x64\System.Windows.Forms.Primitives.dll" - File "Publish\x64\System.Windows.Input.Manipulations.dll" - File "Publish\x64\System.Windows.Presentation.dll" - File "Publish\x64\System.Xaml.dll" - File "Publish\x64\System.Xml.dll" + File "Publish\x64\System.Web.dll" File "Publish\x64\System.Xml.Linq.dll" File "Publish\x64\System.Xml.ReaderWriter.dll" File "Publish\x64\System.Xml.Serialization.dll" + File "Publish\x64\System.Xml.XPath.XDocument.dll" File "Publish\x64\System.Xml.XDocument.dll" - File "Publish\x64\System.Xml.XmlDocument.dll" - File "Publish\x64\System.Xml.XmlSerializer.dll" File "Publish\x64\System.Xml.XPath.dll" - File "Publish\x64\System.Xml.XPath.XDocument.dll" - SetOutPath "$INSTDIR\tr" - File "Publish\x64\tr\Microsoft.VisualBasic.Forms.resources.dll" - File "Publish\x64\tr\PresentationCore.resources.dll" - File "Publish\x64\tr\PresentationFramework.resources.dll" - File "Publish\x64\tr\PresentationUI.resources.dll" - File "Publish\x64\tr\ReachFramework.resources.dll" - File "Publish\x64\tr\System.Windows.Controls.Ribbon.resources.dll" - File "Publish\x64\tr\System.Windows.Forms.Design.resources.dll" - File "Publish\x64\tr\System.Windows.Forms.Primitives.resources.dll" - File "Publish\x64\tr\System.Windows.Forms.resources.dll" - File "Publish\x64\tr\System.Windows.Input.Manipulations.resources.dll" - File "Publish\x64\tr\System.Xaml.resources.dll" - File "Publish\x64\tr\UIAutomationClient.resources.dll" - File "Publish\x64\tr\UIAutomationClientSideProviders.resources.dll" - File "Publish\x64\tr\UIAutomationProvider.resources.dll" - File "Publish\x64\tr\UIAutomationTypes.resources.dll" - File "Publish\x64\tr\WindowsBase.resources.dll" - File "Publish\x64\tr\WindowsFormsIntegration.resources.dll" - SetOutPath "$INSTDIR" + File "Publish\x64\System.Xml.XmlSerializer.dll" + File "Publish\x64\System.Xml.dll" + File "Publish\x64\System.Xml.XmlDocument.dll" + File "Publish\x64\System.dll" + File "Publish\x64\netstandard.dll" + File "Publish\x64\mscorlib.dll" + File "Publish\x64\WindowsBase.dll" + File "Publish\x64\Microsoft.DiaSymReader.Native.amd64.dll" + File "Publish\x64\System.IO.Compression.Native.dll" + File "Publish\x64\api-ms-win-core-console-l1-1-0.dll" + File "Publish\x64\api-ms-win-core-console-l1-2-0.dll" + File "Publish\x64\api-ms-win-core-datetime-l1-1-0.dll" + File "Publish\x64\api-ms-win-core-debug-l1-1-0.dll" + File "Publish\x64\api-ms-win-core-fibers-l1-1-0.dll" + File "Publish\x64\api-ms-win-core-errorhandling-l1-1-0.dll" + File "Publish\x64\api-ms-win-core-file-l1-1-0.dll" + File "Publish\x64\api-ms-win-core-handle-l1-1-0.dll" + File "Publish\x64\api-ms-win-core-file-l2-1-0.dll" + File "Publish\x64\api-ms-win-core-file-l1-2-0.dll" + File "Publish\x64\api-ms-win-core-heap-l1-1-0.dll" + File "Publish\x64\api-ms-win-core-libraryloader-l1-1-0.dll" + File "Publish\x64\api-ms-win-core-interlocked-l1-1-0.dll" + File "Publish\x64\api-ms-win-core-localization-l1-2-0.dll" + File "Publish\x64\api-ms-win-core-memory-l1-1-0.dll" + File "Publish\x64\api-ms-win-core-processthreads-l1-1-1.dll" + File "Publish\x64\api-ms-win-core-processenvironment-l1-1-0.dll" + File "Publish\x64\api-ms-win-core-processthreads-l1-1-0.dll" + File "Publish\x64\api-ms-win-core-namedpipe-l1-1-0.dll" + File "Publish\x64\api-ms-win-core-profile-l1-1-0.dll" + File "Publish\x64\api-ms-win-core-rtlsupport-l1-1-0.dll" + File "Publish\x64\api-ms-win-core-synch-l1-1-0.dll" + File "Publish\x64\api-ms-win-core-string-l1-1-0.dll" + File "Publish\x64\api-ms-win-core-synch-l1-2-0.dll" + File "Publish\x64\api-ms-win-core-timezone-l1-1-0.dll" + File "Publish\x64\api-ms-win-core-sysinfo-l1-1-0.dll" + File "Publish\x64\api-ms-win-core-util-l1-1-0.dll" + File "Publish\x64\api-ms-win-crt-convert-l1-1-0.dll" + File "Publish\x64\api-ms-win-crt-conio-l1-1-0.dll" + File "Publish\x64\api-ms-win-crt-environment-l1-1-0.dll" + File "Publish\x64\api-ms-win-crt-filesystem-l1-1-0.dll" + File "Publish\x64\api-ms-win-crt-math-l1-1-0.dll" + File "Publish\x64\api-ms-win-crt-heap-l1-1-0.dll" + File "Publish\x64\api-ms-win-crt-locale-l1-1-0.dll" + File "Publish\x64\api-ms-win-crt-private-l1-1-0.dll" + File "Publish\x64\api-ms-win-crt-runtime-l1-1-0.dll" + File "Publish\x64\api-ms-win-crt-process-l1-1-0.dll" + File "Publish\x64\api-ms-win-crt-multibyte-l1-1-0.dll" + File "Publish\x64\api-ms-win-crt-utility-l1-1-0.dll" + File "Publish\x64\api-ms-win-crt-stdio-l1-1-0.dll" + File "Publish\x64\api-ms-win-crt-string-l1-1-0.dll" + File "Publish\x64\api-ms-win-crt-time-l1-1-0.dll" + File "Publish\x64\clretwrc.dll" + File "Publish\x64\coreclr.dll" + File "Publish\x64\createdump.exe" + File "Publish\x64\clrjit.dll" + File "Publish\x64\hostfxr.dll" + File "Publish\x64\dbgshim.dll" + File "Publish\x64\hostpolicy.dll" + File "Publish\x64\mscordaccore.dll" + File "Publish\x64\mscordbi.dll" + File "Publish\x64\mscordaccore_amd64_amd64_6.0.622.26707.dll" + File "Publish\x64\msquic.dll" + File "Publish\x64\mscorrc.dll" + File "Publish\x64\WinRT.Runtime.dll" File "Publish\x64\ucrtbase.dll" + File "Publish\x64\AdvancedSharpAdbClient.dll" + File "Publish\x64\Microsoft.Windows.SDK.NET.dll" + File "Publish\x64\Downloader.dll" + File "Publish\x64\HandyControl.dll" + File "Publish\x64\Microsoft.Win32.SystemEvents.dll" + File "Publish\x64\HtmlAgilityPack.dll" + File "Publish\x64\Microsoft.Extensions.Logging.Abstractions.dll" + File "Publish\x64\Newtonsoft.Json.dll" + File "Publish\x64\SQLite-net.dll" + File "Publish\x64\Serilog.Sinks.File.dll" + File "Publish\x64\Serilog.dll" + File "Publish\x64\Serilog.Sinks.Async.dll" + File "Publish\x64\SQLitePCLRaw.core.dll" + File "Publish\x64\SQLitePCLRaw.nativelibrary.dll" + File "Publish\x64\SQLitePCLRaw.batteries_v2.dll" + File "Publish\x64\SQLitePCLRaw.provider.dynamic_cdecl.dll" + File "Publish\x64\e_sqlite3.dll" + File "Publish\x64\System.Drawing.Common.dll" + File "Publish\x64\WsaAssistant.Background.deps.json" + File "Publish\x64\WsaAssistant.Background.runtimeconfig.json" + File "Publish\x64\Accessibility.dll" + File "Publish\x64\WsaAssistant.Background.dll" + File "Publish\x64\Microsoft.VisualBasic.Forms.dll" + File "Publish\x64\DirectWriteForwarder.dll" + File "Publish\x64\Microsoft.Win32.Registry.AccessControl.dll" + File "Publish\x64\PresentationFramework-SystemData.dll" + File "Publish\x64\PresentationCore.dll" + File "Publish\x64\PresentationFramework-SystemCore.dll" + File "Publish\x64\PresentationFramework-SystemXmlLinq.dll" + File "Publish\x64\PresentationFramework-SystemDrawing.dll" + File "Publish\x64\PresentationFramework-SystemXml.dll" + File "Publish\x64\PresentationFramework.Aero.dll" + File "Publish\x64\PresentationFramework.AeroLite.dll" + File "Publish\x64\PresentationFramework.Aero2.dll" + File "Publish\x64\PresentationFramework.Classic.dll" + File "Publish\x64\PresentationFramework.Royale.dll" + File "Publish\x64\PresentationFramework.Luna.dll" + File "Publish\x64\PresentationFramework.dll" + File "Publish\x64\PresentationUI.dll" + File "Publish\x64\ReachFramework.dll" + File "Publish\x64\System.CodeDom.dll" + File "Publish\x64\System.Configuration.ConfigurationManager.dll" + File "Publish\x64\System.Diagnostics.EventLog.dll" + File "Publish\x64\System.Design.dll" + File "Publish\x64\System.Diagnostics.PerformanceCounter.dll" + File "Publish\x64\System.DirectoryServices.dll" + File "Publish\x64\System.Drawing.Design.dll" + File "Publish\x64\System.IO.Packaging.dll" + File "Publish\x64\System.Resources.Extensions.dll" + File "Publish\x64\System.Printing.dll" + File "Publish\x64\System.Security.Cryptography.Pkcs.dll" + File "Publish\x64\System.Security.Cryptography.ProtectedData.dll" + File "Publish\x64\System.Security.Cryptography.Xml.dll" + File "Publish\x64\System.Threading.AccessControl.dll" + File "Publish\x64\System.Security.Permissions.dll" + File "Publish\x64\System.Windows.Controls.Ribbon.dll" + File "Publish\x64\System.Windows.Extensions.dll" + File "Publish\x64\System.Windows.Forms.Design.Editors.dll" + File "Publish\x64\System.Windows.Forms.Design.dll" + File "Publish\x64\System.Windows.Forms.Primitives.dll" + File "Publish\x64\System.Windows.Forms.dll" + File "Publish\x64\System.Windows.Input.Manipulations.dll" + File "Publish\x64\System.Windows.Presentation.dll" + File "Publish\x64\System.Xaml.dll" File "Publish\x64\UIAutomationClient.dll" File "Publish\x64\UIAutomationClientSideProviders.dll" - File "Publish\x64\UIAutomationProvider.dll" File "Publish\x64\UIAutomationTypes.dll" - File "Publish\x64\vcruntime140_cor3.dll" - File "Publish\x64\WindowsBase.dll" + File "Publish\x64\UIAutomationProvider.dll" File "Publish\x64\WindowsFormsIntegration.dll" - File "Publish\x64\WinRT.Runtime.dll" - File "Publish\x64\WpfCore.FolderPicker.dll" + File "Publish\x64\PenImc_cor3.dll" + File "Publish\x64\D3DCompiler_47_cor3.dll" + File "Publish\x64\vcruntime140_cor3.dll" + File "Publish\x64\PresentationNative_cor3.dll" File "Publish\x64\wpfgfx_cor3.dll" - File "Publish\x64\WsaAssistant.Background.deps.json" - File "Publish\x64\WsaAssistant.Background.dll" - File "Publish\x64\WsaAssistant.Background.exe" - File "Publish\x64\WsaAssistant.Background.runtimeconfig.json" - File "Publish\x64\WsaAssistant.deps.json" - File "Publish\x64\WsaAssistant.dll" - File "Publish\x64\WsaAssistant.exe" - File "Publish\x64\WsaAssistant.Libs.deps.json" - File "Publish\x64\WsaAssistant.Libs.dll" - File "Publish\x64\WsaAssistant.runtimeconfig.json" + SetOutPath "$INSTDIR\ru" + File "Publish\x64\ru\PresentationCore.resources.dll" + File "Publish\x64\ru\PresentationUI.resources.dll" + File "Publish\x64\ru\PresentationFramework.resources.dll" + File "Publish\x64\ru\Microsoft.VisualBasic.Forms.resources.dll" + File "Publish\x64\ru\System.Windows.Controls.Ribbon.resources.dll" + File "Publish\x64\ru\ReachFramework.resources.dll" + File "Publish\x64\ru\System.Windows.Forms.Design.resources.dll" + File "Publish\x64\ru\System.Windows.Forms.Primitives.resources.dll" + File "Publish\x64\ru\System.Windows.Input.Manipulations.resources.dll" + File "Publish\x64\ru\System.Windows.Forms.resources.dll" + File "Publish\x64\ru\System.Xaml.resources.dll" + File "Publish\x64\ru\UIAutomationClient.resources.dll" + File "Publish\x64\ru\UIAutomationClientSideProviders.resources.dll" + File "Publish\x64\ru\UIAutomationProvider.resources.dll" + File "Publish\x64\ru\UIAutomationTypes.resources.dll" + File "Publish\x64\ru\WindowsFormsIntegration.resources.dll" + File "Publish\x64\ru\WindowsBase.resources.dll" SetOutPath "$INSTDIR\zh-Hans" + File "Publish\x64\zh-Hans\PresentationUI.resources.dll" + File "Publish\x64\zh-Hans\PresentationFramework.resources.dll" File "Publish\x64\zh-Hans\Microsoft.VisualBasic.Forms.resources.dll" File "Publish\x64\zh-Hans\PresentationCore.resources.dll" - File "Publish\x64\zh-Hans\PresentationFramework.resources.dll" - File "Publish\x64\zh-Hans\PresentationUI.resources.dll" File "Publish\x64\zh-Hans\ReachFramework.resources.dll" File "Publish\x64\zh-Hans\System.Windows.Controls.Ribbon.resources.dll" File "Publish\x64\zh-Hans\System.Windows.Forms.Design.resources.dll" - File "Publish\x64\zh-Hans\System.Windows.Forms.Primitives.resources.dll" File "Publish\x64\zh-Hans\System.Windows.Forms.resources.dll" File "Publish\x64\zh-Hans\System.Windows.Input.Manipulations.resources.dll" + File "Publish\x64\zh-Hans\System.Windows.Forms.Primitives.resources.dll" File "Publish\x64\zh-Hans\System.Xaml.resources.dll" File "Publish\x64\zh-Hans\UIAutomationClient.resources.dll" - File "Publish\x64\zh-Hans\UIAutomationClientSideProviders.resources.dll" File "Publish\x64\zh-Hans\UIAutomationProvider.resources.dll" + File "Publish\x64\zh-Hans\UIAutomationClientSideProviders.resources.dll" File "Publish\x64\zh-Hans\UIAutomationTypes.resources.dll" File "Publish\x64\zh-Hans\WindowsBase.resources.dll" File "Publish\x64\zh-Hans\WindowsFormsIntegration.resources.dll" SetOutPath "$INSTDIR\zh-Hant" - File "Publish\x64\zh-Hant\Microsoft.VisualBasic.Forms.resources.dll" - File "Publish\x64\zh-Hant\PresentationCore.resources.dll" File "Publish\x64\zh-Hant\PresentationFramework.resources.dll" + File "Publish\x64\zh-Hant\PresentationCore.resources.dll" File "Publish\x64\zh-Hant\PresentationUI.resources.dll" - File "Publish\x64\zh-Hant\ReachFramework.resources.dll" + File "Publish\x64\zh-Hant\Microsoft.VisualBasic.Forms.resources.dll" File "Publish\x64\zh-Hant\System.Windows.Controls.Ribbon.resources.dll" - File "Publish\x64\zh-Hant\System.Windows.Forms.Design.resources.dll" + File "Publish\x64\zh-Hant\ReachFramework.resources.dll" File "Publish\x64\zh-Hant\System.Windows.Forms.Primitives.resources.dll" + File "Publish\x64\zh-Hant\System.Windows.Forms.Design.resources.dll" File "Publish\x64\zh-Hant\System.Windows.Forms.resources.dll" - File "Publish\x64\zh-Hant\System.Windows.Input.Manipulations.resources.dll" File "Publish\x64\zh-Hant\System.Xaml.resources.dll" + File "Publish\x64\zh-Hant\System.Windows.Input.Manipulations.resources.dll" File "Publish\x64\zh-Hant\UIAutomationClient.resources.dll" File "Publish\x64\zh-Hant\UIAutomationClientSideProviders.resources.dll" - File "Publish\x64\zh-Hant\UIAutomationProvider.resources.dll" - File "Publish\x64\zh-Hant\UIAutomationTypes.resources.dll" File "Publish\x64\zh-Hant\WindowsBase.resources.dll" + File "Publish\x64\zh-Hant\UIAutomationTypes.resources.dll" + File "Publish\x64\zh-Hant\UIAutomationProvider.resources.dll" File "Publish\x64\zh-Hant\WindowsFormsIntegration.resources.dll" + SetOutPath "$INSTDIR" + File "Publish\x64\WsaAssistant.Background.exe" + File "Publish\x64\WsaAssistant.runtimeconfig.json" + File "Publish\x64\WsaAssistant.deps.json" + File "Publish\x64\WsaAssistant.dll" + File "Publish\x64\Microsoft.Toolkit.Mvvm.dll" + File "Publish\x64\Microsoft.Xaml.Behaviors.dll" + File "Publish\x64\System.Management.dll" + File "Publish\x64\WpfCore.FolderPicker.dll" + File "Publish\x64\icon.ico" + File "Publish\x64\WsaAssistant.exe" + CreateDirectory "$SMPROGRAMS\WsaAssistant" + CreateShortCut "$SMPROGRAMS\WsaAssistant\WsaAssistant.lnk" "$INSTDIR\WsaAssistant.exe" + CreateShortCut "$DESKTOP\WsaAssistant.lnk" "$INSTDIR\WsaAssistant.exe" + File "Publish\x64\adb.exe" + File "Publish\x64\AdbWinUsbApi.dll" + File "Publish\x64\AdbWinApi.dll" SectionEnd Section -AdditionalIcons - SetOutPath $INSTDIR CreateShortCut "$SMPROGRAMS\WsaAssistant\Uninstall.lnk" "$INSTDIR\uninst.exe" SectionEnd @@ -645,562 +458,380 @@ FunctionEnd Section Uninstall Delete "$INSTDIR\uninst.exe" + Delete "$INSTDIR\AdbWinApi.dll" + Delete "$INSTDIR\AdbWinUsbApi.dll" + Delete "$INSTDIR\adb.exe" + Delete "$INSTDIR\WsaAssistant.exe" + Delete "$INSTDIR\icon.ico" + Delete "$INSTDIR\WpfCore.FolderPicker.dll" + Delete "$INSTDIR\System.Management.dll" + Delete "$INSTDIR\Microsoft.Xaml.Behaviors.dll" + Delete "$INSTDIR\Microsoft.Toolkit.Mvvm.dll" + Delete "$INSTDIR\WsaAssistant.dll" + Delete "$INSTDIR\WsaAssistant.deps.json" + Delete "$INSTDIR\WsaAssistant.runtimeconfig.json" + Delete "$INSTDIR\WsaAssistant.Background.exe" Delete "$INSTDIR\zh-Hant\WindowsFormsIntegration.resources.dll" - Delete "$INSTDIR\zh-Hant\WindowsBase.resources.dll" - Delete "$INSTDIR\zh-Hant\UIAutomationTypes.resources.dll" Delete "$INSTDIR\zh-Hant\UIAutomationProvider.resources.dll" + Delete "$INSTDIR\zh-Hant\UIAutomationTypes.resources.dll" + Delete "$INSTDIR\zh-Hant\WindowsBase.resources.dll" Delete "$INSTDIR\zh-Hant\UIAutomationClientSideProviders.resources.dll" Delete "$INSTDIR\zh-Hant\UIAutomationClient.resources.dll" - Delete "$INSTDIR\zh-Hant\System.Xaml.resources.dll" Delete "$INSTDIR\zh-Hant\System.Windows.Input.Manipulations.resources.dll" + Delete "$INSTDIR\zh-Hant\System.Xaml.resources.dll" Delete "$INSTDIR\zh-Hant\System.Windows.Forms.resources.dll" - Delete "$INSTDIR\zh-Hant\System.Windows.Forms.Primitives.resources.dll" Delete "$INSTDIR\zh-Hant\System.Windows.Forms.Design.resources.dll" - Delete "$INSTDIR\zh-Hant\System.Windows.Controls.Ribbon.resources.dll" + Delete "$INSTDIR\zh-Hant\System.Windows.Forms.Primitives.resources.dll" Delete "$INSTDIR\zh-Hant\ReachFramework.resources.dll" + Delete "$INSTDIR\zh-Hant\System.Windows.Controls.Ribbon.resources.dll" + Delete "$INSTDIR\zh-Hant\Microsoft.VisualBasic.Forms.resources.dll" Delete "$INSTDIR\zh-Hant\PresentationUI.resources.dll" - Delete "$INSTDIR\zh-Hant\PresentationFramework.resources.dll" Delete "$INSTDIR\zh-Hant\PresentationCore.resources.dll" - Delete "$INSTDIR\zh-Hant\Microsoft.VisualBasic.Forms.resources.dll" + Delete "$INSTDIR\zh-Hant\PresentationFramework.resources.dll" Delete "$INSTDIR\zh-Hans\WindowsFormsIntegration.resources.dll" Delete "$INSTDIR\zh-Hans\WindowsBase.resources.dll" Delete "$INSTDIR\zh-Hans\UIAutomationTypes.resources.dll" - Delete "$INSTDIR\zh-Hans\UIAutomationProvider.resources.dll" Delete "$INSTDIR\zh-Hans\UIAutomationClientSideProviders.resources.dll" + Delete "$INSTDIR\zh-Hans\UIAutomationProvider.resources.dll" Delete "$INSTDIR\zh-Hans\UIAutomationClient.resources.dll" Delete "$INSTDIR\zh-Hans\System.Xaml.resources.dll" + Delete "$INSTDIR\zh-Hans\System.Windows.Forms.Primitives.resources.dll" Delete "$INSTDIR\zh-Hans\System.Windows.Input.Manipulations.resources.dll" Delete "$INSTDIR\zh-Hans\System.Windows.Forms.resources.dll" - Delete "$INSTDIR\zh-Hans\System.Windows.Forms.Primitives.resources.dll" Delete "$INSTDIR\zh-Hans\System.Windows.Forms.Design.resources.dll" Delete "$INSTDIR\zh-Hans\System.Windows.Controls.Ribbon.resources.dll" Delete "$INSTDIR\zh-Hans\ReachFramework.resources.dll" - Delete "$INSTDIR\zh-Hans\PresentationUI.resources.dll" - Delete "$INSTDIR\zh-Hans\PresentationFramework.resources.dll" Delete "$INSTDIR\zh-Hans\PresentationCore.resources.dll" Delete "$INSTDIR\zh-Hans\Microsoft.VisualBasic.Forms.resources.dll" - Delete "$INSTDIR\WsaAssistant.runtimeconfig.json" - Delete "$INSTDIR\WsaAssistant.Libs.dll" - Delete "$INSTDIR\WsaAssistant.Libs.deps.json" - Delete "$INSTDIR\WsaAssistant.exe" - Delete "$INSTDIR\WsaAssistant.dll" - Delete "$INSTDIR\WsaAssistant.deps.json" - Delete "$INSTDIR\WsaAssistant.Background.runtimeconfig.json" - Delete "$INSTDIR\WsaAssistant.Background.exe" - Delete "$INSTDIR\WsaAssistant.Background.dll" - Delete "$INSTDIR\WsaAssistant.Background.deps.json" + Delete "$INSTDIR\zh-Hans\PresentationFramework.resources.dll" + Delete "$INSTDIR\zh-Hans\PresentationUI.resources.dll" + Delete "$INSTDIR\ru\WindowsBase.resources.dll" + Delete "$INSTDIR\ru\WindowsFormsIntegration.resources.dll" + Delete "$INSTDIR\ru\UIAutomationTypes.resources.dll" + Delete "$INSTDIR\ru\UIAutomationProvider.resources.dll" + Delete "$INSTDIR\ru\UIAutomationClientSideProviders.resources.dll" + Delete "$INSTDIR\ru\UIAutomationClient.resources.dll" + Delete "$INSTDIR\ru\System.Xaml.resources.dll" + Delete "$INSTDIR\ru\System.Windows.Forms.resources.dll" + Delete "$INSTDIR\ru\System.Windows.Input.Manipulations.resources.dll" + Delete "$INSTDIR\ru\System.Windows.Forms.Primitives.resources.dll" + Delete "$INSTDIR\ru\System.Windows.Forms.Design.resources.dll" + Delete "$INSTDIR\ru\ReachFramework.resources.dll" + Delete "$INSTDIR\ru\System.Windows.Controls.Ribbon.resources.dll" + Delete "$INSTDIR\ru\Microsoft.VisualBasic.Forms.resources.dll" + Delete "$INSTDIR\ru\PresentationFramework.resources.dll" + Delete "$INSTDIR\ru\PresentationUI.resources.dll" + Delete "$INSTDIR\ru\PresentationCore.resources.dll" Delete "$INSTDIR\wpfgfx_cor3.dll" - Delete "$INSTDIR\WpfCore.FolderPicker.dll" - Delete "$INSTDIR\WinRT.Runtime.dll" - Delete "$INSTDIR\WindowsFormsIntegration.dll" - Delete "$INSTDIR\WindowsBase.dll" + Delete "$INSTDIR\PresentationNative_cor3.dll" Delete "$INSTDIR\vcruntime140_cor3.dll" - Delete "$INSTDIR\UIAutomationTypes.dll" + Delete "$INSTDIR\D3DCompiler_47_cor3.dll" + Delete "$INSTDIR\PenImc_cor3.dll" + Delete "$INSTDIR\WindowsFormsIntegration.dll" Delete "$INSTDIR\UIAutomationProvider.dll" + Delete "$INSTDIR\UIAutomationTypes.dll" Delete "$INSTDIR\UIAutomationClientSideProviders.dll" Delete "$INSTDIR\UIAutomationClient.dll" - Delete "$INSTDIR\ucrtbase.dll" - Delete "$INSTDIR\tr\WindowsFormsIntegration.resources.dll" - Delete "$INSTDIR\tr\WindowsBase.resources.dll" - Delete "$INSTDIR\tr\UIAutomationTypes.resources.dll" - Delete "$INSTDIR\tr\UIAutomationProvider.resources.dll" - Delete "$INSTDIR\tr\UIAutomationClientSideProviders.resources.dll" - Delete "$INSTDIR\tr\UIAutomationClient.resources.dll" - Delete "$INSTDIR\tr\System.Xaml.resources.dll" - Delete "$INSTDIR\tr\System.Windows.Input.Manipulations.resources.dll" - Delete "$INSTDIR\tr\System.Windows.Forms.resources.dll" - Delete "$INSTDIR\tr\System.Windows.Forms.Primitives.resources.dll" - Delete "$INSTDIR\tr\System.Windows.Forms.Design.resources.dll" - Delete "$INSTDIR\tr\System.Windows.Controls.Ribbon.resources.dll" - Delete "$INSTDIR\tr\ReachFramework.resources.dll" - Delete "$INSTDIR\tr\PresentationUI.resources.dll" - Delete "$INSTDIR\tr\PresentationFramework.resources.dll" - Delete "$INSTDIR\tr\PresentationCore.resources.dll" - Delete "$INSTDIR\tr\Microsoft.VisualBasic.Forms.resources.dll" - Delete "$INSTDIR\System.Xml.XPath.XDocument.dll" - Delete "$INSTDIR\System.Xml.XPath.dll" - Delete "$INSTDIR\System.Xml.XmlSerializer.dll" - Delete "$INSTDIR\System.Xml.XmlDocument.dll" - Delete "$INSTDIR\System.Xml.XDocument.dll" - Delete "$INSTDIR\System.Xml.Serialization.dll" - Delete "$INSTDIR\System.Xml.ReaderWriter.dll" - Delete "$INSTDIR\System.Xml.Linq.dll" - Delete "$INSTDIR\System.Xml.dll" Delete "$INSTDIR\System.Xaml.dll" Delete "$INSTDIR\System.Windows.Presentation.dll" Delete "$INSTDIR\System.Windows.Input.Manipulations.dll" - Delete "$INSTDIR\System.Windows.Forms.Primitives.dll" Delete "$INSTDIR\System.Windows.Forms.dll" - Delete "$INSTDIR\System.Windows.Forms.Design.Editors.dll" + Delete "$INSTDIR\System.Windows.Forms.Primitives.dll" Delete "$INSTDIR\System.Windows.Forms.Design.dll" + Delete "$INSTDIR\System.Windows.Forms.Design.Editors.dll" Delete "$INSTDIR\System.Windows.Extensions.dll" - Delete "$INSTDIR\System.Windows.dll" Delete "$INSTDIR\System.Windows.Controls.Ribbon.dll" - Delete "$INSTDIR\System.Web.HttpUtility.dll" + Delete "$INSTDIR\System.Security.Permissions.dll" + Delete "$INSTDIR\System.Threading.AccessControl.dll" + Delete "$INSTDIR\System.Security.Cryptography.Xml.dll" + Delete "$INSTDIR\System.Security.Cryptography.ProtectedData.dll" + Delete "$INSTDIR\System.Security.Cryptography.Pkcs.dll" + Delete "$INSTDIR\System.Printing.dll" + Delete "$INSTDIR\System.Resources.Extensions.dll" + Delete "$INSTDIR\System.IO.Packaging.dll" + Delete "$INSTDIR\System.Drawing.Design.dll" + Delete "$INSTDIR\System.DirectoryServices.dll" + Delete "$INSTDIR\System.Diagnostics.PerformanceCounter.dll" + Delete "$INSTDIR\System.Design.dll" + Delete "$INSTDIR\System.Diagnostics.EventLog.dll" + Delete "$INSTDIR\System.Configuration.ConfigurationManager.dll" + Delete "$INSTDIR\System.CodeDom.dll" + Delete "$INSTDIR\ReachFramework.dll" + Delete "$INSTDIR\PresentationUI.dll" + Delete "$INSTDIR\PresentationFramework.dll" + Delete "$INSTDIR\PresentationFramework.Luna.dll" + Delete "$INSTDIR\PresentationFramework.Royale.dll" + Delete "$INSTDIR\PresentationFramework.Classic.dll" + Delete "$INSTDIR\PresentationFramework.Aero2.dll" + Delete "$INSTDIR\PresentationFramework.AeroLite.dll" + Delete "$INSTDIR\PresentationFramework.Aero.dll" + Delete "$INSTDIR\PresentationFramework-SystemXml.dll" + Delete "$INSTDIR\PresentationFramework-SystemDrawing.dll" + Delete "$INSTDIR\PresentationFramework-SystemXmlLinq.dll" + Delete "$INSTDIR\PresentationFramework-SystemCore.dll" + Delete "$INSTDIR\PresentationCore.dll" + Delete "$INSTDIR\PresentationFramework-SystemData.dll" + Delete "$INSTDIR\Microsoft.Win32.Registry.AccessControl.dll" + Delete "$INSTDIR\DirectWriteForwarder.dll" + Delete "$INSTDIR\Microsoft.VisualBasic.Forms.dll" + Delete "$INSTDIR\WsaAssistant.Background.dll" + Delete "$INSTDIR\Accessibility.dll" + Delete "$INSTDIR\WsaAssistant.Background.runtimeconfig.json" + Delete "$INSTDIR\WsaAssistant.Background.deps.json" + Delete "$INSTDIR\System.Drawing.Common.dll" + Delete "$INSTDIR\e_sqlite3.dll" + Delete "$INSTDIR\SQLitePCLRaw.provider.dynamic_cdecl.dll" + Delete "$INSTDIR\SQLitePCLRaw.batteries_v2.dll" + Delete "$INSTDIR\SQLitePCLRaw.nativelibrary.dll" + Delete "$INSTDIR\SQLitePCLRaw.core.dll" + Delete "$INSTDIR\Serilog.Sinks.Async.dll" + Delete "$INSTDIR\Serilog.dll" + Delete "$INSTDIR\Serilog.Sinks.File.dll" + Delete "$INSTDIR\SQLite-net.dll" + Delete "$INSTDIR\Newtonsoft.Json.dll" + Delete "$INSTDIR\Microsoft.Extensions.Logging.Abstractions.dll" + Delete "$INSTDIR\HtmlAgilityPack.dll" + Delete "$INSTDIR\Microsoft.Win32.SystemEvents.dll" + Delete "$INSTDIR\HandyControl.dll" + Delete "$INSTDIR\Downloader.dll" + Delete "$INSTDIR\Microsoft.Windows.SDK.NET.dll" + Delete "$INSTDIR\AdvancedSharpAdbClient.dll" + Delete "$INSTDIR\ucrtbase.dll" + Delete "$INSTDIR\WinRT.Runtime.dll" + Delete "$INSTDIR\mscorrc.dll" + Delete "$INSTDIR\msquic.dll" + Delete "$INSTDIR\mscordaccore_amd64_amd64_6.0.622.26707.dll" + Delete "$INSTDIR\mscordbi.dll" + Delete "$INSTDIR\mscordaccore.dll" + Delete "$INSTDIR\hostpolicy.dll" + Delete "$INSTDIR\dbgshim.dll" + Delete "$INSTDIR\hostfxr.dll" + Delete "$INSTDIR\clrjit.dll" + Delete "$INSTDIR\createdump.exe" + Delete "$INSTDIR\coreclr.dll" + Delete "$INSTDIR\clretwrc.dll" + Delete "$INSTDIR\api-ms-win-crt-time-l1-1-0.dll" + Delete "$INSTDIR\api-ms-win-crt-string-l1-1-0.dll" + Delete "$INSTDIR\api-ms-win-crt-stdio-l1-1-0.dll" + Delete "$INSTDIR\api-ms-win-crt-utility-l1-1-0.dll" + Delete "$INSTDIR\api-ms-win-crt-multibyte-l1-1-0.dll" + Delete "$INSTDIR\api-ms-win-crt-process-l1-1-0.dll" + Delete "$INSTDIR\api-ms-win-crt-runtime-l1-1-0.dll" + Delete "$INSTDIR\api-ms-win-crt-private-l1-1-0.dll" + Delete "$INSTDIR\api-ms-win-crt-locale-l1-1-0.dll" + Delete "$INSTDIR\api-ms-win-crt-heap-l1-1-0.dll" + Delete "$INSTDIR\api-ms-win-crt-math-l1-1-0.dll" + Delete "$INSTDIR\api-ms-win-crt-filesystem-l1-1-0.dll" + Delete "$INSTDIR\api-ms-win-crt-environment-l1-1-0.dll" + Delete "$INSTDIR\api-ms-win-crt-conio-l1-1-0.dll" + Delete "$INSTDIR\api-ms-win-crt-convert-l1-1-0.dll" + Delete "$INSTDIR\api-ms-win-core-util-l1-1-0.dll" + Delete "$INSTDIR\api-ms-win-core-sysinfo-l1-1-0.dll" + Delete "$INSTDIR\api-ms-win-core-timezone-l1-1-0.dll" + Delete "$INSTDIR\api-ms-win-core-synch-l1-2-0.dll" + Delete "$INSTDIR\api-ms-win-core-string-l1-1-0.dll" + Delete "$INSTDIR\api-ms-win-core-synch-l1-1-0.dll" + Delete "$INSTDIR\api-ms-win-core-rtlsupport-l1-1-0.dll" + Delete "$INSTDIR\api-ms-win-core-profile-l1-1-0.dll" + Delete "$INSTDIR\api-ms-win-core-namedpipe-l1-1-0.dll" + Delete "$INSTDIR\api-ms-win-core-processthreads-l1-1-0.dll" + Delete "$INSTDIR\api-ms-win-core-processenvironment-l1-1-0.dll" + Delete "$INSTDIR\api-ms-win-core-processthreads-l1-1-1.dll" + Delete "$INSTDIR\api-ms-win-core-memory-l1-1-0.dll" + Delete "$INSTDIR\api-ms-win-core-localization-l1-2-0.dll" + Delete "$INSTDIR\api-ms-win-core-interlocked-l1-1-0.dll" + Delete "$INSTDIR\api-ms-win-core-libraryloader-l1-1-0.dll" + Delete "$INSTDIR\api-ms-win-core-heap-l1-1-0.dll" + Delete "$INSTDIR\api-ms-win-core-file-l1-2-0.dll" + Delete "$INSTDIR\api-ms-win-core-file-l2-1-0.dll" + Delete "$INSTDIR\api-ms-win-core-handle-l1-1-0.dll" + Delete "$INSTDIR\api-ms-win-core-file-l1-1-0.dll" + Delete "$INSTDIR\api-ms-win-core-errorhandling-l1-1-0.dll" + Delete "$INSTDIR\api-ms-win-core-fibers-l1-1-0.dll" + Delete "$INSTDIR\api-ms-win-core-debug-l1-1-0.dll" + Delete "$INSTDIR\api-ms-win-core-datetime-l1-1-0.dll" + Delete "$INSTDIR\api-ms-win-core-console-l1-2-0.dll" + Delete "$INSTDIR\api-ms-win-core-console-l1-1-0.dll" + Delete "$INSTDIR\System.IO.Compression.Native.dll" + Delete "$INSTDIR\Microsoft.DiaSymReader.Native.amd64.dll" + Delete "$INSTDIR\WindowsBase.dll" + Delete "$INSTDIR\mscorlib.dll" + Delete "$INSTDIR\netstandard.dll" + Delete "$INSTDIR\System.dll" + Delete "$INSTDIR\System.Xml.XmlDocument.dll" + Delete "$INSTDIR\System.Xml.dll" + Delete "$INSTDIR\System.Xml.XmlSerializer.dll" + Delete "$INSTDIR\System.Xml.XPath.dll" + Delete "$INSTDIR\System.Xml.XDocument.dll" + Delete "$INSTDIR\System.Xml.XPath.XDocument.dll" + Delete "$INSTDIR\System.Xml.Serialization.dll" + Delete "$INSTDIR\System.Xml.ReaderWriter.dll" + Delete "$INSTDIR\System.Xml.Linq.dll" Delete "$INSTDIR\System.Web.dll" - Delete "$INSTDIR\System.ValueTuple.dll" - Delete "$INSTDIR\System.Transactions.Local.dll" + Delete "$INSTDIR\System.Windows.dll" + Delete "$INSTDIR\System.Web.HttpUtility.dll" Delete "$INSTDIR\System.Transactions.dll" - Delete "$INSTDIR\System.Threading.Timer.dll" + Delete "$INSTDIR\System.Transactions.Local.dll" + Delete "$INSTDIR\System.ValueTuple.dll" + Delete "$INSTDIR\System.Threading.dll" Delete "$INSTDIR\System.Threading.ThreadPool.dll" + Delete "$INSTDIR\System.Threading.Timer.dll" Delete "$INSTDIR\System.Threading.Thread.dll" - Delete "$INSTDIR\System.Threading.Tasks.Parallel.dll" Delete "$INSTDIR\System.Threading.Tasks.Extensions.dll" - Delete "$INSTDIR\System.Threading.Tasks.dll" Delete "$INSTDIR\System.Threading.Tasks.Dataflow.dll" - Delete "$INSTDIR\System.Threading.Overlapped.dll" - Delete "$INSTDIR\System.Threading.dll" + Delete "$INSTDIR\System.Threading.Tasks.Parallel.dll" + Delete "$INSTDIR\System.Threading.Tasks.dll" Delete "$INSTDIR\System.Threading.Channels.dll" - Delete "$INSTDIR\System.Threading.AccessControl.dll" + Delete "$INSTDIR\System.Threading.Overlapped.dll" Delete "$INSTDIR\System.Text.RegularExpressions.dll" Delete "$INSTDIR\System.Text.Json.dll" - Delete "$INSTDIR\System.Text.Encodings.Web.dll" Delete "$INSTDIR\System.Text.Encoding.Extensions.dll" Delete "$INSTDIR\System.Text.Encoding.dll" + Delete "$INSTDIR\System.Text.Encodings.Web.dll" + Delete "$INSTDIR\System.ServiceModel.Web.dll" Delete "$INSTDIR\System.Text.Encoding.CodePages.dll" Delete "$INSTDIR\System.ServiceProcess.dll" - Delete "$INSTDIR\System.ServiceModel.Web.dll" + Delete "$INSTDIR\System.Security.dll" Delete "$INSTDIR\System.Security.SecureString.dll" + Delete "$INSTDIR\System.Security.Cryptography.X509Certificates.dll" Delete "$INSTDIR\System.Security.Principal.Windows.dll" Delete "$INSTDIR\System.Security.Principal.dll" - Delete "$INSTDIR\System.Security.Permissions.dll" - Delete "$INSTDIR\System.Security.dll" - Delete "$INSTDIR\System.Security.Cryptography.Xml.dll" - Delete "$INSTDIR\System.Security.Cryptography.X509Certificates.dll" - Delete "$INSTDIR\System.Security.Cryptography.ProtectedData.dll" - Delete "$INSTDIR\System.Security.Cryptography.Primitives.dll" - Delete "$INSTDIR\System.Security.Cryptography.Pkcs.dll" Delete "$INSTDIR\System.Security.Cryptography.OpenSsl.dll" - Delete "$INSTDIR\System.Security.Cryptography.Encoding.dll" - Delete "$INSTDIR\System.Security.Cryptography.Csp.dll" + Delete "$INSTDIR\System.Security.Cryptography.Primitives.dll" Delete "$INSTDIR\System.Security.Cryptography.Cng.dll" Delete "$INSTDIR\System.Security.Cryptography.Algorithms.dll" + Delete "$INSTDIR\System.Security.Cryptography.Encoding.dll" + Delete "$INSTDIR\System.Security.Cryptography.Csp.dll" Delete "$INSTDIR\System.Security.Claims.dll" Delete "$INSTDIR\System.Security.AccessControl.dll" + Delete "$INSTDIR\System.Runtime.Serialization.dll" + Delete "$INSTDIR\System.Runtime.dll" Delete "$INSTDIR\System.Runtime.Serialization.Xml.dll" - Delete "$INSTDIR\System.Runtime.Serialization.Primitives.dll" - Delete "$INSTDIR\System.Runtime.Serialization.Json.dll" Delete "$INSTDIR\System.Runtime.Serialization.Formatters.dll" - Delete "$INSTDIR\System.Runtime.Serialization.dll" + Delete "$INSTDIR\System.Runtime.Serialization.Json.dll" Delete "$INSTDIR\System.Runtime.Numerics.dll" + Delete "$INSTDIR\System.Runtime.Serialization.Primitives.dll" + Delete "$INSTDIR\System.Runtime.InteropServices.dll" Delete "$INSTDIR\System.Runtime.Loader.dll" Delete "$INSTDIR\System.Runtime.Intrinsics.dll" Delete "$INSTDIR\System.Runtime.InteropServices.RuntimeInformation.dll" - Delete "$INSTDIR\System.Runtime.InteropServices.dll" - Delete "$INSTDIR\System.Runtime.Handles.dll" Delete "$INSTDIR\System.Runtime.Extensions.dll" - Delete "$INSTDIR\System.Runtime.dll" + Delete "$INSTDIR\System.Runtime.Handles.dll" + Delete "$INSTDIR\System.Resources.ResourceManager.dll" + Delete "$INSTDIR\System.Resources.Writer.dll" Delete "$INSTDIR\System.Runtime.CompilerServices.VisualC.dll" Delete "$INSTDIR\System.Runtime.CompilerServices.Unsafe.dll" - Delete "$INSTDIR\System.Resources.Writer.dll" - Delete "$INSTDIR\System.Resources.ResourceManager.dll" - Delete "$INSTDIR\System.Resources.Reader.dll" - Delete "$INSTDIR\System.Resources.Extensions.dll" - Delete "$INSTDIR\System.Reflection.TypeExtensions.dll" Delete "$INSTDIR\System.Reflection.Primitives.dll" - Delete "$INSTDIR\System.Reflection.Metadata.dll" + Delete "$INSTDIR\System.Reflection.TypeExtensions.dll" + Delete "$INSTDIR\System.Reflection.dll" + Delete "$INSTDIR\System.Resources.Reader.dll" Delete "$INSTDIR\System.Reflection.Extensions.dll" - Delete "$INSTDIR\System.Reflection.Emit.Lightweight.dll" - Delete "$INSTDIR\System.Reflection.Emit.ILGeneration.dll" Delete "$INSTDIR\System.Reflection.Emit.dll" - Delete "$INSTDIR\System.Reflection.dll" + Delete "$INSTDIR\System.Reflection.Metadata.dll" + Delete "$INSTDIR\System.Private.Xml.dll" + Delete "$INSTDIR\System.Reflection.Emit.ILGeneration.dll" + Delete "$INSTDIR\System.Reflection.Emit.Lightweight.dll" Delete "$INSTDIR\System.Reflection.DispatchProxy.dll" Delete "$INSTDIR\System.Private.Xml.Linq.dll" - Delete "$INSTDIR\System.Private.Xml.dll" Delete "$INSTDIR\System.Private.Uri.dll" Delete "$INSTDIR\System.Private.DataContractSerialization.dll" Delete "$INSTDIR\System.Private.CoreLib.dll" - Delete "$INSTDIR\System.Printing.dll" Delete "$INSTDIR\System.ObjectModel.dll" - Delete "$INSTDIR\System.Numerics.Vectors.dll" Delete "$INSTDIR\System.Numerics.dll" + Delete "$INSTDIR\System.Numerics.Vectors.dll" Delete "$INSTDIR\System.Net.WebSockets.dll" + Delete "$INSTDIR\System.Net.dll" Delete "$INSTDIR\System.Net.WebSockets.Client.dll" Delete "$INSTDIR\System.Net.WebProxy.dll" Delete "$INSTDIR\System.Net.WebHeaderCollection.dll" - Delete "$INSTDIR\System.Net.WebClient.dll" Delete "$INSTDIR\System.Net.Sockets.dll" + Delete "$INSTDIR\System.Net.WebClient.dll" Delete "$INSTDIR\System.Net.ServicePoint.dll" Delete "$INSTDIR\System.Net.Security.dll" - Delete "$INSTDIR\System.Net.Requests.dll" - Delete "$INSTDIR\System.Net.Quic.dll" Delete "$INSTDIR\System.Net.Primitives.dll" + Delete "$INSTDIR\System.Net.Quic.dll" + Delete "$INSTDIR\System.Net.Requests.dll" Delete "$INSTDIR\System.Net.Ping.dll" - Delete "$INSTDIR\System.Net.NetworkInformation.dll" Delete "$INSTDIR\System.Net.NameResolution.dll" Delete "$INSTDIR\System.Net.Mail.dll" + Delete "$INSTDIR\System.Net.NetworkInformation.dll" Delete "$INSTDIR\System.Net.HttpListener.dll" Delete "$INSTDIR\System.Net.Http.Json.dll" Delete "$INSTDIR\System.Net.Http.dll" - Delete "$INSTDIR\System.Net.dll" Delete "$INSTDIR\System.Memory.dll" - Delete "$INSTDIR\System.Management.dll" - Delete "$INSTDIR\System.Linq.Queryable.dll" - Delete "$INSTDIR\System.Linq.Parallel.dll" - Delete "$INSTDIR\System.Linq.Expressions.dll" Delete "$INSTDIR\System.Linq.dll" - Delete "$INSTDIR\System.IO.UnmanagedMemoryStream.dll" + Delete "$INSTDIR\System.Linq.Expressions.dll" + Delete "$INSTDIR\System.Linq.Parallel.dll" + Delete "$INSTDIR\System.Linq.Queryable.dll" + Delete "$INSTDIR\System.IO.dll" Delete "$INSTDIR\System.IO.Pipes.dll" + Delete "$INSTDIR\System.IO.UnmanagedMemoryStream.dll" Delete "$INSTDIR\System.IO.Pipes.AccessControl.dll" - Delete "$INSTDIR\System.IO.Packaging.dll" + Delete "$INSTDIR\System.IO.FileSystem.Watcher.dll" + Delete "$INSTDIR\System.IO.FileSystem.dll" Delete "$INSTDIR\System.IO.MemoryMappedFiles.dll" Delete "$INSTDIR\System.IO.IsolatedStorage.dll" - Delete "$INSTDIR\System.IO.FileSystem.Watcher.dll" Delete "$INSTDIR\System.IO.FileSystem.Primitives.dll" Delete "$INSTDIR\System.IO.FileSystem.DriveInfo.dll" - Delete "$INSTDIR\System.IO.FileSystem.dll" + Delete "$INSTDIR\System.IO.Compression.dll" Delete "$INSTDIR\System.IO.FileSystem.AccessControl.dll" - Delete "$INSTDIR\System.IO.dll" + Delete "$INSTDIR\System.IO.Compression.Brotli.dll" Delete "$INSTDIR\System.IO.Compression.ZipFile.dll" - Delete "$INSTDIR\System.IO.Compression.Native.dll" + Delete "$INSTDIR\System.Globalization.dll" Delete "$INSTDIR\System.IO.Compression.FileSystem.dll" - Delete "$INSTDIR\System.IO.Compression.dll" - Delete "$INSTDIR\System.IO.Compression.Brotli.dll" + Delete "$INSTDIR\System.Dynamic.Runtime.dll" Delete "$INSTDIR\System.Globalization.Extensions.dll" - Delete "$INSTDIR\System.Globalization.dll" Delete "$INSTDIR\System.Globalization.Calendars.dll" Delete "$INSTDIR\System.Formats.Asn1.dll" - Delete "$INSTDIR\System.Dynamic.Runtime.dll" - Delete "$INSTDIR\System.Drawing.Primitives.dll" Delete "$INSTDIR\System.Drawing.dll" - Delete "$INSTDIR\System.Drawing.Design.dll" - Delete "$INSTDIR\System.Drawing.Common.dll" - Delete "$INSTDIR\System.dll" - Delete "$INSTDIR\System.DirectoryServices.dll" - Delete "$INSTDIR\System.Diagnostics.Tracing.dll" Delete "$INSTDIR\System.Diagnostics.TraceSource.dll" + Delete "$INSTDIR\System.Diagnostics.Tracing.dll" + Delete "$INSTDIR\System.Drawing.Primitives.dll" + Delete "$INSTDIR\System.Diagnostics.Process.dll" Delete "$INSTDIR\System.Diagnostics.Tools.dll" Delete "$INSTDIR\System.Diagnostics.TextWriterTraceListener.dll" Delete "$INSTDIR\System.Diagnostics.StackTrace.dll" - Delete "$INSTDIR\System.Diagnostics.Process.dll" - Delete "$INSTDIR\System.Diagnostics.PerformanceCounter.dll" + Delete "$INSTDIR\System.Diagnostics.Debug.dll" Delete "$INSTDIR\System.Diagnostics.FileVersionInfo.dll" - Delete "$INSTDIR\System.Diagnostics.EventLog.dll" Delete "$INSTDIR\System.Diagnostics.DiagnosticSource.dll" - Delete "$INSTDIR\System.Diagnostics.Debug.dll" - Delete "$INSTDIR\System.Diagnostics.Contracts.dll" - Delete "$INSTDIR\System.Design.dll" Delete "$INSTDIR\System.Data.dll" Delete "$INSTDIR\System.Data.DataSetExtensions.dll" Delete "$INSTDIR\System.Data.Common.dll" - Delete "$INSTDIR\System.Core.dll" + Delete "$INSTDIR\System.Diagnostics.Contracts.dll" + Delete "$INSTDIR\System.ComponentModel.dll" Delete "$INSTDIR\System.Console.dll" Delete "$INSTDIR\System.Configuration.dll" - Delete "$INSTDIR\System.Configuration.ConfigurationManager.dll" - Delete "$INSTDIR\System.ComponentModel.TypeConverter.dll" - Delete "$INSTDIR\System.ComponentModel.Primitives.dll" + Delete "$INSTDIR\System.Core.dll" Delete "$INSTDIR\System.ComponentModel.EventBasedAsync.dll" - Delete "$INSTDIR\System.ComponentModel.dll" - Delete "$INSTDIR\System.ComponentModel.DataAnnotations.dll" + Delete "$INSTDIR\System.ComponentModel.Primitives.dll" + Delete "$INSTDIR\System.ComponentModel.TypeConverter.dll" Delete "$INSTDIR\System.ComponentModel.Annotations.dll" - Delete "$INSTDIR\System.Collections.Specialized.dll" - Delete "$INSTDIR\System.Collections.NonGeneric.dll" Delete "$INSTDIR\System.Collections.Immutable.dll" + Delete "$INSTDIR\System.ComponentModel.DataAnnotations.dll" Delete "$INSTDIR\System.Collections.dll" + Delete "$INSTDIR\System.Collections.NonGeneric.dll" Delete "$INSTDIR\System.Collections.Concurrent.dll" - Delete "$INSTDIR\System.CodeDom.dll" - Delete "$INSTDIR\System.Buffers.dll" + Delete "$INSTDIR\System.Collections.Specialized.dll" Delete "$INSTDIR\System.AppContext.dll" - Delete "$INSTDIR\SQLitePCLRaw.provider.dynamic_cdecl.dll" - Delete "$INSTDIR\SQLitePCLRaw.nativelibrary.dll" - Delete "$INSTDIR\SQLitePCLRaw.core.dll" - Delete "$INSTDIR\SQLitePCLRaw.batteries_v2.dll" - Delete "$INSTDIR\SQLite-net.dll" - Delete "$INSTDIR\Serilog.Sinks.File.dll" - Delete "$INSTDIR\Serilog.Sinks.Async.dll" - Delete "$INSTDIR\Serilog.dll" - Delete "$INSTDIR\ru\WindowsFormsIntegration.resources.dll" - Delete "$INSTDIR\ru\WindowsBase.resources.dll" - Delete "$INSTDIR\ru\UIAutomationTypes.resources.dll" - Delete "$INSTDIR\ru\UIAutomationProvider.resources.dll" - Delete "$INSTDIR\ru\UIAutomationClientSideProviders.resources.dll" - Delete "$INSTDIR\ru\UIAutomationClient.resources.dll" - Delete "$INSTDIR\ru\System.Xaml.resources.dll" - Delete "$INSTDIR\ru\System.Windows.Input.Manipulations.resources.dll" - Delete "$INSTDIR\ru\System.Windows.Forms.resources.dll" - Delete "$INSTDIR\ru\System.Windows.Forms.Primitives.resources.dll" - Delete "$INSTDIR\ru\System.Windows.Forms.Design.resources.dll" - Delete "$INSTDIR\ru\System.Windows.Controls.Ribbon.resources.dll" - Delete "$INSTDIR\ru\ReachFramework.resources.dll" - Delete "$INSTDIR\ru\PresentationUI.resources.dll" - Delete "$INSTDIR\ru\PresentationFramework.resources.dll" - Delete "$INSTDIR\ru\PresentationCore.resources.dll" - Delete "$INSTDIR\ru\Microsoft.VisualBasic.Forms.resources.dll" - Delete "$INSTDIR\ReachFramework.dll" - Delete "$INSTDIR\pt-BR\WindowsFormsIntegration.resources.dll" - Delete "$INSTDIR\pt-BR\WindowsBase.resources.dll" - Delete "$INSTDIR\pt-BR\UIAutomationTypes.resources.dll" - Delete "$INSTDIR\pt-BR\UIAutomationProvider.resources.dll" - Delete "$INSTDIR\pt-BR\UIAutomationClientSideProviders.resources.dll" - Delete "$INSTDIR\pt-BR\UIAutomationClient.resources.dll" - Delete "$INSTDIR\pt-BR\System.Xaml.resources.dll" - Delete "$INSTDIR\pt-BR\System.Windows.Input.Manipulations.resources.dll" - Delete "$INSTDIR\pt-BR\System.Windows.Forms.resources.dll" - Delete "$INSTDIR\pt-BR\System.Windows.Forms.Primitives.resources.dll" - Delete "$INSTDIR\pt-BR\System.Windows.Forms.Design.resources.dll" - Delete "$INSTDIR\pt-BR\System.Windows.Controls.Ribbon.resources.dll" - Delete "$INSTDIR\pt-BR\ReachFramework.resources.dll" - Delete "$INSTDIR\pt-BR\PresentationUI.resources.dll" - Delete "$INSTDIR\pt-BR\PresentationFramework.resources.dll" - Delete "$INSTDIR\pt-BR\PresentationCore.resources.dll" - Delete "$INSTDIR\pt-BR\Microsoft.VisualBasic.Forms.resources.dll" - Delete "$INSTDIR\PresentationUI.dll" - Delete "$INSTDIR\PresentationNative_cor3.dll" - Delete "$INSTDIR\PresentationFramework.Royale.dll" - Delete "$INSTDIR\PresentationFramework.Luna.dll" - Delete "$INSTDIR\PresentationFramework.dll" - Delete "$INSTDIR\PresentationFramework.Classic.dll" - Delete "$INSTDIR\PresentationFramework.AeroLite.dll" - Delete "$INSTDIR\PresentationFramework.Aero2.dll" - Delete "$INSTDIR\PresentationFramework.Aero.dll" - Delete "$INSTDIR\PresentationFramework-SystemXmlLinq.dll" - Delete "$INSTDIR\PresentationFramework-SystemXml.dll" - Delete "$INSTDIR\PresentationFramework-SystemDrawing.dll" - Delete "$INSTDIR\PresentationFramework-SystemData.dll" - Delete "$INSTDIR\PresentationFramework-SystemCore.dll" - Delete "$INSTDIR\PresentationCore.dll" - Delete "$INSTDIR\pl\WindowsFormsIntegration.resources.dll" - Delete "$INSTDIR\pl\WindowsBase.resources.dll" - Delete "$INSTDIR\pl\UIAutomationTypes.resources.dll" - Delete "$INSTDIR\pl\UIAutomationProvider.resources.dll" - Delete "$INSTDIR\pl\UIAutomationClientSideProviders.resources.dll" - Delete "$INSTDIR\pl\UIAutomationClient.resources.dll" - Delete "$INSTDIR\pl\System.Xaml.resources.dll" - Delete "$INSTDIR\pl\System.Windows.Input.Manipulations.resources.dll" - Delete "$INSTDIR\pl\System.Windows.Forms.resources.dll" - Delete "$INSTDIR\pl\System.Windows.Forms.Primitives.resources.dll" - Delete "$INSTDIR\pl\System.Windows.Forms.Design.resources.dll" - Delete "$INSTDIR\pl\System.Windows.Controls.Ribbon.resources.dll" - Delete "$INSTDIR\pl\ReachFramework.resources.dll" - Delete "$INSTDIR\pl\PresentationUI.resources.dll" - Delete "$INSTDIR\pl\PresentationFramework.resources.dll" - Delete "$INSTDIR\pl\PresentationCore.resources.dll" - Delete "$INSTDIR\pl\Microsoft.VisualBasic.Forms.resources.dll" - Delete "$INSTDIR\PenImc_cor3.dll" - Delete "$INSTDIR\Newtonsoft.Json.dll" - Delete "$INSTDIR\netstandard.dll" - Delete "$INSTDIR\msquic.dll" - Delete "$INSTDIR\mscorrc.dll" - Delete "$INSTDIR\mscorlib.dll" - Delete "$INSTDIR\mscordbi.dll" - Delete "$INSTDIR\mscordaccore_amd64_amd64_6.0.222.6406.dll" - Delete "$INSTDIR\mscordaccore.dll" - Delete "$INSTDIR\Microsoft.Xaml.Behaviors.dll" - Delete "$INSTDIR\Microsoft.Windows.SDK.NET.dll" - Delete "$INSTDIR\Microsoft.Win32.SystemEvents.dll" - Delete "$INSTDIR\Microsoft.Win32.Registry.dll" - Delete "$INSTDIR\Microsoft.Win32.Registry.AccessControl.dll" + Delete "$INSTDIR\System.Buffers.dll" Delete "$INSTDIR\Microsoft.Win32.Primitives.dll" - Delete "$INSTDIR\Microsoft.VisualBasic.Forms.dll" + Delete "$INSTDIR\Microsoft.Win32.Registry.dll" Delete "$INSTDIR\Microsoft.VisualBasic.dll" Delete "$INSTDIR\Microsoft.VisualBasic.Core.dll" - Delete "$INSTDIR\Microsoft.Toolkit.Mvvm.dll" - Delete "$INSTDIR\Microsoft.Extensions.Logging.Abstractions.dll" - Delete "$INSTDIR\Microsoft.DiaSymReader.Native.amd64.dll" + Delete "$INSTDIR\WsaAssistant.Libs.dll" Delete "$INSTDIR\Microsoft.CSharp.dll" - Delete "$INSTDIR\ko\WindowsFormsIntegration.resources.dll" - Delete "$INSTDIR\ko\WindowsBase.resources.dll" - Delete "$INSTDIR\ko\UIAutomationTypes.resources.dll" - Delete "$INSTDIR\ko\UIAutomationProvider.resources.dll" - Delete "$INSTDIR\ko\UIAutomationClientSideProviders.resources.dll" - Delete "$INSTDIR\ko\UIAutomationClient.resources.dll" - Delete "$INSTDIR\ko\System.Xaml.resources.dll" - Delete "$INSTDIR\ko\System.Windows.Input.Manipulations.resources.dll" - Delete "$INSTDIR\ko\System.Windows.Forms.resources.dll" - Delete "$INSTDIR\ko\System.Windows.Forms.Primitives.resources.dll" - Delete "$INSTDIR\ko\System.Windows.Forms.Design.resources.dll" - Delete "$INSTDIR\ko\System.Windows.Controls.Ribbon.resources.dll" - Delete "$INSTDIR\ko\ReachFramework.resources.dll" - Delete "$INSTDIR\ko\PresentationUI.resources.dll" - Delete "$INSTDIR\ko\PresentationFramework.resources.dll" - Delete "$INSTDIR\ko\PresentationCore.resources.dll" - Delete "$INSTDIR\ko\Microsoft.VisualBasic.Forms.resources.dll" - Delete "$INSTDIR\ja\WindowsFormsIntegration.resources.dll" - Delete "$INSTDIR\ja\WindowsBase.resources.dll" - Delete "$INSTDIR\ja\UIAutomationTypes.resources.dll" - Delete "$INSTDIR\ja\UIAutomationProvider.resources.dll" - Delete "$INSTDIR\ja\UIAutomationClientSideProviders.resources.dll" - Delete "$INSTDIR\ja\UIAutomationClient.resources.dll" - Delete "$INSTDIR\ja\System.Xaml.resources.dll" - Delete "$INSTDIR\ja\System.Windows.Input.Manipulations.resources.dll" - Delete "$INSTDIR\ja\System.Windows.Forms.resources.dll" - Delete "$INSTDIR\ja\System.Windows.Forms.Primitives.resources.dll" - Delete "$INSTDIR\ja\System.Windows.Forms.Design.resources.dll" - Delete "$INSTDIR\ja\System.Windows.Controls.Ribbon.resources.dll" - Delete "$INSTDIR\ja\ReachFramework.resources.dll" - Delete "$INSTDIR\ja\PresentationUI.resources.dll" - Delete "$INSTDIR\ja\PresentationFramework.resources.dll" - Delete "$INSTDIR\ja\PresentationCore.resources.dll" - Delete "$INSTDIR\ja\Microsoft.VisualBasic.Forms.resources.dll" - Delete "$INSTDIR\it\WindowsFormsIntegration.resources.dll" - Delete "$INSTDIR\it\WindowsBase.resources.dll" - Delete "$INSTDIR\it\UIAutomationTypes.resources.dll" - Delete "$INSTDIR\it\UIAutomationProvider.resources.dll" - Delete "$INSTDIR\it\UIAutomationClientSideProviders.resources.dll" - Delete "$INSTDIR\it\UIAutomationClient.resources.dll" - Delete "$INSTDIR\it\System.Xaml.resources.dll" - Delete "$INSTDIR\it\System.Windows.Input.Manipulations.resources.dll" - Delete "$INSTDIR\it\System.Windows.Forms.resources.dll" - Delete "$INSTDIR\it\System.Windows.Forms.Primitives.resources.dll" - Delete "$INSTDIR\it\System.Windows.Forms.Design.resources.dll" - Delete "$INSTDIR\it\System.Windows.Controls.Ribbon.resources.dll" - Delete "$INSTDIR\it\ReachFramework.resources.dll" - Delete "$INSTDIR\it\PresentationUI.resources.dll" - Delete "$INSTDIR\it\PresentationFramework.resources.dll" - Delete "$INSTDIR\it\PresentationCore.resources.dll" - Delete "$INSTDIR\it\Microsoft.VisualBasic.Forms.resources.dll" - Delete "$INSTDIR\icon.ico" - Delete "$INSTDIR\HtmlAgilityPack.dll" - Delete "$INSTDIR\hostpolicy.dll" - Delete "$INSTDIR\hostfxr.dll" - Delete "$INSTDIR\HandyControl.dll" - Delete "$INSTDIR\fr\WindowsFormsIntegration.resources.dll" - Delete "$INSTDIR\fr\WindowsBase.resources.dll" - Delete "$INSTDIR\fr\UIAutomationTypes.resources.dll" - Delete "$INSTDIR\fr\UIAutomationProvider.resources.dll" - Delete "$INSTDIR\fr\UIAutomationClientSideProviders.resources.dll" - Delete "$INSTDIR\fr\UIAutomationClient.resources.dll" - Delete "$INSTDIR\fr\System.Xaml.resources.dll" - Delete "$INSTDIR\fr\System.Windows.Input.Manipulations.resources.dll" - Delete "$INSTDIR\fr\System.Windows.Forms.resources.dll" - Delete "$INSTDIR\fr\System.Windows.Forms.Primitives.resources.dll" - Delete "$INSTDIR\fr\System.Windows.Forms.Design.resources.dll" - Delete "$INSTDIR\fr\System.Windows.Controls.Ribbon.resources.dll" - Delete "$INSTDIR\fr\ReachFramework.resources.dll" - Delete "$INSTDIR\fr\PresentationUI.resources.dll" - Delete "$INSTDIR\fr\PresentationFramework.resources.dll" - Delete "$INSTDIR\fr\PresentationCore.resources.dll" - Delete "$INSTDIR\fr\Microsoft.VisualBasic.Forms.resources.dll" - Delete "$INSTDIR\e_sqlite3.dll" - Delete "$INSTDIR\es\WindowsFormsIntegration.resources.dll" - Delete "$INSTDIR\es\WindowsBase.resources.dll" - Delete "$INSTDIR\es\UIAutomationTypes.resources.dll" - Delete "$INSTDIR\es\UIAutomationProvider.resources.dll" - Delete "$INSTDIR\es\UIAutomationClientSideProviders.resources.dll" - Delete "$INSTDIR\es\UIAutomationClient.resources.dll" - Delete "$INSTDIR\es\System.Xaml.resources.dll" - Delete "$INSTDIR\es\System.Windows.Input.Manipulations.resources.dll" - Delete "$INSTDIR\es\System.Windows.Forms.resources.dll" - Delete "$INSTDIR\es\System.Windows.Forms.Primitives.resources.dll" - Delete "$INSTDIR\es\System.Windows.Forms.Design.resources.dll" - Delete "$INSTDIR\es\System.Windows.Controls.Ribbon.resources.dll" - Delete "$INSTDIR\es\ReachFramework.resources.dll" - Delete "$INSTDIR\es\PresentationUI.resources.dll" - Delete "$INSTDIR\es\PresentationFramework.resources.dll" - Delete "$INSTDIR\es\PresentationCore.resources.dll" - Delete "$INSTDIR\es\Microsoft.VisualBasic.Forms.resources.dll" - Delete "$INSTDIR\Downloader.dll" - Delete "$INSTDIR\DirectWriteForwarder.dll" - Delete "$INSTDIR\de\WindowsFormsIntegration.resources.dll" - Delete "$INSTDIR\de\WindowsBase.resources.dll" - Delete "$INSTDIR\de\UIAutomationTypes.resources.dll" - Delete "$INSTDIR\de\UIAutomationProvider.resources.dll" - Delete "$INSTDIR\de\UIAutomationClientSideProviders.resources.dll" - Delete "$INSTDIR\de\UIAutomationClient.resources.dll" - Delete "$INSTDIR\de\System.Xaml.resources.dll" - Delete "$INSTDIR\de\System.Windows.Input.Manipulations.resources.dll" - Delete "$INSTDIR\de\System.Windows.Forms.resources.dll" - Delete "$INSTDIR\de\System.Windows.Forms.Primitives.resources.dll" - Delete "$INSTDIR\de\System.Windows.Forms.Design.resources.dll" - Delete "$INSTDIR\de\System.Windows.Controls.Ribbon.resources.dll" - Delete "$INSTDIR\de\ReachFramework.resources.dll" - Delete "$INSTDIR\de\PresentationUI.resources.dll" - Delete "$INSTDIR\de\PresentationFramework.resources.dll" - Delete "$INSTDIR\de\PresentationCore.resources.dll" - Delete "$INSTDIR\de\Microsoft.VisualBasic.Forms.resources.dll" - Delete "$INSTDIR\dbgshim.dll" - Delete "$INSTDIR\D3DCompiler_47_cor3.dll" - Delete "$INSTDIR\cs\WindowsFormsIntegration.resources.dll" - Delete "$INSTDIR\cs\WindowsBase.resources.dll" - Delete "$INSTDIR\cs\UIAutomationTypes.resources.dll" - Delete "$INSTDIR\cs\UIAutomationProvider.resources.dll" - Delete "$INSTDIR\cs\UIAutomationClientSideProviders.resources.dll" - Delete "$INSTDIR\cs\UIAutomationClient.resources.dll" - Delete "$INSTDIR\cs\System.Xaml.resources.dll" - Delete "$INSTDIR\cs\System.Windows.Input.Manipulations.resources.dll" - Delete "$INSTDIR\cs\System.Windows.Forms.resources.dll" - Delete "$INSTDIR\cs\System.Windows.Forms.Primitives.resources.dll" - Delete "$INSTDIR\cs\System.Windows.Forms.Design.resources.dll" - Delete "$INSTDIR\cs\System.Windows.Controls.Ribbon.resources.dll" - Delete "$INSTDIR\cs\ReachFramework.resources.dll" - Delete "$INSTDIR\cs\PresentationUI.resources.dll" - Delete "$INSTDIR\cs\PresentationFramework.resources.dll" - Delete "$INSTDIR\cs\PresentationCore.resources.dll" - Delete "$INSTDIR\cs\Microsoft.VisualBasic.Forms.resources.dll" - Delete "$INSTDIR\createdump.exe" - Delete "$INSTDIR\coreclr.dll" - Delete "$INSTDIR\clrjit.dll" - Delete "$INSTDIR\clretwrc.dll" - Delete "$INSTDIR\api-ms-win-crt-utility-l1-1-0.dll" - Delete "$INSTDIR\api-ms-win-crt-time-l1-1-0.dll" - Delete "$INSTDIR\api-ms-win-crt-string-l1-1-0.dll" - Delete "$INSTDIR\api-ms-win-crt-stdio-l1-1-0.dll" - Delete "$INSTDIR\api-ms-win-crt-runtime-l1-1-0.dll" - Delete "$INSTDIR\api-ms-win-crt-process-l1-1-0.dll" - Delete "$INSTDIR\api-ms-win-crt-private-l1-1-0.dll" - Delete "$INSTDIR\api-ms-win-crt-multibyte-l1-1-0.dll" - Delete "$INSTDIR\api-ms-win-crt-math-l1-1-0.dll" - Delete "$INSTDIR\api-ms-win-crt-locale-l1-1-0.dll" - Delete "$INSTDIR\api-ms-win-crt-heap-l1-1-0.dll" - Delete "$INSTDIR\api-ms-win-crt-filesystem-l1-1-0.dll" - Delete "$INSTDIR\api-ms-win-crt-environment-l1-1-0.dll" - Delete "$INSTDIR\api-ms-win-crt-convert-l1-1-0.dll" - Delete "$INSTDIR\api-ms-win-crt-conio-l1-1-0.dll" - Delete "$INSTDIR\api-ms-win-core-util-l1-1-0.dll" - Delete "$INSTDIR\api-ms-win-core-timezone-l1-1-0.dll" - Delete "$INSTDIR\api-ms-win-core-sysinfo-l1-1-0.dll" - Delete "$INSTDIR\api-ms-win-core-synch-l1-2-0.dll" - Delete "$INSTDIR\api-ms-win-core-synch-l1-1-0.dll" - Delete "$INSTDIR\api-ms-win-core-string-l1-1-0.dll" - Delete "$INSTDIR\api-ms-win-core-rtlsupport-l1-1-0.dll" - Delete "$INSTDIR\api-ms-win-core-profile-l1-1-0.dll" - Delete "$INSTDIR\api-ms-win-core-processthreads-l1-1-1.dll" - Delete "$INSTDIR\api-ms-win-core-processthreads-l1-1-0.dll" - Delete "$INSTDIR\api-ms-win-core-processenvironment-l1-1-0.dll" - Delete "$INSTDIR\api-ms-win-core-namedpipe-l1-1-0.dll" - Delete "$INSTDIR\api-ms-win-core-memory-l1-1-0.dll" - Delete "$INSTDIR\api-ms-win-core-localization-l1-2-0.dll" - Delete "$INSTDIR\api-ms-win-core-libraryloader-l1-1-0.dll" - Delete "$INSTDIR\api-ms-win-core-interlocked-l1-1-0.dll" - Delete "$INSTDIR\api-ms-win-core-heap-l1-1-0.dll" - Delete "$INSTDIR\api-ms-win-core-handle-l1-1-0.dll" - Delete "$INSTDIR\api-ms-win-core-file-l2-1-0.dll" - Delete "$INSTDIR\api-ms-win-core-file-l1-2-0.dll" - Delete "$INSTDIR\api-ms-win-core-file-l1-1-0.dll" - Delete "$INSTDIR\api-ms-win-core-errorhandling-l1-1-0.dll" - Delete "$INSTDIR\api-ms-win-core-debug-l1-1-0.dll" - Delete "$INSTDIR\api-ms-win-core-datetime-l1-1-0.dll" - Delete "$INSTDIR\api-ms-win-core-console-l1-2-0.dll" - Delete "$INSTDIR\api-ms-win-core-console-l1-1-0.dll" - Delete "$INSTDIR\AdvancedSharpAdbClient.dll" - Delete "$INSTDIR\AdbWinUsbApi.dll" - Delete "$INSTDIR\AdbWinApi.dll" - Delete "$INSTDIR\adb.exe" - Delete "$INSTDIR\Accessibility.dll" - Delete "$INSTDIR\temp\*" - Delete "$INSTDIR\wsa_tools_log\*" - Delete "$INSTDIR\*.appx" - Delete "$INSTDIR\*.Msixbundle" + Delete "$INSTDIR\WsaAssistant.Libs.deps.json" + Delete "$SMPROGRAMS\WsaAssistant\Uninstall.lnk" Delete "$DESKTOP\WsaAssistant.lnk" Delete "$SMPROGRAMS\WsaAssistant\WsaAssistant.lnk" - RMDir "$INSTDIR\temp" - RMDir "$INSTDIR\wsa_tools_log" + RMDir "$SMPROGRAMS\WsaAssistant" RMDir "$INSTDIR\zh-Hant" RMDir "$INSTDIR\zh-Hans" - RMDir "$INSTDIR\tr" RMDir "$INSTDIR\ru" - RMDir "$INSTDIR\pt-BR" - RMDir "$INSTDIR\pl" - RMDir "$INSTDIR\ko" - RMDir "$INSTDIR\ja" - RMDir "$INSTDIR\it" - RMDir "$INSTDIR\fr" - RMDir "$INSTDIR\es" - RMDir "$INSTDIR\de" - RMDir "$INSTDIR\cs" RMDir "$INSTDIR" + DeleteRegKey ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" DeleteRegKey HKLM "${PRODUCT_DIR_REGKEY}" SetAutoClose true diff --git a/WsaAssistant.Libs/Extension.cs b/WsaAssistant.Libs/Extension.cs index 271bedf..1187345 100644 --- a/WsaAssistant.Libs/Extension.cs +++ b/WsaAssistant.Libs/Extension.cs @@ -147,8 +147,8 @@ public static bool RemoveMenu(this object _) } public static bool Before(this string str, string start, string end) { - var startIndex = str.IndexOf(start); - var endIndex = str.IndexOf(end); + var startIndex = str.IndexOf(start, StringComparison.CurrentCultureIgnoreCase); + var endIndex = str.IndexOf(end, StringComparison.CurrentCultureIgnoreCase); if (startIndex != -1) return startIndex < endIndex; return false; diff --git a/WsaAssistant.Libs/WSA.cs b/WsaAssistant.Libs/WSA.cs index 4764c05..39d1027 100644 --- a/WsaAssistant.Libs/WSA.cs +++ b/WsaAssistant.Libs/WSA.cs @@ -159,9 +159,9 @@ private bool CheckFeature(string packageName) { try { - Command.Instance.Excute($"DISM /Online /Get-FeatureInfo:{packageName}", out string message); + Command.Instance.Excute($"DISM /Online /Get-FeatureInfo:{packageName} /English", out string message); LogManager.Instance.LogInfo("Check VM:" + message); - return message.Before("状态", "已启用"); + return message.Before("State", "Enabled"); } catch (Exception ex) {