Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

InstallShield "Basic MSI" Projects


1 reply to this topic

viveksoni

viveksoni
  • Full Members
  • 1 posts

Posted 11 March 2013 - 11:11

I am trying to register COM Interop dlls using Installshield from last 10 days but still found no luck. Here's the issue:

I have an Installscript project with some ActiveX controls and dlls. Now I want to replace some ActiveX with .NET com Interop dlls created on VS2010 using C#.net. I am registering those com Interop dlls using batch file.

I tried the same stuff using Basic MSI also but it didn't worked.

So the Issue is , If VS2010 is installed on the client machine then application works properly but If .NET Framework is Installed on the client machine instead of VS2010 , dlls get registered but application doesn't work and throws an error "Make sure the Object is entered in the system registry". Any idea on what I am doing wrong? Thanks in advance.

ANo

ANo
  • Full Members
  • 179 posts

Posted 03 April 2013 - 16:45

Hello viveksoni,

this is very difficult.

We have solved this problems with primary interop and integrated type library.

Please search the MSDN.

Regards

ANo