Hello to ALL !
What is the best way to update client's GUI from SAP Gui Server ? I installed gui server and make the package.
I am looking for the best way to mass update GUI on client machines.
I am trying to use group policy logon script (to run my \Setup\NWSAPSETUP.exe /silent /package: "PACKAGENAME"),
but I have some problems, such as:
- I can't run the logon script only once. Otherwise users will update their GUI every time when they are login.
- if I call cmd file there are cmd windows appearing on the screen. If user close it - update will not complete.
If I use two cmd file (one calls the second like start /min GUI_UPDATE.CMD) it didn't work like logon script,
it works only if I start it manually in Windows, maybe due of UNC Path.
So I though there can be another way to update the client's GUI. How do you do this operation ? Thanks!