Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Loading a webpage in a browser using BASIC MSI


3 replies to this topic

MayeeKeowee

MayeeKeowee
  • Members
  • 5 posts

Posted 09 September 2005 - 04:01

Hi,

I want an installer that would check MDAC 2.7 and if it doesn't exist a browser should appear and load the page where the user can download the appropriate MDAC installer. How will I do this in BASIC MSI? Is there a way?


Mayee


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 14 September 2005 - 10:05

You can check for MDAC using System Search.

MayeeKeowee

MayeeKeowee
  • Members
  • 5 posts

Posted 15 September 2005 - 03:46

Hi Stefan,

I already used System Search to look for MDAC 2.7. But I want the installer to do something else like if it does not found MDAC 2.7 a message box with Yes and NO button will appear asking the user if they want to install MDAC 2.7 now. If they click on YES button, I want to load a page where they can download MDAC 2.7.

Any idea on how can I have one like this?

Thanks,

Mayee

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 15 September 2005 - 06:29

Where's the problem? Creating a dialog? Inserting it in the sequence?