Hi Paul
We have installed the New SAPGUI by using the below script more than 1000 pc's in our network
Kindly go thru the below mention bat file
__________________________________________________
cd\
c:
taskkill /IM saplogon.exe /F
taskkill /IM saplgpad.exe /F
# used for kill the SAPGUI logon pad
cd Program Files\sap\SapSetup\setup
nwsapsetup /uninstall /all /nodlg
# Stop the all Old sapgui
cd\
cd program files\sap
move FrontEnd old1_FrontEnd1
# rename the old folder
net use s: /delete
net use s: \\(server share)\SAPGUI_730 (Example share volume )
S:\SAPGUI730\NW_7.0_Presentation\PRES1\GUI\WINDOWS\WIN32\Setup\NwSapSetup.exe /Silent /Package="SAPGUI_730"
# Create the New installation package
net use s: /delete
________________________________________________________________
Thanks
Sriram