Removing FileUpEE
Automatic Removal
If FileUpEE was installed with the automatic installer, use Add/Remove Programsto unregister and remove FileUpEE and all of its associated documentation and samples:
- From the Start menu, select Settings -> Control Panel.
- Double-click Add/Remove Programs.
- Select SoftArtisans FileUp Enterprise Edition.
- Click the Change/Remove button to remove the old copy of FileUpEE.
Manual Removal
If FileUpEE.dll, MimeClient.dll, and FileUpEEProgress.dll were manually registered
with regsvr32, unregister the dlls and delete them.
To manually remove FileUpEE:
-
- Open a DOS prompt window.
- Go to FileUpEE's COM directory.
- Enter regsvr32 FileUpEE.dll /u and click Ok.
- Enter regsvr32 MimeClient.dll /u and click Ok.
- Enter regsvr32 FileUpEEProgress.dll /u and click Ok.
- To reset IIS, enter iisreset.
-
Remove the ASP.NET Assemblies from the Global Assembly Cache
Note: this step is only necessary if you installed FileUpEE on the
machine level.
|
- Open a DOS prompt window.
- Go to FileUpEE's DotNet directory.
- Enter gacutil.exe /u FileUpEE and click Ok.
- Enter gacutil.exe /u MimeClient and click Ok.
- Enter gacutil.exe /u FileUpEEProgress and click Ok.
- Delete the following lines from machine.config:
<add assembly="FileUpEE, Version=x.x.x.x, Culture=neutral, PublicKeyToken=f593502af6ee46ae"/>
<add assembly="MimeClient, Version=x.x.x.x, Culture=neutral, PublicKeyToken=f593502af6ee46ae"/>
<add assembly="FileUpEEProgress, Version=x.x.x.x, Culture=neutral, PublicKeyToken=f593502af6ee46ae"/>
-
Delete these files from both FileUpEE/DotNet and FileUpEE/COM:
- FileUpEE.dll
- MimeClient.dll
- FileUpEEProgress.dll
- FileUpEeIsapi.dll
- FileUpEeErrorMsgs.dll
If you used FileUpEE in ASP.NET, you may have copies of FileUpEE.dll, MimeClient.dll,
and FileUpEEProgress.dll in several bin directories. Delete all copies. |
Copyright © 2010 SoftArtisans, Inc. All rights reserved.