/build/static/layout/Breadcrumb_cap_w.png

Internet Explorer 6 Settings

Hi Everyone

I am currently trying to set up a distribution of Internet Explorer 6.0 SP1 to all our corporate computers. I have managed to create the package with IEAK but I am having difficulty have the settings hold for all users that log into the machine. The custom settings that I have created such as temp Dir size seem to be ok for the user that they where installed for but is another user logs in these settings are back to IE defaults. How can I change the IE defualt values for these settings?

I thought that they might be set by the default users profile but I cannot figure out how to modify those settings either.

If anyone has any suggestions I would love to hear.

Thanks

0 Comments   [ + ] Show comments

Answers (4)

Posted by: Lillude 18 years ago
Senior Purple Belt
0
Hi,
To solve the issue, get the package repaired for every user who logs in for the first time.
for this you need to add active setup registry in your application package.
It basically compares these two registry entries:-
HKLM\Software\Microsoft\Active Setup\Installed Components\{ProductCode}
and
HKCU\Software\Microsoft\Active Setup\Installed Components\{ProductCode}

If HKCU registry is not present it the application will execute the command written in the value of "StubPath". In StubPath we can make the MSI to run in repair mode for that user.

for this you need to add two registries in your package as following:-

HKEY_LOCAL_MACHINE\Software\Microsoft\Active Setup\Installed Components\{ProductCode}

At this key you need to add two values "Version" and "StubPath"
Value for the "Version" should be less than version of your product version and
Value for "StubPath" should be "msiexec /fomus {ProductCode} /qn

So whenever the new user logs in it will check for the registry in HKCU and if the value is not present or the version is less than what is mentioned in HKLM it will run the MSI in repair mode to make the settings which are user specific. MSI in repair mode is being executed by the command in "StubPath".


Hope this works in your case......
Do let me know if I misunderstood your requirements.
Posted by: Xpdite 18 years ago
Orange Belt
0
This is a very interesting idea. I am not sure that it will work for us as I believe that the users will require admin privileges in order to do the repair as well as access to the install directory. The majority of our users are currently locked down to user rights. I plan on using ZenWorks to push out the package to all the users in the offices and create an Autorun CD for home and traveling users.

I was hoping to be able to locate the default settings that IE put in place and modify them. I no that when we create a new image, we configure IE with all the custom settings that we require and then copy the users profile (usually Admin) over the Default Profile in Windows 2000. This way when ever a new user logs in IE is already configured.

I am not sure how or even if it is possible to automate something like that when I do the install of Internet Explorer.

Xpdite
Posted by: revizor 18 years ago
Third Degree Blue Belt
0
Why not use GPO for that?

POLICY "SetIECache"
KEYNAME "Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\Content"
PART "CacheLimit, kbytes" NUMERIC
VALUENAME "CacheLimit"
REQUIRED
DEFAULT "6000"
MAX 9999
MIN 0
SPIN 1
END PART
END POLICY ; SetIECache
Posted by: Xpdite 18 years ago
Orange Belt
0
I am thinking about using GPO's but it is alitte more difficult as we are a Novell shop. I can use Zenworks to control the GPO but I have no control over people that are not on our LAN (Home users).
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ