If the service packs are .MSP files, then the main installer is an .msi file, right?
If so, your request is simple:
Perform an administrative installation of the msi to a deployment folder:
msiexec.exe /a arcgis_setup.msi TARGETDIR=deployfolderApply the patch(es) to the administrative installation:
msiexec.exe /a deployfolder\arcgis_steup.msi /update arcgis_sp4.msp TARGETDIR=deployfolder
Repeat step 2 for each patch that needs installed. If DarienHawk67 is correct about the patches being cumulative, then you'll only need to apply the latest patch.
Once complete, you can use the files in the deployfolder to install the software or deploy via GPO. The patches will already be "preinstalled".-Tony
Need to support users over the internet?
click here try our remote control online beta