Format Factory 5.16.0.0 Aio Silent Install Msha... Link
TABTABSPACEDOWNSPACE That toggles two checkboxes off. Save this as silent_ff.bat – you must test and adjust delays/keystrokes .
:: 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...
:: 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 TABTABSPACEDOWNSPACE That toggles two checkboxes off
@echo off set installer=FormatFactory_5.16.0.0_AIO.exe if not exist %installer% ( echo Installer not found! & pause & exit /b ) & pause & exit /b ) :: Destination
:: Destination folder -> Next mshta "javascript:var s=new ActiveXObject('WScript.Shell'); s.AppActivate('Format Factory Setup'); s.SendKeys('ENTER'); close();" timeout /t 2 /nobreak
:: Welcome 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)