Jump to content

Recommended Posts

Posted

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


Posted

this one works on my RunOnceEx.cmd

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

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

Posted

So you just add that to a CMD file on the server and run it? or on the client? and does this run IE7 in silent mode?? And where do you have to put the IE file??

Thanks

Bondi

Posted

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.

Posted

Ok Ill do some research, you have helped me very good for your first posts, can the installers be on a network share? If so how? Or is this method have to have the installers on each client machine?

Cheers

Posted

This talks about the full installation from the CD, all I want is when a new update comes out I can add it to that file you shown me and update the installer, in %system% cant you have \\SRV-01\FILES\IE7.exe?

Thanks

Posted

Why not use nLite to slipstream IE7 directly into your setup of windows? This would be much easier to do imo but hey ho :D

Peace.

Stoner81.

Posted
Because I'm a domain admin and I need to deploy IE7 so when a user logs on it will install.

Ahh i see in that case i aint got a clue im afraid sorry i cant help you out more :(

Stoner81

Posted

not tried but i think it is possible but if you have a domain it is possible to deploy apps trough other methods....

you can try to call another .bat file with runonceEx.bat where you put your ie7 installation comands...

:hello:

Posted

From a script use NET USE to map a share ...

The rest you may look up yourself.

But, you say you're a domain admin.. why don't you deploy your software packages via AD?!

Posted

ive tried that, it just comes up having you to go into add and remove and click add and this isn't ideal. If there is another setting to do it another way please explain :)

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