0

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?

1 Answer 1

1

There's a space in the path. Trying putting quotes around it when you put it into the registry.

"C:\Program Files (x86)\XYZ\MyCom.exe"

Sign up to request clarification or add additional context in comments.

2 Comments

Then what should I do, regasm doesn't put queotes
@EminHasanov : Did you figure it out? I'm surprised regasm doesn't put quotes.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.