|
You can create your own packages using "SAP Admin", which is the program
set up after running an "Installation of a Server" SAPGUI setup.
So, all answers: predefined parameters, conditions and components are
recorded using SAP Admin.
SAPsweep.exe is a convenient, easy-to-use tool available at SAPServX
that helps you un-install all versions of SAPGUI in a computer.
The most common parameters are /all /y.
Example: sapsweep /all /y
This removes all SAPGUI versions and it answers "yes" to all questions.
In SAPGUI 4.6x and 6.x you can run NETSETUP /? to obtain help and see
all the possible switches.
If you have for example create a package called "MYSAPGUI" then you can
run NETSETUP interactively or better yet, in "silent" mode, which is
what you're asking. Here is how:
netsetup /p:"MYSAPGUI" /intellimode /checkdb /silent
|