Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error uninstalling SMS client.

Status
Not open for further replies.

rev1322

MIS
May 27, 2003
76
US
I'm using the following script to remotely unstall the sms client from my workstations:

@echo off

if exist c:\smsldrem.txt goto :END

rem ****** LANDesk removal *********************
echo Removing LANDesk client if installed
\\revpppdc\ldlogon\wscfg32.exe /u /n /noreboot
copy \\revpppdc\ldlogon\smsclreg.dll %WINDIR%\ms\sms\core\bin

rem ****** SMS removal ************************
echo Removing SMS Client if installed
call \\revpppdc\ldlogon\smsremove\20clicln.bat /scrub

rem ****** Copy file so that process does *
rem ****** not run at next logon **********
copy \\revpppdc\ldlogon\smsldrem.txt c:\


:END


It works fine until the end when I get the error: COuld not load the DLL Lirary
C:\DOcum~1\rev1322\LOCAL~1\Temp\smsclreg.dll.
Any suggestions?
 
Why are you uninstalling the SMS 2.0 client? The SMS 2003 advanced client installation will uninstall and install the client in one step automatically?

Joseph L. Poandl
MCSE 2003

If your company is in need of experts to examine technical problems/solutions, please contact (Sales@njcomputernetworks.com)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top