Gah! No wonder nothing was turning up.
Do you know if there is an easy way to change the command line that's actually passed to launch the installer? (the one above simply tells it to instantiate the installer, but it doesn't lead to the command line that's executed)
Basically, what I'm doing is pulling the MSI out of the installer EXE, then doing an admin install of the MSI, and repackaging it. This should significantly reduce the size of my PhysX DriverPack. But in order to do it, I need to change the command-line to execute my MSI instead of Nvidia's EXE.
Any ideas?
edit--
On second thought, I could actually do what you guys do with SETUP.EXE, and just create an EXE file that tells it to execute my MSI file at a specified time or upon a specified trigger. That would probably be better anyway because it would significantly reduce the amount of space that's taken up when the files are extracted (since the MSI would only have to appear once in the DriverPack).
I'll toy around with it and see what I can come up with.
Last edited by dumpydooby (2010-01-10 10:37:25)