- SMP Client Silent Install
Client Setup supports silent setup by /s command line option. If you run Setup with /s option, program will not display the screen, require user's input at all.
If the Setup runs silently, Setup will read Setup.ini file for install options. Administrator must edit this file before distribution.
- Edit Setup.ini file by Notepad to define install options.
; Define IP address of SMP Server
IP="your SMP Server's IP address here"
; Install as a service or start-up program ("NO")
SERVICE="YES"
; Display tray icon of Client or not ("NO")
SYSTRAY="YES"
; Leave uninstall information or not ("NO")
UNINSTALL="YES"
- Make a script to run Setup silently.
Sample Script:
@net use Z: \\ServerName\SMPClient
@Z: Setup /s
@net use Z: /del
Note:
- The Setup folder must be shared as read/write access.
- If an error occurs, log will be created at the Setup folder, Error.log file.
- Service install is not available at Windows Vista/Me. If you distribute Client silently with service install option to Vista/Me, Client will be installed as a start-up program automatically.
- Differences of SMP Professional edition
SMP Professional edition has more following functions than Standard edition.
- Remote/multiple administration by SMP Console
This enables several staff access to the SMP Server, share all inventory data, perform desktop remote control, file transfer simultaneously.
- Off-line PC management by SMP spider
This enables you to fetch all inventory data from non-networked PC via floppy disk, import it to the SMP Server.
- Desktop remote control / File transfer
This enables you to connect to the client PC directly, operate mouse and keyboard by seeing PC's actual screen.
- External command execution
This enables you to set up custom commands and execute.
e.g. executing ping command for selected PC
|
|
|