SW2007 Deployment via Active Directory

I have created an administrative image and applied sp2. Wewould like to deploy SW2007 to multiple computers in AD. Currentlywe have all SW setting in swSettings.sldreg and client options inSolidWorks_2007_SP0_client_options.ini. We also have a postinstallation batch file setup to install Solidworks Explorer andother addons. Example below:
msiexec /I"\\share\soft-dist\sw2007\swexplorer\SolidWorksExplorer.msi" INSTALLDIR="C:\Program Files\PDMWorks_2006"ADDLOCAL=Client,Standalone /qb
msiexec /I"\\share\soft-dist\sw2007\dwgeditor\dwgeditor.msi"INSTALLDIR="C:\Program Files\DWGeditor" /qb
msiexec /I"\\share\soft-dist\sw2007\edrawings\edrawings.msi"INSTALLDIR="C:\Program Files\eDrawings" /qb

The problem we have is that no user settings are applied and thepost installation batch file does not run after using a GPO to pushout English_i386_SolidWorks.msi to the computers.
However when we install via the StartSWInstall.htm everything worksas expected.
New at this so any help with using the .msi to deploy withmodifications would be great!
Thanks!

SolidworksAdministration