Office 2007, Unattended Setup & Fine-tuning its very easy & simple!
#61
Posted 30 December 2006 - 07:33 PM
1. Integrate ryanVM update pack into XP (it contain MSI 3.1)
2. Install msi3.1 during cmdlines & o2k7 at runonce.
3. Use the 2nd method that I mentioned (modifying config.xml).
#62
#63
Posted 05 January 2007 - 05:25 AM
in using option A to try install office 2007 but im having issues with taking the files off the CD and being able to be read from the HDD, when i run SETUP.EXE /ADMINFILE CUSTOM.MSP i get an error
"setup can not continue because a required file is either currupt or not available. Run setup again from the original source disk or download location"
I have copied the files from the CD and to the HDD when i get this error.
Anyone else recieved this error or able to help me out.
Thnx
#64
Posted 05 January 2007 - 08:51 AM
rippernz, on Jan 5 2007, 12:25 PM, said:
in using option A to try install office 2007 but im having issues with taking the files off the CD and being able to be read from the HDD, when i run SETUP.EXE /ADMINFILE CUSTOM.MSP i get an error
"setup can not continue because a required file is either currupt or not available. Run setup again from the original source disk or download location"
I have copied the files from the CD and to the HDD when i get this error.
Anyone else recieved this error or able to help me out.
Thnx
Use install option B
that will work for you
#65
Posted 07 January 2007 - 02:09 PM
Method 1 either Method 2 doesnt work for my office 2007 cd. I am using a DUTCH version called Professional Plus - you dont have to remember that now cause it sucks.
Method 1 doesnt work for me because it isnt the enterprise edition. I tested it on an English Office07 and in that case it worked flawless.
Method 2. CONFIG.XML is located in \\Proplus.WW\\ and it really looks like the xml file descriped here but still SETUP.EXE /config \Proplus.WW\config.xml doesnt work.
Setup does find the config file because if I change something like setup.exe /config proplus.ww\config2.xml is gives a message.
Any suggestion to get it working ?
thanks
HJW
This post has been edited by 5128: 07 January 2007 - 02:11 PM
#67
Posted 20 January 2007 - 09:47 AM
I have a Corp version and I have tested the option A and it works great.
Just one question : Is it possible (with option A) to have the choice of the programs to install, ie to keep the screen asking whether you want Access, Infopath, Word, etc... so you can skip the S/N screen, the EULA, but only these two ones? The install won't then be fully unattended, but similar to the Win XP "DefautHide"
Thanks for your help
#68
Posted 25 January 2007 - 09:43 PM
Setup Controller Command-Line Help
setup.exe
/admin - Launch the Office Customization Tool
/adminfile <admin file> - Specify a Customization patch or folder containing a customization path
/config <config file>- Specify a config.xml file
/modify <product ID>- Enter maintenance mode for product.
/repair <product ID> - Repair product
/uninstall <product ID> -Uninstall product
Hope this helps.
#69
Posted 02 February 2007 - 08:06 AM
I'd like to fine tune the English Enterprise Setup CD to include the Hungarian Proofing Tools. For that I have the complete Proofing.hu-hu folder from the Hungarian Setup CD.
What I have done so far is:
1. Copied the English Enterprise CD to HDD
2. Copied the content (Proof.cab, Proof.msi, Proof.xml) from Proofing.hu-hu\Proof.hu folder to Proofing.en-us\Proof.hu
3. Edited the Proofing.en-us\setup.xml file to include all the references of the HU language files (copied them from Proofing.hu-hu\setup.xml)
Now the problem is that this has obviously changed MD5 of Proofing.en-us\setup.xml and Setup stops running right at the very first moment, saying the file is corrupt. I tried to find where it stores the MD5 of this file to change it, but I'm out of luck here.
Can anyone please help me?
#70
Posted 02 February 2007 - 05:57 PM
Just edit one of the already existing settings in the main config.xml to add-in a silent install of your language pack, like below (using relative paths):
<Command Path="..\office2k7\Proof.hu\proof.msi" Args="/QB"/>I'm using those 2 dots in the command to tell it to look in parent directory. You will need to play with the paths & arguments to be passed to the language-pack installer.
You can make use of this info: option A , for use with Option B
Or you could simply make a batch-file to execute the o2k7 setup silently first, & then silently run the hungarian lang-pack.
Do let us know how it goes!
This post has been edited by prathapml: 02 February 2007 - 06:10 PM
#71
Posted 02 February 2007 - 06:05 PM
5128, on Jan 8 2007, 01:39 AM, said:
Setup does find the config file because if I change something like setup.exe /config proplus.ww\config2.xml is gives a message.
Any suggestion to get it working ?
thanks
HJW
If you are modifying the main config.xml, and the end-result is still a valid xml with no components or syntax errors, just run SETUP.exe directly.
regiscb, on Jan 20 2007, 09:17 PM, said:
#72
Posted 05 February 2007 - 07:24 PM
Thanks
#73
Posted 06 February 2007 - 01:04 AM
You can actually obtain a stand-alone Outlook 2007 instead!
#74
Posted 07 February 2007 - 10:48 AM
I configured my config.xml file. Now when I launch setup, it takes about 30 seconds for Office to install However when I check in All Programs, Office isn't there. I knew it wasn't installing because the process wouldn't take 30 seconds (+)(-)
Is there something I'm doing wrong?
Here is a copy of my config.xml file.....please help
<Configuration Product="ProPlus">
<!-- Display settings -->
<Display Level="Basic"
CompletionNotice="yes"
SuppressModal="no"
AcceptEula="Yes"
/>
<!-- Specifies the type of logging that Setup performs(Default Settings) -->
<Logging Type="verbose"
Path="%temp%"
Template="Microsoft Office Professional Plus Setup(*).txt"
/>
<!-- sPECIFY VLK -->
<PIDKEY Value="xxxxx-xxxxx-xxxxx-xxxxx" />
<!-- User name element will not be used <USERNAME Value="Customer" /> -->
<!-- Company name -->
<COMPANYNAME Value="My Company" />
<!-- Specify fully qulified path of folder on User's computer for installation (Default Settings)-->
<INSTALLLOCATION Value="%programfiles%\Microsoft Office" />
<!-- Controls how the local installation source (LIS) is cached on the user's computer (Default Settings) -->
<LIS CACHEACTION="CacheOnly" />
<!-- This list of sources is kept with the installed product and is used by Setup if the local installation source (LIS)
on the user's computer is missing or corrupted -->
<SOURCELIST Value="\\server\Office2007" />
<!-- Specify fully qualified path to network installation point -->
<DistributionPoint Location="\\server\Office2007" />
<!-- specify values for Windows Installer properties -->
<Setting Id="Reboot" Value="IfNeeded" />
</Configuration>
#75
Posted 07 February 2007 - 01:10 PM
To optimize space I would like to know the files/folders only for Office 2k7 Enterprise Edition, is it possible??? Which one are???
Thnx,
Annita
This post has been edited by Annita: 08 February 2007 - 03:59 AM
#76
Posted 07 February 2007 - 07:02 PM
Kunta Kinte, on Feb 7 2007, 10:18 PM, said:
Is there something I'm doing wrong?
Change the display level to full, to find out where the error is. Also, keep the original config.xml & change one setting at a time to identify where it goes wrong.
Annita, on Feb 8 2007, 12:40 AM, said:
To optimize space I would like to know the files/folders only for Office 2k7 Enterprise Edition, is it possible??? Which one are???
In any case, reply REMOVED
This post has been edited by Shark007: 07 February 2007 - 08:58 PM
#77
Posted 07 February 2007 - 09:00 PM
#78
Posted 08 February 2007 - 03:58 AM
#79
Posted 08 February 2007 - 05:35 AM
I have made a unattended XPSP2 CD using nlite plus addons, DriverPacks which include a script created and compiled with AutoHotKey (script below) that installs Office2007 which in turn runs from the CD using a custom.msp which is placed in the updates folder, but when it goes through it's process at 12min all installs properly untill the big Install Now button from O2K7 comes up. Is ther a way to make the install completely silent giving no prompts thus making a true unattended install. Any help would be greatly recieved.
; <COMPILER: v1.0.46.7>
Runwait, OFFICE12\setup.exe
Regards
M
This post has been edited by another user: 08 February 2007 - 05:43 AM
#80
Posted 08 February 2007 - 06:05 AM



Help

Back to top









