I apologize for the vagueness of this question, but my googling is getting me nowhere fast. I use a BMC software called AR System User, aka REMEDY. (version 7.6.04)
The installer for this software creates a COM object for use in things like PowerShell. the following example works 100% on Windows 7 32bit
ex:
New-Object -ComObject "ArSystem.User"
The EXACT same installer in Windows 10 64bit, installs the application, which works completely fine, however after the install there is no COM object (code above does not work)
I checked the registry for the entry in CLASSES, with no luck, comparing it to windows 7 I can clearly see it.
The software version I am stuck using is no longer supported by BMC, and I have tried installing in compatibility mode with no change.
I do not know enough about COM objects to even begin to troubleshoot this.
Any help would be very appreciated. I understand the situation is obscure and specific, however I am hoping the basic config for COM objects is universal enough that someone can shed some light.
Thanks anyone who offers a suggestion.