:: Wait and verify timeout /t 8 /nobreak >nul
:: Create restore point (optional) echo [INFO] Creating system restore point... wmic.exe /Namespace:\root\default Path SystemRestore Call CreateRestorePoint "StartAllBack Install", 100, 7 >nul 2>&1
:: Admin check net session >nul 2>&1 if %errorLevel% neq 0 ( echo [ERROR] Administrator rights required! pause exit /b 1 ) StartAllBack AiO 3.8.7.5149 Silent Install msh...
:: Check if installation was successful if exist "%ProgramFiles%\StartAllBack\StartAllBackX64.dll" ( echo [SUCCESS] StartAllBack installed successfully! echo [%date% %time%] Installation successful >> "%LOG_FILE%" set "INSTALL_SUCCESS=1" ) else if exist "%ProgramFiles(x86)%\StartAllBack\StartAllBackX86.dll" ( echo [SUCCESS] StartAllBack installed successfully! echo [%date% %time%] Installation successful >> "%LOG_FILE%" set "INSTALL_SUCCESS=1" ) else ( echo [WARNING] Could not verify installation. Check manually. echo [%date% %time%] Installation verification failed >> "%LOG_FILE%" set "INSTALL_SUCCESS=0" )
:: Wait for installation to complete timeout /t 5 /nobreak >nul :: Wait and verify timeout /t 8 /nobreak
@echo off setlocal enabledelayedexpansion :: Advanced StartAllBack Silent Installer with Validation title StartAllBack Advanced Silent Installer color 0E
echo ======================================== echo StartAllBack 3.8.7.5149 Silent Install echo ======================================== echo. echo Installation Log: %LOG_FILE% echo. echo [%date% %time%] Starting installation >
:: Silent installation echo [INFO] Installing StartAllBack silently... echo [%date% %time%] Starting installation >> "%LOG_FILE%"