Removing the SalesLogix ActiveMail ActiveX Control

Made the mistake of installing the SalesLogix ActiveMail ActiveX Control? Kicking yourself because there’s no entry in Add\Remove Programs? Screwed up your Outlook with recklessly coded add-ins? Fret not, there is a way.

Copy the text below into a text file, and save it as <filename>.bat. Run an elevated command prompt and execute the script. This will de-register all of the SalesLogix ActiveMail assemblies and COM servers.

Be sure to note – if you’re using an x64 OS, change the path from c:\windows\system32 to c:\windows\syswow64.

Enjoy.

rem change path to c:\windows\syswow64 for x64 systems
cd c:\windows\system32
regsvr32 /u slmn.dll
regsvr32 /u SlxEmailNotifier.dll
regsvr32 /u SLXMMGUIW.dll
regsvr32 /u SLXDocW.dll
regsvr32 /u SLXMMEngineW.dll
regsvr32 /u SLXFaxW.dll
regsvr32 /u SLXWinFaxW.dll
regsvr32 /u SLXFramer.ocx
 
blog comments powered by Disqus

who 'dis?!

I'm a developer with a history in financial applications (boring) and business intelligence (sweet). Right now I'm focused on cool things, like Azure & Amazon's AWS cloud, Kinect for Windows & all things Windows 8 & Metro. jQuery, AJAX, MVC & the web are the future of development, so if you're not on that train, I'd suggest you find a way on - quickly. I've spent a lot of time working in SharePoint as well - have a look around & make yourself at home. Questions/comments, you can find me on fb & twitter, or use the 'contact' button at the top.

Questions?