Jump to content

IE7 Deploy


Bondi007

Recommended Posts

Does anybody have a silent install of IE7 and a script to start it up once on user login? I have tried IEAK but im still confused on how to make a silent copy, and I need the script with it to ''run once'' and how to implement it.

Will anybody have 10-15 mins to spare helping me?

Thanks

:thumbup

Link to comment
Share on other sites


at the root of your $oem$ folder you must create a CMDLINES.TXT and a RunOnceEx.cmd.

my cmdlines.txt

[COMMANDS]

".\RunOnceEx.cmd"

my RunOnceEx.cmd

cmdow @ /HID

@echo off

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "UPDATING MICROSOFT XP Sp3 - Setembro 2008 Update" /f

REG ADD %KEY%\005 /VE /D "MS .NET Framework v1.1 SP 1" /f

REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\dotnetfx.exe /q:a /c:\"install.exe /q\"" /f

REG ADD %KEY%\005 /V 2 /D "%systemdrive%\install\dnfsp1.exe /Q" /f

REG ADD %KEY%\006 /VE /D "MS .NET Framework v3.5 SP 1" /f

REG ADD %KEY%\006 /V 1 /D "%systemdrive%\install\dnfx35setup.exe /q /norestart" /f

REG ADD %KEY%\007 /VE /D "MS Live Messenger 8.1" /f

REG ADD %KEY%\007 /V 1 /D "%systemdrive%\install\Msn\MsnMsgs.msi /QB" /f

REG ADD %KEY%\008 /VE /D "MS SYNCTOY 2.0" /f

REG ADD %KEY%\008 /V 1 /D "%systemdrive%\install\SyncToy\Synchronization.msi /passive" /f

REG ADD %KEY%\008 /V 2 /D "%systemdrive%\install\SyncToy\ProviderServices.msi /passive" /f

REG ADD %KEY%\008 /V 3 /D "%systemdrive%\install\SyncToy\SyncToy.msi /passive" /f

REG ADD %KEY%\009 /VE /D "MS Internet Explorer 7" /f

REG ADD %KEY%\009 /V 1 /D "%systemdrive%\install\ie\IE7ptg.exe /quiet /update-no /norestart " /f

REG ADD %KEY%\035 /VE /D "Adobe Reader 8 em Portugues" /f

REG ADD %KEY%\035 /V 1 /D "%systemdrive%\Install\AdbeRdr80_pt.exe /sAll" /f

REG ADD %KEY%\050 /VE /D "WinRar 3.51 em Portugues" /f

REG ADD %KEY%\050 /V 1 /D "%systemdrive%\install\wrar351pt.exe /s" /f

REG ADD %KEY%\055 /VE /D "Instalacao Avast! 4.0 em Portugues" /f

REG ADD %KEY%\055 /V 1 /D "%systemdrive%\install\setuppor.exe /silent" /f

REG ADD %KEY%\070 /VE /D "Importing Registry Tweaks" /f

REG ADD %KEY%\070 /V 1 /D "REGEDIT /S %systemdrive%\install\regtweaks.reg" /f

REG ADD %KEY%\075 /VE /D "Finalizing, disk update and rebooting" /f

REG ADD %KEY%\075 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f

EXIT

i must add Security Update for Internet Explorer 7 for Windows XP (KB938127) and maybe this one who is cumulative (KB953838), actually i'm reading about it.

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...