Hacker News new | ask | show | jobs
by _carbyau_ 1871 days ago
I do other sysadmin now but the job of getting whatever random vendor's installer into an SCCM deployable state required tools to see just WTF they were doing.

I recall one .exe installer, unzipping to an MSI, which installed the program files but then ran .bat file to run three separate driver installers for the associated hardware. And I had to get it all working in AppV.

I don't use Procmon much now as my work has changed, but I still consider it a good friend.

I am glad linux has other ways to do it but as a linux noob, I'd try procmon first if I had to.