Hi Jason,
First of all, I would like to confirm my understanding of your issue. I'm
not quite sure what you need to do. Do you mean that you have no problem to
automate the inclusion of .NET framework installation in your setup
project? What do you mean by "enable the .net Programability with code"? Do
you want to automate the Office 2003 setup also in you setup project?
Please expain it in a little more detail, so that I can try to help. Thank
you!
Kevin Yu

Signature
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
Jason - 27 Jun 2005 16:51 GMT
Kevin,
I have developed a number of vb.Net Office Addins. For them to function the
Office setup has to be updated manually (run Office setup) to switch .Net
Programmabilty from "not installed" to "Run on this computer". Instead of
requesting that the installing person make that change manually I would like
my install to be able to reconfigure office automatically so the user does
not have to follow any manual instructions.
> Hi Jason,
>
[quoted text clipped - 10 lines]
> "This posting is provided "AS IS" with no warranties, and confers no
> rights."
Kevin Yu [MSFT] - 28 Jun 2005 06:09 GMT
Hi Jason,
As far as I know, during an installation process, we cannot start another
installation process simultaneously. Because it is not supported by Windows
Installer service. What we can do is to start the Office setup process
after your own app is installed. I'm not quite familiar with Office setup
automation. I think you can try to ask in microsoft.public.office.setup
newsgroup. HTH.
Kevin Yu

Signature
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."