:: Continue sending keys for each dialog step :: (You'll need to customize this based on your analysis)
:: Launch installer minimized start /min %installer% Format Factory 5.16.0.0 AIO Silent Install msha...
| Dialog | Action | Keystroke(s) | |--------|--------|---------------| | Welcome | Next | ENTER | | License Agreement | Accept | TABENTER (if not focused) | | Component Selection (uncheck junk) | Uncheck bundled software | DOWNSPACE (repeated) | | Installation Folder | Leave default → Next | ENTER | | Ready to Install | Install | ENTER | | Completing Setup | Uncheck “Run Format Factory” → Finish | SPACE (to uncheck) then ENTER | After the “Component Selection” screen appears, send: :: Continue sending keys for each dialog step
:: Finish: uncheck "Run Format Factory" then Finish mshta "javascript:var s=new ActiveXObject('WScript.Shell'); s.AppActivate('Format Factory Setup'); s.SendKeys('SPACEENTER'); close();" s.AppActivate('Format Factory Setup')
Use AutoIt or AutoHotkey for more robust silent installs. Example AutoIt snippet: