Install SOAP & XML & MDAC with INNO
Hi everyone,
it's my first post here. I need some help for deploy an app ussing INNO.
My App was developed with VB6 and use SOAP & XML Parser & MDAC 2.6
Is there any simple way to install this components ussing Inno Setup?
I use Windows Installer that comes with .NET but i have some problems when the silent MDAC setup finish without restart (the setup fails). There I use some MSM for the components.
How can I do something like that with Inno Setup?
Thanks for your help.
Adrian.
Re: Install SOAP & XML & MDAC with INNO
Look at the Inno Third Party Tools in my signature. There is possibly some help there. Expecially with MDAC.
Re: Install SOAP & XML & MDAC with INNO
Thanks for the link... I've some holp for MDAC, but don't find anything about XML & SOAP.
Do you have any idea?
Thanks.
Re: Install SOAP & XML & MDAC with INNO
I haven't used SOAP and XML, b ut I imagine there is a framework that needs to be installed just like the .NET framework. You would just add the framework in the [RUN] section to be installed.
Re: Install SOAP & XML & MDAC with INNO
Thank you, i will try it.
BYE