cancel
Showing results for 
Search instead for 
Did you mean: 

sapgui deployement

Former Member
0 Kudos

hello for all,

i have setup an installation server compilation 3 for sapgui fo windows 7.10 on windows 2003 server .all is good: services, check server ...

i have creat a package , compess it to a single file installer .

to deplyement it via active directory i have creat an MSI SETUP FILE .

i have 2003 server , i have not SMS

but i dont now how to creat a Package Definition File for my .exe file

the nwsapsetupadmin allow only the package definition in .sms and *.pdf but i have not SMS console .

my goal is to install this on the clients workstation without interaction of user (like /silent mode) but via active directory.

best regards.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member204746
Active Contributor
0 Kudos

you can call use this command-line to install using SAP's setup :

NwSapSetup.exe /Package="MyPackage" /NoDLG

we use this through a logon script.