Indigo Rose Software

Go Back   Indigo Rose Software Forums > Old Versions > AutoPlay Media Studio 5.0 > AutoPlay Media Studio 5.0 Examples

 
 
Thread Tools Display Modes
  #1  
Old 10-03-2003
Desmond's Avatar
Desmond Desmond is offline
Indigo Rose Staff Member
 
Join Date: Jul 2003
Posts: 628
Grin Determining what Version of Internet Explorer is Installed

AutoPlay Media Studio 5.0 Knowledge Base

Determining what Version of Internet Explorer is Installed

Document ID: IR10073
The information in this article applies to:
  • AutoPlay Media Studio 5.0 Professional Edition

SUMMARY

This article describes how to determine what version of Internet Explorer is installed.

DISCUSSION

  1. To detect the version of Internet Explorer that is installed on the user's system, enable the Internet Explorer dependency.

    If you want to detect the version of Internet Explorer, but not require your user to have it installed, set the required version to 0.0.0.0

  2. Insert the following script to the On Show event of your first page:
    if _InternetExplorerVer == "0.0.0.0" then

    Dialog.Message("Internet Explorer", "Internet Explorer is not installed");

    else

    Dialog.Message("Internet Explorer", "Internet Explorer version " .. _InternetExplorerVer .. " is installed on this system");

    end
    The above script will pop up a dialog box at runtime displaying the version of internet explorer that the user's computer currently has installed.

MORE INFORMATION

For more information please see the following topics in the AutoPlay Media Studio 5.0 help file:

  • Program Reference | Projects | Dependencies | Applications

KEYWORDS: AutoPlay Media Studio 5.0, Required, Dependency, Application, Internet Explorer


Last reviewed: October 3, 2003
Copyright © 2003 Indigo Rose Corporation. All rights reserved.
__________________
Setup Factory 8.0 comes with over 250 actions so you can create smaller, faster and more intelligent software installers than ever before.

WebHelp Guides: AMS | MSIFACT | SUF | TU | VP
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On



All times are GMT -6. The time now is 04:14 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright © 2000 - 2009 Indigo Rose Corporation. All rights reserved.
Indigo Rose Software