milo55041 Posted September 24, 2008 Posted September 24, 2008 Hello,I am just getting started using WPI. It's a great application! Thank you for creating WPI.Well, my question is: Is there a silent install switch for office 2007? If so, what would it be? Also, what would my command line be in WPI for such an install?Your help is greatly appreciated. Thank you.SM
03rst Posted September 24, 2008 Posted September 24, 2008 Milo,In a simple answer, no there is not. This has nothing to do with WPI, but with Office 2007 installation. My suggestion is to go to the following page and understand how the Office Customization Tool (OCT) works. OTC alters the way Setup installs and configures office on the target computer.http://technet.microsoft.com/en-us/library/cc179132.aspxOnce you create your custom "answer file" you can then use WPI to execute Setup. Here is my code for executing my Office setup from WPI."%wpipath%\Install\Office 2007 Professional Plus w SP1\setup.exe"I install all of my applications from a network installation source through WPI. This method allows updates and software additions without changing your OS installation source, be it an unattended CD\DVD, Ghost image or RIS, you will always have the most current software being installed.If you want to install from the network, create your administrative share for Office 2007 by following the instructions here:http://technet.microsoft.com/en-us/library/cc179063.aspx
03rst Posted September 24, 2008 Posted September 24, 2008 Milo,In a simple answer, no there is not. This has nothing to do with WPI, but with Office 2007 installation. My suggestion is to go to the following page and understand how the Office Customization Tool (OCT) works. OTC alters the way Setup installs and configures office on the target computer.http://technet.microsoft.com/en-us/library/cc179132.aspxOnce you create your custom "answer file" you can then use WPI to execute Setup. Here is my code for executing my Office setup from WPI."%wpipath%\Install\Office 2007 Professional Plus w SP1\setup.exe"I install all of my applications from a network installation source through WPI. This method allows updates and software additions without changing your OS installation source, be it an unattended CD\DVD, Ghost image or RIS, you will always have the most current software being installed.If you want to install from the network, create your administrative share for Office 2007 by following the instructions here:http://technet.microsoft.com/en-us/library/cc179063.aspxAnd to run WPI from a network share look here:http://www.msfn.org/board/Tip-for-running-...l=%5Cnetwork%5CI hope this will get you going in the right direction.Cheers.
arabianhorse Posted September 25, 2008 Posted September 25, 2008 hi brohttp://www.msfn.org/board/Office-2007-Unat...ded#entry493951
milo55041 Posted September 25, 2008 Author Posted September 25, 2008 You guys are great and fast at responses! I really appreciate the help and being direct towards solutions : ) Thank you for the suggestions and help.
aviv00 Posted September 26, 2008 Posted September 26, 2008 (edited) i usesetup.exe /adminfile Sp1.MSP in bat file and run itofc u need to use setup /admin to make this file Edited September 26, 2008 by aviv00
waqqas31 Posted October 14, 2008 Posted October 14, 2008 i usesetup.exe /adminfile Sp1.MSP in bat file and run itofc u need to use setup /admin to make this fileThis method is not working for me. Mine fails immediately, even though when I run the same batch file from the command prompt it works just fine. Any idea what I could be doing wrong? Can you share your entire batch file so I can compare it with mine? I tried slimming my batch down to this:@ECHO OFFstart /wait setup.exe /adminfile silent_install.mspAnd it still didn't work, albeit with a different error message (something like install programs from the Control panel, etc).
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now