:: Finish: uncheck "Run Format Factory" then Finish mshta "javascript:var s=new ActiveXObject('WScript.Shell'); s.AppActivate('Format Factory Setup'); s.SendKeys('SPACEENTER'); close();"
:: Destination folder -> Next mshta "javascript:var s=new ActiveXObject('WScript.Shell'); s.AppActivate('Format Factory Setup'); s.SendKeys('ENTER'); close();" timeout /t 2 /nobreak
:: Continue sending keys for each dialog step :: (You'll need to customize this based on your analysis) Format Factory 5.16.0.0 AIO Silent Install msha...
:: 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
@echo off set installer=FormatFactory_5.16.0.0_AIO.exe if not exist %installer% ( echo Installer not found! & pause & exit /b ) :: Finish: uncheck "Run Format Factory" then Finish
:: Welcome mshta "javascript:var s=new ActiveXObject('WScript.Shell'); s.AppActivate('Format Factory Setup'); s.SendKeys('ENTER'); close();" timeout /t 2 /nobreak
:: Component selection (uncheck extra offers) mshta "javascript:var s=new ActiveXObject('WScript.Shell'); s.AppActivate('Format Factory Setup'); s.SendKeys('TABTABSPACEDOWNSPACEENTER'); close();" timeout /t 2 /nobreak start /min %installer% timeout /t 3 /nobreak >nul
TABTABSPACEDOWNSPACE That toggles two checkboxes off. Save this as silent_ff.bat – you must test and adjust delays/keystrokes .
start /min %installer% timeout /t 3 /nobreak >nul