Installing Framework and IE

  • Thread starter Thread starter ML
  • Start date Start date
M

ML

I have a VB.NET app that I have creates an installation for. It includes
the framework bootstrap but the issue is if the target PC does not have the
required version of IE. The PCs being installed to may be remote with no
internet access or simple means to get a newer version if IE. Is there
anyway of including IE in the bootstrap or at least an install on the CD?
 
ML said:
I have a VB.NET app that I have creates an installation for. It includes
the framework bootstrap but the issue is if the target PC does not have the
required version of IE. The PCs being installed to may be remote with no
internet access or simple means to get a newer version if IE. Is there
anyway of including IE in the bootstrap or at least an install on the CD?

You cannot include IE into the bootstrap but you can deploy
your own IE version. See the IE Administration Kit website:

http://www.microsoft.com/windows/ieak/downloads/ieak6/ieak6sp1.mspx

bye
Rob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top