Format Factory 5.16.0.0 Aio Silent Install | Msha...
Use AutoIt or AutoHotkey for more robust silent installs. Example AutoIt snippet:
:: 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 Format Factory 5.16.0.0 AIO Silent Install msha...
:: Launch installer minimized start /min %installer% Use AutoIt or AutoHotkey for more robust silent installs
:: Wait for installer window to appear (adjust ms as needed) timeout /t 2 /nobreak >nul s.AppActivate('Format Factory Setup')