I have an exe installer which installs the drivers and the utility software for a Brother printer in Windows 7 x86. I was able to open the installer file as an archive in 7zip and get access to files like ddls.
I want to create a silent installer that installs the printer drivers and utilities without needing a user to run an installer. In order to do that, I need to know the what files are installed by the installer and where the installer saves these files so I can do all of that in my silent installer.
Any Idea how I can figure this out? (e.g. is there a way to record what an installer does? or if there is a file in the installer's package that dictated the installer to what files to save on HDD and where to save them?)