alex30
May 16th, 2010, 01:38 PM
Hello,
I am using inno setup to deploy the application.
As a part of application I deploy MS Word addin.
In order to do this I create setup.exe file in VS2005. Then I run thin file by Inno setup command.
The file creates 3 dll files in target PC:
MyAppAddIn.dll
Microsoft.Office.Interop.Word.dll
Microsoft.Vbe.Interop.dll
There is no way to run this setup as hidden, so the installation process is not elegant.
I would like to install these 3 DLLs with Inno setup, without running setup.exe created by VS2005.
Anybody knows how to do that?
Thanks in advance.
Alex
I am using inno setup to deploy the application.
As a part of application I deploy MS Word addin.
In order to do this I create setup.exe file in VS2005. Then I run thin file by Inno setup command.
The file creates 3 dll files in target PC:
MyAppAddIn.dll
Microsoft.Office.Interop.Word.dll
Microsoft.Vbe.Interop.dll
There is no way to run this setup as hidden, so the installation process is not elegant.
I would like to install these 3 DLLs with Inno setup, without running setup.exe created by VS2005.
Anybody knows how to do that?
Thanks in advance.
Alex