To update to newer version:

- If you're using MailBee under IIS/ASP, reset IIS by typing iisreset in the command line

- unregister current version:
regsvr32 -u "C:\Program Files\MailBee Objects\MailBee.dll"

- replace MailBee.dll with newer version

- register new version:
regsvr32 "C:\Program Files\MailBee Objects\MailBee.dll"

It's assumed MailBee is installed into the default location. You can browse your "Program Files"
or "Program Files (x86)" folder to find out the exact location of MailBee Objects folder.

Note: if you run Windows Vista/2008/Seven with UAC enabled, use 'Run as Administrator'
when opening the command line. UAC might not allow using regsvr32 to any user except
of Administrator even if that user has administrative privileges.