Hello,

I am trying to crate installation package for my application using inno setup.

In installation setup I include my application file and all dlls from "debug" forlder (Interop.Microsoft.Office.Core.dll, Interop.VBIDE.dll, Interop.Word.dll).

After installing the Application, it is running, but it has very limited functionality – some forms inside the application can’t be opened.


I had the same problem when I tried to activate my application from other VB .NET application, but it was solved by setting the directory from which the process starts (see http://www.vbforums.com/showthread.php?t=491355 for details).

The target PC has Framework 2.0 installed.

Could you point out my mistake?

Thanks.