Startallback Aio 3.8.7.5149 Silent Install Msh... Apr 2026
:: Restart explorer.exe echo [INFO] Restarting explorer.exe... start explorer.exe timeout /t 2 /nobreak >nul
# Get full path $InstallerFullPath = Resolve-Path $InstallerPath Write-ColorOutput "Installer: $InstallerFullPath" "Yellow" Write-Log "Installer path: $InstallerFullPath" 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" ) :: Restart explorer
:: 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...