cancel
Showing results for 
Search instead for 
Did you mean: 

Silent Switch for installing NetWeaver Business Client

Former Member
0 Kudos

Hi,

Can somebody tell me what is the silent switch to install NWBC in the command line, I need to push the NetWeaver Business Client to the users through SCCM, please help.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Sriram2009
Active Contributor
0 Kudos

Hi

We have installed the New SAPGUI by using the below script more than 1000 pc's in our network(By using SCCM & ADS)

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

Ram

Former Member
0 Kudos

Hi,

I can see this is an old post but I can still try to answer, maybe someone can benefit from that. The command you ar looking for is:

"<your path to nwbc install file> /silent" . For more information like how to do a single installation file with predefined systems for NWBC 4.0 check this link

http://scn.sap.com/community/netweaver-administrator/blog/2013/09/13/netweaver-business-client-with-...

Regards,

Bartłomiej