I am trying to resolve an issue with sending contacts data from access to a public shared folder in outlook, and along the way in pursuit of this solution, tried to implement a solution provided on a website. this solution involved using regsvr32 to register two files: SyncADO.dll and SyncADOOptionsPage.ocx. What all this results in is that Outlook tries to sync contacts to a Access database on startup and it is supposed to provide a custom tab in the Folders | Properties dlgbx.
I want to uninstall this as there may be an easier way to do what I am trying to do, but I can’t figure out how to do it. Is there an unregsvr32 command?