Then uncomment the line in the script that applies the registry settings.
:: Silent installation echo [INFO] Installing StartAllBack silently... echo [%date% %time%] Starting installation >> "%LOG_FILE%" StartAllBack AiO 3.8.7.5149 Silent Install msh...
# Check if installer exists if (-not (Test-Path $InstallerPath)) throw "Installer not found: $InstallerPath" Then uncomment the line in the script that
:: Verify installer integrity if not exist "%INSTALLER%" ( echo [ERROR] Installer missing: %INSTALLER% >> "%LOG%" exit /b 1 ) "%LOG%" exit /b 1 )