Jump to content

IE7 integration problems, yes it seems I am a noob...


wizy

Recommended Posts

I have this in my RunOnceEx.cmd

REG ADD %KEY%\040 /VE /D "Installing Internet Explorer 7" /f
REG ADD %KEY%\040 /V 1 /D "%systemdrive%\UN\IE7-Setup.exe /quiet /update-no /norestart" /f

Its one of many things in there. Everything else works, and I can see the IE7 install start. I believe it isnt working now because it cant validate the install at that time. How do I get around this?

Link to comment
Share on other sites


First, browse the forums using the 'Search' feature. Keywords might include 'IE7 Validation'

Below is an excerpt of a batch file that I used to install various programs, but maybe taking note of the switches will be all you need.

@echo off

title Internet Explorer 7

color 9f

echo.
echo. Installing Internet Explorer 7 - This may take a minute or two
Start /wait %systemdrive%\OemPreinstall\IE7.exe /norestart /quiet /passive
echo. done!

I used the [GuiRunOnce] section of WINNT.sif.

[GuiRunOnce]
Command0=%systemdrive%\OemPreinstall\yourbatchfile.bat

We have volume licensed copies of Professional, so I'm not familiar with validation troubles with IE7.

Edited by Haynes
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...