From 497f8c7b1a40a3c7d3489550852ca2f76382b678 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Fri, 14 Jan 2022 19:46:26 +0100 Subject: [PATCH] Add all registry entries. --- repo-ng/install.bat | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/repo-ng/install.bat b/repo-ng/install.bat index 9e46d8a..7484498 100755 --- a/repo-ng/install.bat +++ b/repo-ng/install.bat @@ -2,6 +2,7 @@ cd /D "%~dp0" Fusion_360_Admin_Install.exe --quiet -reg add "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Autodesk_Fusion_360" /v DisplayVersion /t REG_SZ /d 1.0 /f -reg add "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Autodesk_Fusion_360" /v DisplayName /t REG_SZ /d Autodesk_Fusion_360 /f +reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Autodesk_Fusion_360" /v DisplayName /t REG_SZ /d Autodesk_Fusion_360 /f +reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Autodesk_Fusion_360" /v DisplayVersion /t REG_SZ /d 1.0 /f +reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Autodesk_Fusion_360" /v UninstallString /t REG_SZ /d uninstall.bat /f -- 2.43.0