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.