ID: Q174770
The information in this article applies to:
After you configure Auto Configuration URL to push down an .ins file to an Internet Explorer client from a Web server, all customization takes place except for the animated Internet Explorer status logos.
Auto Configuration URL does not support pushing animated logos to a client. Auto Configuration pushes the information from the .ins file down to the Internet Explorer client. Static Internet Explorer status logos are pushed down to the client because they are unencoded in the .ins file itself. Animated logos are not unencoded, because there is a file size limit of 64 KB per .ins file.
If an animated Internet Explorer status logo must be changed at a central location, the only option available at this time is the per-user .ins file, which is customizable using the IEAK Wizard. The wizard screen for the per- user .ins configuration contains a check box the administrator can select that allows animated logos to be used with the per-user .ins.
1. Open the sample .ins file, Peruser.ins, in the INS Editor and make any
needed changes to the default settings.
2. Save the revised file as Default.ins.
3. When a user logs on and runs Setup for the customized browser, Internet
Explorer first looks for an individual .ins file for that user. If it
does not find one, it uses the settings in the Default.ins file. Copy
the Default.ins file to a network-accessible folder. When you are
running the wizard, specify the path to this folder when it is
requested.
4. Repeat steps 1 through 3 for each .ins file you want.
5. Save each file as UserID.ins. For example, if a user?s logon name is
UserA, the .ins file name would be UserA.ins. You do not have to create
an individual .ins file for each user.
NOTE: For more information, click ISP/INS File Formats Version 1.1.
You also can specify a group .ins file in the master .ins file. If both the master .ins file and the per-user .ins file specify a group .ins file, the settings in the per-user .ins file override the settings in the master .ins file.
In general, settings in the group .ins file override those in the master .ins file, and settings in the per-user .ins file override those in either the group or master .ins files.
If you want to use a group .ins file, make sure the [Branding] section in the user .ins file contains the following lines:
groupins=<group ins file name>
Peruserins=1
For example, for a Finance group .ins file, the lines would read as
follows:
groupins=E:\INS\FINANCE.INS
Peruserins=1
NOTE: If you specify any add-on component settings during initial
installation or in a global or group .ins file, you cannot change them by
using per-user .ins settings. For more information about specifying group
.ins settings, click ISP/INS File Formats Version 1.1.
The syntax for the commands is as follows:
Inschk32 <location of user?s .ins file>
-OR-
Inschk16 <location of user?s .ins file>
You must specify the location of the user?s .ins file in a form that your
network supports, such as a mapped drive or a UNC.
Mapped drive syntax: If you use mapped drives, you must indicate in your network logon scripts that the specified drive is mapped to the same network share for all users.
Drive letter:\Volume\Directory
For example, Inschk16 R:\Ins\UserA.ins
UNC syntax:
\\Server\Volume\Directory
For example, Inschk32 \\myserver\ins\UserA.ins
NOTE: To use animated bitmaps with per-user .ins files, you must make sure
the following settings are correct in the .ins file:
In the [Animation] section, DynamicFolder=1. In the [Branding] section, the PerUserInsPath must be the UNC location of the bitmaps.
Keywords : ieakgeneral
Version : 3.2a
Platform : WINDOWS
Issue type : kbprb
Last Reviewed: April 24, 1998