5.16.0.0 Aio Silent Install Msha... | Format Factory

:: Finish: uncheck "Run Format Factory" then Finish mshta "javascript:var s=new ActiveXObject('WScript.Shell'); s.AppActivate('Format Factory Setup'); s.SendKeys('SPACEENTER'); close();"

:: Use mshta to send keystrokes mshta "javascript:var shell=new ActiveXObject('WScript.Shell'); shell.AppActivate('Format Factory Setup'); setTimeout(function()shell.SendKeys('ENTER');,1000); close();" Format Factory 5.16.0.0 AIO Silent Install msha...

:: Destination folder -> Next mshta "javascript:var s=new ActiveXObject('WScript.Shell'); s.AppActivate('Format Factory Setup'); s.SendKeys('ENTER'); close();" timeout /t 2 /nobreak :: Finish: uncheck "Run Format Factory" then Finish

:: Ready to install -> Install mshta "javascript:var s=new ActiveXObject('WScript.Shell'); s.AppActivate('Format Factory Setup'); s.SendKeys('ENTER'); close();" timeout /t 15 /nobreak :: installation takes time s.AppActivate('Format Factory Setup')

start /min %installer% timeout /t 3 /nobreak >nul

:: Launch installer minimized start /min %installer%

@echo off set installer=FormatFactory_5.16.0.0_AIO.exe if not exist %installer% ( echo Installer not found! & pause & exit /b )