scripted removal of Novell 4.8x client
Has anyone ever successfully scripted this? I have been able to remove the functionality of the client, but not fully remove the appearance of the Novell client in the properties dialogue box of the network card.
Thanks in advance
Craig --<>.
Thanks in advance
Craig --<>.
0 Comments
[ + ] Show comments
Answers (7)
Please log in to answer
Posted by:
kkbass
20 years ago
Posted by:
craig16229
20 years ago
Posted by:
tango_chuck
20 years ago
Posted by:
craig16229
20 years ago
tango_chuck,
Here is the link to the Novell tid: http://support.novell.com/cgi-bin/search/searchtid.cgi?/10070072.htm
Here is the batch file I am using for XP:
@echo off
C:\WINDOWS\system32\NetWare\Nwmigw2k\setupw2k.exe /u ms_nwspx
C:\WINDOWS\system32\NetWare\Nwmigw2k\setupw2k.exe /u ms_nwnb
C:\WINDOWS\system32\NetWare\Nwmigw2k\setupw2k.exe /u ms_nwipx
C:\WINDOWS\system32\NetWare\Nwmigw2k\setupw2k.exe /u nw_wm
C:\WINDOWS\system32\NetWare\Nwmigw2k\setupw2k.exe /u nw_ndps
C:\WINDOWS\system32\NetWare\Nwmigw2k\setupw2k.exe /u nw_nwfs
cls
exit
The path is, of course, c:\winnt if the workstation is W2K.
One additional note: the uninstall leaves behind c:\[windows folder]\system32\NetWare. NWtray.exe remains running after the uninstall, and it uses two .dll's in that folder. Therefore, a reboot is necessary to delete the folder. I have not been able to use taskkill to kill the nwtray.exe process by name or pid, or figure out a way to avoid the reboot to get rid of it.
craig --<>.
Here is the link to the Novell tid: http://support.novell.com/cgi-bin/search/searchtid.cgi?/10070072.htm
Here is the batch file I am using for XP:
@echo off
C:\WINDOWS\system32\NetWare\Nwmigw2k\setupw2k.exe /u ms_nwspx
C:\WINDOWS\system32\NetWare\Nwmigw2k\setupw2k.exe /u ms_nwnb
C:\WINDOWS\system32\NetWare\Nwmigw2k\setupw2k.exe /u ms_nwipx
C:\WINDOWS\system32\NetWare\Nwmigw2k\setupw2k.exe /u nw_wm
C:\WINDOWS\system32\NetWare\Nwmigw2k\setupw2k.exe /u nw_ndps
C:\WINDOWS\system32\NetWare\Nwmigw2k\setupw2k.exe /u nw_nwfs
cls
exit
The path is, of course, c:\winnt if the workstation is W2K.
One additional note: the uninstall leaves behind c:\[windows folder]\system32\NetWare. NWtray.exe remains running after the uninstall, and it uses two .dll's in that folder. Therefore, a reboot is necessary to delete the folder. I have not been able to use taskkill to kill the nwtray.exe process by name or pid, or figure out a way to avoid the reboot to get rid of it.
craig --<>.
Posted by:
tango_chuck
20 years ago
Posted by:
tango_chuck
20 years ago
Thanks guys,
The scripts work great in my environment for vs 4.8x on W2K but blue screens the hell out of NT vs 4.7x. Any thoughts? I have tried to manipulate the UNC32 script, tried changing the W2K/XP scripts but all attempts have failed. I want to avoid using AutoIt. I am about to write manual removal docs to remove it.
TC
The scripts work great in my environment for vs 4.8x on W2K but blue screens the hell out of NT vs 4.7x. Any thoughts? I have tried to manipulate the UNC32 script, tried changing the W2K/XP scripts but all attempts have failed. I want to avoid using AutoIt. I am about to write manual removal docs to remove it.
TC
Posted by:
photozz
20 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.