I have a program whose install I'm trying to automate with a batch file, the problem is that I don't know what program is used to make the setup file and thus I am unsure of what command line switches are available.
How can I acquire this information? If it's any help this is the icon:
http://www.optikvervelabs.com/vph/Images/setupIcon.gif
Update: Universal Extractor marks it as "Microsoft Visual C++ v6.0 DLL [Overlay] *" 7zip can open it, contents are:
- .text
- .rdata
- .data
- .rsrc
- CERTIFICATE
- [data-1]
I can't see anything that looks like command line switches though.
P.S. Sorry to remove the image tag, won't let me update otherwise.