|
Hi
Try this
Modify on the SMS Server
Site.srv\maincfg.box\client.src\X86.bin\0000XXX\*.mod files
like the following example (It's for a French client but the syntax is
the same.)
After Edit the system.map file, save the file without modifications and
wait the copy to the logon.srv\X86.bin\0000XXX directory of the *.mod
files.
Start a RUNSMS to modify the local SMSRUN16.INI, reboot the PC and look
it's magic. Take care is not supported by Microsoft.
In my example only the remote control appear on the SMS client group,
remove the comment if you want all the icons
Cordialement Xavier
[STANDARD]
; guarantee that this line is first in the client.bat file
mod client.bat ADD_CLIENT_LINE REM SMS 1.1
mod client.bat ADD_CLIENT_LINE %SMSBIN%\SMSWORK.EXE
[PCM]
;mod %SMSDATA%\smsrun16.ini ADD_IF_NOT_SET "Client SMS"
"Gestionnaire de commandes de lots" %SMSBIN%\pcmwin16.exe
[AUTOSTART_PCM]
mod %SMSDATA%\smsrun16.ini ADD_IF_NOT_SET "startup" "load"
%SMSBIN%\pcmwin16.exe
[APPCONTROL]
;mod %SMSDATA%\smsrun16.ini ADD_IF_NOT_SET "Client SMS" "Contr�le
de groupes de programmes" %SMSBIN%\appctl16.exe
[AUTOSTART_APPCONTROL]
mod %SMSDATA%\smsrun16.ini ADD_IF_NOT_SET "startup" "load"
%SMSBIN%\appctl16.exe
[REMOTE_CONTROL]
mod %SMSDATA%\smsrun16.ini ADD_IF_NOT_SET "Client SMS"
"Contr�le � distance" %SMSBIN%\wuser.exe %$wuser%
;mod %SMSDATA%\smsrun16.ini ADD_IF_NOT_SET "Client SMS"
"Options d'assistance utilisateur" %SMSBIN%\editini.exe
mod %SMSDATA%\smsrun16.ini ADD_IF_NOT_SET "startup" "load"
%SMSBIN%\wuser.exe
[REMOTE_CONTROL_386]
mod system.ini ADD_IF_NOT_SET "386enh"
"device" %WINBIN%\VUser.386
mod system.ini ADD_OR_REPLACE_IF_LESS_THAN "386enh"
"NetHeapSize" 64
[AUTOSTART_REMOTE_CONTROL_LANMAN]
mod client.bat ADD_CLIENT_LINE %SMSBIN%\USERTSR.EXE
%$usertsr%
mod client.bat ADD_CLIENT_LINE %SMSBIN%\USERTSR.EXE -vVIEW
-vCHAT -vFILEXFER -vEXECUTE -vREBOOT -vDOSDIAG -vWINDIAG -vPING
-VNOAUDIBLE -VNOVISIBLE -VNOPERMISSION
;%$usertsr%
[AUTOSTART_REMOTE_CONTROL_NETWARE]
mod client.bat ADD_CLIENT_LINE %SMSBIN%\USERIPX.EXE
%$useripx%
[AUTOSTART_REMOTE_CONTROL_LANMAN_WFW]
mod client.bat ADD_CLIENT_LINE %SMSBIN%\USERTSR.EXE /w
%$usertsr%
[MIFENTRY]
;mod %SMSDATA%\smsrun16.ini ADD_IF_NOT_SET "Client SMS" "Entr�e
MIF" %SMSBIN%\mifwin.exe
[AUTOSTART_MIFENTRY]
mod %SMSDATA%\smsrun16.ini ADD_IF_NOT_SET "startup" "load"
%SMSBIN%\mifwin.exe /SMSLS
[STANDARD]
mod autoexec.bat ADD_CLIENT_CALL call %SMSDATA%\client.bat
mod win.ini ADD_TO_LIST "windows" "load"
%SMSBIN%\smsrun16.exe
;mod %SMSDATA%\smsrun16.ini ADD_IF_NOT_SET "Client SMS" "Aide du
client SMS" %SMSBIN%\sm16.hlp
[DEINSTALL]
|