Jump to content

is there anyway to add/integrate office 2007 into window7?


Recommended Posts

Posted

hope i'm in the right section. sorry if i'm not.

is there anyway to add/integrate office 2007 into window7 so that once window7 complete it installation, office 2007 will install next.

thanks


Posted

Will this work by adding code to $oem$\$$\setup\scripts. inside "scripts" folder i added "setupcomplete.cmd. i would like to install application like winrar, office, etc after win7 finish it installation. code credit to: http://www.msfn.org/board/setupcompletecmd-t137263.html

ECHO Installing Nero 9.0.9.4b
Echo This process takes several minutes......
start /wait %systemroot%\setup\scripts\nero\Nero_9.0.9.4b.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-

ECHO Installing Winrar3
Echo This process takes several minutes......
start /wait %systemroot%\setup\scripts\WinRAR2009\Install_silent.exe

ECHO Installing Office2007
Echo This process takes several minutes......
start /wait %systemroot%\setup\scripts\office12\setup.exe /config CONFIGnl.XML

ECHO Installing WinIso
Echo This process takes several minutes......
start /wait %systemroot%\setup\scripts\WinISO53\Setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-

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