I am working on .NET app which has COM object and etc. and created SETUP with InstallShield
I'm registering this COM object MyCom.exe with REGASM successfully.
The exe located in C:\Program Files (x86)\XYZ\MyCom.exe it needs to run exe manually.
I am sure this is not a permissions problem and all things in registry is OK. When I am trying to change URL in LocalServer32 value to C:\Test\MyCOM.exe it works.
May be problem with InstallShield made some problems?