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:

  1. From the Start menu, select Settings -> Control Panel.
  2. Double-click Add/Remove Programs.
  3. Select SoftArtisans FileUp Enterprise Edition.
  4. 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:

  1. Unregister the dll Files in FileUpEE/COM
    1. Open a DOS prompt window.

    2. Go to FileUpEE's COM directory.

    3. Enter regsvr32 FileUpEE.dll /u and click Ok.

    4. Enter regsvr32 MimeClient.dll /u and click Ok.

    5. Enter regsvr32 FileUpEEProgress.dll /u and click Ok.

    6. To reset IIS, enter iisreset.

  2. Remove the ASP.NET Assemblies from the Global Assembly Cache
    Note: this step is only necessary if you installed FileUpEE on the machine level.
    1. Open a DOS prompt window.

    2. Go to FileUpEE's DotNet directory.

    3. Enter gacutil.exe /u FileUpEE and click Ok.

    4. Enter gacutil.exe /u MimeClient and click Ok.

    5. Enter gacutil.exe /u FileUpEEProgress and click Ok.

    6. 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"/>
                      
  3. 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.