From f91998cc7e39a814c7ca79868d86653fc0ff02dc Mon Sep 17 00:00:00 2001 From: Fierelier Date: Thu, 12 Sep 2024 02:08:56 +0200 Subject: [PATCH] Make unregistration silent --- .../Scripts/SetupComplete/disable gameux/SetupComplete.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods-trustedInstaller/[all-based]/disable gameux/data/Windows/Setup/Scripts/SetupComplete/disable gameux/SetupComplete.cmd b/mods-trustedInstaller/[all-based]/disable gameux/data/Windows/Setup/Scripts/SetupComplete/disable gameux/SetupComplete.cmd index b9afe37..20d7b6e 100644 --- a/mods-trustedInstaller/[all-based]/disable gameux/data/Windows/Setup/Scripts/SetupComplete/disable gameux/SetupComplete.cmd +++ b/mods-trustedInstaller/[all-based]/disable gameux/data/Windows/Setup/Scripts/SetupComplete/disable gameux/SetupComplete.cmd @@ -1,3 +1,3 @@ @echo off -regsvr32 -u C:\Windows\SysWOW64\gameux.dll -regsvr32 -u C:\Windows\System32\gameux.dll \ No newline at end of file +regsvr32 -s -u C:\Windows\SysWOW64\gameux.dll +regsvr32 -s -u C:\Windows\System32\gameux.dll