MSFN Forum: IE7 Deploy - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

IE7 Deploy Deploy silent with run once script Rate Topic: -----

#1 User is offline   Bondi007 

  • Newbie
  • Group: Members
  • Posts: 25
  • Joined: 08-September 08

Posted 14 September 2008 - 05:49 AM

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


#2 User is offline   Bruno76 

  • Group: Members
  • Posts: 4
  • Joined: 03-September 08

Posted 16 September 2008 - 04:48 AM

this one works on my RunOnceEx.cmd

Quote

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


#3 User is offline   Bondi007 

  • Newbie
  • Group: Members
  • Posts: 25
  • Joined: 08-September 08

Posted 16 September 2008 - 04:55 AM

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

#4 User is offline   Bruno76 

  • Group: Members
  • Posts: 4
  • Joined: 03-September 08

Posted 16 September 2008 - 05:04 AM

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

my cmdlines.txt

Quote

[COMMANDS]
".\RunOnceEx.cmd"


my RunOnceEx.cmd

Quote

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.

#5 User is offline   Bondi007 

  • Newbie
  • Group: Members
  • Posts: 25
  • Joined: 08-September 08

Posted 16 September 2008 - 05:17 AM

Where is the $oem$ folder

Cheers.

#6 User is offline   Bruno76 

  • Group: Members
  • Posts: 4
  • Joined: 03-September 08

Posted 16 September 2008 - 05:38 AM

Here is a very good place where you can find almost everything that you can ask for. Take a look it will answer your questions ;)
http://unattended.ms.../unattended.xp/

This post has been edited by Bruno76: 16 September 2008 - 05:51 AM


#7 User is offline   Bondi007 

  • Newbie
  • Group: Members
  • Posts: 25
  • Joined: 08-September 08

Posted 16 September 2008 - 05:47 AM

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

#8 User is offline   beats 

  • Free cookies
  • PipPipPip
  • Group: Members
  • Posts: 344
  • Joined: 08-November 07

Posted 16 September 2008 - 05:52 AM

Yes, that is possible. You might want to read the Windows Unattended Guide.

#9 User is offline   Bondi007 

  • Newbie
  • Group: Members
  • Posts: 25
  • Joined: 08-September 08

Posted 16 September 2008 - 05:55 AM

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

#10 User is offline   Stoner81 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 342
  • Joined: 15-June 08

Posted 16 September 2008 - 07:03 AM

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.

#11 User is offline   Bondi007 

  • Newbie
  • Group: Members
  • Posts: 25
  • Joined: 08-September 08

Posted 16 September 2008 - 07:36 AM

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

#12 User is offline   Stoner81 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 342
  • Joined: 15-June 08

Posted 16 September 2008 - 07:55 AM

View PostBondi007, on Sep 16 2008, 02:36 PM, said:

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

#13 User is offline   Bruno76 

  • Group: Members
  • Posts: 4
  • Joined: 03-September 08

Posted 16 September 2008 - 08:58 AM

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:

#14 User is offline   beats 

  • Free cookies
  • PipPipPip
  • Group: Members
  • Posts: 344
  • Joined: 08-November 07

Posted 16 September 2008 - 09:40 AM

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?!

#15 User is offline   Bondi007 

  • Newbie
  • Group: Members
  • Posts: 25
  • Joined: 08-September 08

Posted 16 September 2008 - 09:45 AM

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 :)

#16 User is offline   beats 

  • Free cookies
  • PipPipPip
  • Group: Members
  • Posts: 344
  • Joined: 08-November 07

Posted 16 September 2008 - 09:56 AM

Then you did something wrong. But why don't you use GPO's and AD to deploy software?

#17 User is offline   Bondi007 

  • Newbie
  • Group: Members
  • Posts: 25
  • Joined: 08-September 08

Posted 16 September 2008 - 10:18 AM

I tried, I cant make or find a silent install of IE7 and I add the package in the GPO and when the user loads up it doesn't load up IE it just appears in the add/remove programs menu giving you the option to add.

But the policies I have don't allow that

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy