Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

How to use SoftGrid Sequencer together with Windows Internet Explorer and together with other related programs


View products that this article applies to.

Introduction

This article describes how to use SoftGrid Sequencer together with Windows Internet Explorer and together with other related programs.

↑ Back to the top


More information

You cannot use SoftGrid Sequencer to sequence Internet Explorer. However, you can sequence plug-ins such as Java, Java Runtime Environment (JRE), and Adobe Flash. The standard sequencing process applies. To sequence the plug-ins, start Internet Explorer during the monitoring phase of the Installation Wizard, and then install the plug-ins.

Additionally, you must create a shortcut while the Application Wizard is running. Create a shortcut to the following location:
C:\Program Files\Internet Explorer\iexplore.exe
When you create this shortcut, the Application Wizard configures the FILENAME attribute of the CODEBASE element in the .osd file. This lets SoftGrid Client call Internet Explorer on the local computer into the virtual environment that contains the plug-ins. The following code sample shows the configuration of the FILENAME attribute.
<SOFTPKG>
  <IMPLEMENTATION>
    <CODEBASE
        HREF=""
        FILENAME="%ProgramFiles%\Internet Explorer\iexplore.exe"
        PARAMETERS=""
        GUID=""
        SYSGUARDFILE=""
        SIZE=""
    />
  </IMPLEMENTATION>
</SOFTPKG>
Microsoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure. However, they will not modify these examples to provide added functionality or construct procedures to meet your specific requirements.

↑ Back to the top


Keywords: KB931986, kbexpertiseinter, kbhowto

↑ Back to the top

Article Info
Article ID : 931986
Revision : 4
Created on : 10/27/2007
Published on : 10/27/2007
Exists online : False
Views : 292