Apr 14 2006, 10:22 AM Post
#1 | |
| Follow the rules please :-) Group: Patrons Posts: 6780 Joined: 14-November 03 From: Bangalore, India Member No.: 9470 |
(updated to reflect final RTM version) Unattending or silently installing MS Office System, has now become easier than ever. There are two ways to unattend your setup: --> Option A (use it only if you got Office2007 thru SoftwareAssurance, which comes with activation stripped out). --> Option B is for all the others (retail/OEM/academic/trial/etc). Both are colored differently below. Option A: 1. Ensure you have an actual VLK (some call it enterprise/corporate) disc & product-key. 2. Notably, o2k7 uses setup patches (*.MSP) for uA, rather than transforms which previous versions used (*.MST). The below instructions will give you an MSP file, which is not accepted by non-corporate versions of o2k7. If you ignored point1 above, then you will end up wasting 15 minutes of your life which I'm not responsible for. 3. Now at the command prompt, type: setup.exe /admin 4. Choose the product for which you want to make a customization-patch. 5. Then go through all steps in the customization wizard (to install the reqd apps & remove junk & change default settings). 6. Be sure to have "completion notice" turned on & "suppress modals" turned off (this is to get to see errors, if any exist). Once you're done with testing, go thru the customization again to modify the MSP to disable completion notice & enable suppress modals. 7. Save the resulting patch file in the same folder as o2k7 setup files. 8. Now just execute this command (thru any method) for silent install: setup.exe /adminfile CUSTOM.MSP Or if you have the Office 2007 Enterprise VLK, you could even drop the CUSTOM.MSP file in the "Updates" folder & setup will pick it up automatically (without any switches being used). For this, ensure you have WindowsInstaller 3.1 already installed. You can add in further MSP files (extracted from SP1 update EXE) as well, to have updates applied during install. *** For completely silent install, you MUST set the DisplayLevel to "none", either by MSP (accessible from step 6 above) or by xml, otherwise you'll get a confirmation dialog similar to the image shown in attachment below. (do this only AFTER testing, when you're sure it works) ![]()
confirm.jpg ( 24.3K )
Number of downloads: 1285This post has been edited by prathapml: Nov 8 2008, 12:24 PM |
| | |
![]() |
Nov 28 2006, 05:08 PM Post
#41 | |
| Follow the rules please :-) Group: Patrons Posts: 6780 Joined: 14-November 03 From: Bangalore, India Member No.: 9470 |
Theoretically, modifying Office-Shrink for o2k7 wont be very difficult, but then the auto-it sources are encrypted....
|
| | |
Nov 29 2006, 12:47 AM Post
#42 | |
| Member ![]() ![]() Group: Members Posts: 176 Joined: 2-March 04 Member No.: 15193 OS: none |
...
This post has been edited by Pgase: May 23 2008, 12:22 PM |
| | |
Nov 29 2006, 04:30 AM Post
#43 | |
| Follow the rules please :-) Group: Patrons Posts: 6780 Joined: 14-November 03 From: Bangalore, India Member No.: 9470 | |
| | |
Nov 29 2006, 08:53 AM Post
#44 | |
| Member ![]() ![]() Group: Members Posts: 176 Joined: 2-March 04 Member No.: 15193 OS: none |
...
This post has been edited by Pgase: May 23 2008, 12:22 PM |
| | |
Nov 29 2006, 05:24 PM Post
#45 | |
| Group: Members Posts: 2 Joined: 29-November 06 Member No.: 117075 |
I'm trying to install Office Enterprise 2007 in my AD environment via Group Policy. Office 2003 was manually installed before I got here, so I don't have a Group Policy to upgrade. On some test machines, when I push Office 2007, it installs next to Office 2003, not over top, or as an upgrade. This is totally not the desired affect. Here's my config.xml file... QUOTE <Configuration Product="Enterprise"> <Display Level="basic" CompletionNotice="yes" SuppressModal="no" AcceptEula="yes" /> <!-- <Logging Type="standard" Path="%temp%" Template="Microsoft Office Enterprise Setup(*).txt" /> --> <PIDKEY Value="XXXXXXXXXXXXXXXXXX" /> <USERNAME Value="XXXXXXX" /> <COMPANYNAME Value="XXXXXXXX" /> <INSTALLLOCATION Value="%programfiles%\Microsoft Office" /> <!-- <LIS CACHEACTION="CacheOnly" /> --> <SOURCELIST Value="\\XXXXXXXX\Microsoft\Office Enterprise 2007\Install" /> <!-- <DistributionPoint Location="\\server\office" /> --> <OptionState Id="ACCESSFiles" State="Local" Children="force" /> //access <OptionState Id="OUTLOOKFiles" State="Local" Children="force" /> //outlook <OptionState Id="PubPrimary" State="Local" Children="force" /> //publisher <OptionState Id="AceRepl" State="absent" Children="force" /> //access db Engine replication <OptionState Id="CAGFiles" State="Local" Children="force" /> //Clip Organizer <OptionState Id="MSSOAP3" State="absent" Children="force" /> //SOAP toolkit <OptionState Id="OsaNonBoot" State="Local" Children="force" /> //new,open office docu lnks <OptionState Id="ProofingTools_1036" State="absent" Children="force" /> //french <OptionState Id="ProofingTools_3082" State="absent" Children="force" /> //spanish <OptionState Id="WISPFiles" State="Local" Children="force" /> //handwriting <OptionState Id="DocServicesFiles" State="Local" Children="force" /> //docu update util <OptionState Id="HTMLSourceEditing" State="Local" Children="force" /> //script editor <OptionState Id="DocumentImagingUtils" State="Local" Children="force" /> //scanning,ocr,indexing <OptionState Id="OISFiles" State="absent" Children="force" /> //picture manager <OptionState Id="OSESupp" State="Local" Children="force" /> //sharepoint support <OptionState Id="QueryFiles" State="Local" Children="force" /> //msQuery <OptionState Id="VisioPreviewerFiles" State="Local" Children="force" /> //visio viewer <OptionState Id="XDOCSFiles" State="Local" Children="force" /> //infopath <OptionState Id="GrooveFiles" State="Local" Children="force" /> //groove <OptionState Id="OneNoteFiles" State="Local" Children="force" /> //onenote <OptionState Id="RefIEBarFiles" State="absent" Children="force" /> //research explorer bar <OptionState Id="WebDriveFiles" State="absent" Children="force" /> //hosted webs <OptionState Id="VBAFiles" State="absent" Children="force" /> //VB for applications <OptionState Id="OfficeDigitalSFiles" State="absent" Children="force" /> //vba certificates <Setting Id="Reboot" Value="IfNeeded" /> <!-- <Command Path="msiexec.exe" Args="/i \\server\share\my.msi" QuietArg="/q" ChainPosition="after" Execute="install" /> --> </Configuration> Another question, if I have a .msp file in the updates folder, does that get applied when installing from the Enterpriseww.msi file via group policy? |
| | |
Dec 10 2006, 07:57 PM Post
#46 | |
| Group: Members Posts: 9 Joined: 1-March 06 From: LYON Member No.: 89509 | |
| | |
Dec 14 2006, 09:52 AM Post
#47 | |
| Newbie Group: Members Posts: 11 Joined: 14-December 06 Member No.: 118486 | I'm trying to install Office Enterprise 2007 in my AD environment via Group Policy. Office 2003 was manually installed before I got here, so I don't have a Group Policy to upgrade. On some test machines, when I push Office 2007, it installs next to Office 2003, not over top, or as an upgrade. This is totally not the desired affect. I'm experiencing exactly the same issue when installing through group policies. i've even checked the option to remove the previous version before installing the new one, and used the gpo-option to replace a previous package (office 2003) but that doesn't seem to work at all. all office 2003 shortcuts remain active, and after clicking one of them, it starts the windows installer to reinstall or repair office 2003. after that process finished, the coresponding application, e.g. word 2003 starts up normally, but word 2007 is also available.... any idea how to get rid of office 2003 during the upgrade? This post has been edited by grunz: Dec 14 2006, 09:52 AM |
| | |
Dec 15 2006, 09:11 AM Post
#48 | |
| Group: Members Posts: 5 Joined: 5-December 06 Member No.: 117644 | Unattending or silently installing MS Office System, has now become easier than ever. First, you fetch yourself the version of Office that you want from Microsoft Connect. Two versions are available currently, both being Beta1 Technical-Refresh - either the ProPlus (core apps only, 441 MB) or the Enterprise (core+other+server, 1.08 GB). Then, there are two ways to unattend your setup. Option A (use it only if you got Office12 thru SoftwareAssurance, which comes with activation stripped out). Option B is for all the others (retail/OEM/academic/etc). Both are colored differently below. Option A: 1. Ensure you have WindowsInstaller 3.1 already installed. 2. Ensure you have an actual enterprise/corporate CD & CD-key (which wont need activation). 3. Notably, o2k7 uses setup patches (*.MSP) rather than transforms which previous versions used (*.MST). The below instructions will give you an MSP file, which is not accepted by non-corporate versions of o2k7. If you ignored point2 above, then you will end up wasting 15 minutes of your life which I'm not responsible for. 4. Now at the command prompt, type: setup.exe /admin 5. Choose the product for which you want to make a customization-patch. 6. Then go through all steps in the customization wizard (to install the reqd apps & remove junk & change default settings). 7. Be sure to have "completion notice" turned on & "suppress modals" turned off (this is to get to see errors, if any exist). Once you're done with testing, go thru the customization again to modify the MSP to disable completion notice & enable suppress modals. 8. Save the resulting patch file in the same folder as o2k7 setup files. 9. Now just execute this command (thru any method) for silent install: setup.exe /adminfile CUSTOM.MSP NEWS-FLASH! If you have the final Enterprise release of Office 2007, then Option A works flawlessly. You could even drop the CUSTOM.MSP file in the "Updates" folder & setup will pick it up automatically (without any switches being used). I was wondering if this method works for Proplus. I have put the .msp file in the updates folder and when I go to deploy it to a test machine it starts to install office but quickly comes to the ctrl-alt-del then when I log in to check it only installs the office folder. No word excel etc. jsut like image scanner and one other office tool. any thoughts on this? |
| | |
Dec 15 2006, 11:56 AM Post
#49 | |
| Custom Installer Maker ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1223 Joined: 16-April 05 From: The chair in front of Cleopetra Member No.: 52266 OS: Windows 7 x86 | QUOTE I was wondering if this method works for Proplus. I have put the .msp file in the updates folder and when I go to deploy it to a test machine it starts to install office but quickly comes to the ctrl-alt-del then when I log in to check it only installs the office folder. No word excel etc. jsut like image scanner and one other office tool. any thoughts on this? have you tried to launch the setup with setup.exe /adminfile yourfile.msp? im using this way and is working great. i have now deploy it to about 5 machines and all went fine. This post has been edited by elajua: Dec 15 2006, 10:46 PM |
| | |
Dec 25 2006, 11:10 AM Post
#50 | |
| Group: Members Posts: 1 Joined: 6-September 06 Member No.: 109589 |
I almost successfully completed the unattended install, but am wondering what option i need to set to make it completely silent, i still have the option window were it says install and customize. Thanks for the info and assistance |
| | |
Dec 27 2006, 07:56 PM Post
#51 | |
| Newbie Group: Members Posts: 26 Joined: 19-June 05 Member No.: 61067 |
every evaluation version form microsoft gives me the error from the image I posted Attached File(s) |
| | |
Dec 27 2006, 10:38 PM Post
#52 | |
| Follow the rules please :-) Group: Patrons Posts: 6780 Joined: 14-November 03 From: Bangalore, India Member No.: 9470 | if I have a .msp file in the updates folder, does that get applied when installing from the Enterpriseww.msi file via group policy? Yes, as long as MSI version 3.1 is installed & available on destination PC.any idea how to get rid of office 2003 during the upgrade? When you make the MSP, specify that you want to remove all previous versions.I was wondering if this method works for Proplus. I have put the .msp file in the updates folder and when I go to deploy it to a test machine it starts to install office but quickly comes to the ctrl-alt-del then when I log in to check it only installs the office folder. No word excel etc. jsut like image scanner and one other office tool. any thoughts on this? This method works only on VolumeLicense (known in warez as "Corp. editions"). If you try with retail/oem/trial versions, this functionality is blocked.Also, if you use the MSP, just check that you have an updated WindowsInstaller version (=MSI 3.1). And also, maybe setup is running into some errors - test the setup manually first, with modals (error boxes) allowed, & with full display level. am wondering what option i need to set to make it completely silent, i still have the option window were it says install and customize. Once you're sure that your unattended setup is flawless, modify the MSP to make it silent.Or set these values in config.xml: CODE <Display Level="basic" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" /> every evaluation version form microsoft gives me the error from the image I posted Yes.Evaluation editions (and some others too) dont allow using MSP. In such cases, use the config.xml instead. |
| | |
Dec 27 2006, 10:40 PM Post
#53 | |
| Senior Member ![]() ![]() ![]() ![]() Group: Members Posts: 548 Joined: 30-September 05 Member No.: 75109 | MSP file? what MSP file? Is it an MSP file or an XML file? Does it suddenly auto reboot these days (Office 2007 Professional Enterprise) with the original XML file in the first post? Eeeeeeeeh dear. Well thanks for this vital info prathapml you are such an asset to this forum This post has been edited by LeveL: Dec 27 2006, 10:42 PM |
| | |
Dec 28 2006, 04:13 AM Post
#54 | |
| Newbie Group: Members Posts: 26 Joined: 19-June 05 Member No.: 61067 |
but it's much more simple to use OCT instead of config.xml. why they do this? also I suspect that Office 2007 standard doesn't support msp files. is this true? |
| | |
Dec 28 2006, 08:52 AM Post
#55 | |
| Senior Member ![]() ![]() ![]() ![]() Group: Members Posts: 548 Joined: 30-September 05 Member No.: 75109 | but it's much more simple to use OCT instead of config.xml. why they do this? also I suspect that Office 2007 standard doesn't support msp files. is this true? So now theres OCT, MSP and XML. Sorry to have to say this but no, this isn't "more simple" than it used to be. To install Office 2003 silently all you had to do was use this switch: SETUP.EXE TRANSFORMS=Unattended.MST /qb- Now with Office 2007 we have to mess around with XML files, or is it MSP files, or is it OCT.... next someone will be saying theres another way. |
| | |
Dec 28 2006, 11:03 AM Post
#56 | |
| Newbie Group: Members Posts: 26 Joined: 19-June 05 Member No.: 61067 | but it's much more simple to use OCT instead of config.xml. why they do this? also I suspect that Office 2007 standard doesn't support msp files. is this true? So now theres OCT, MSP and XML. Sorry to have to say this but no, this isn't "more simple" than it used to be. To install Office 2003 silently all you had to do was use this switch: SETUP.EXE TRANSFORMS=Unattended.MST /qb- Now with Office 2007 we have to mess around with XML files, or is it MSP files, or is it OCT.... next someone will be saying theres another way. i think you don't know what oct and msp are and the difference between xml and msp files and how to create them |
| | |
Dec 28 2006, 12:57 PM Post
#57 | |
| Senior Member ![]() ![]() ![]() ![]() Group: Members Posts: 548 Joined: 30-September 05 Member No.: 75109 | i think you don't know what oct and msp are and the difference between xml and msp files and how to create them I think it doesn't matter now, because I have sorted it out the MSP way Now I also want to stop it creating that huge MSOCache folder on the systemdrive, that folder is 555Mb There doesn't seem to be anywhere in the "Office Customization Tool" that mentions any ability to disable the creation of the MSOCache folder. The fact that its a hidden folder is annoying too... there will be people all over who are thinking WHY have I "lost" half a gig on my C drive?! Microsoft are experts at knowing how to anger people. They make it easy to silently install Office 2007 but then when it comes to really customizing it, EG stopping the creation of a pointless 555Mb folder oooooooh no its different then - they don't tell you! Excuse the French but.... w4nkers! Just total w4nkers! The whole of the Office 2007 setup is there on the CD okay... so then theres no need to dump 555Mb of baloney on your drive! Why do it? Apart from to deliberately annoy people? Someone prove to me that Microsoft are NOT trying to annoy people! Prove it! This post has been edited by LeveL: Dec 28 2006, 12:58 PM |
| | |
Dec 29 2006, 01:43 AM Post
#58 | |
| Custom Installer Maker ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1223 Joined: 16-April 05 From: The chair in front of Cleopetra Member No.: 52266 OS: Windows 7 x86 | QUOTE Someone prove to me that Microsoft are NOT trying to annoy people! Prove it! i think microsoft is always tryng to improve some things but always leave something behind. maybe there is something to disable the creation of the MSOCache folder but we have yet to find it. and BTW, the documentation on Microsoft XML files for office 2007 didnt explain a lot of things, they almost take for granted that you know the Properties names and all, so you really "cant" customize all in the xml way unless you are an office 2007 xml files guru... |
| | |
Dec 29 2006, 06:52 AM Post
#59 | |
| Senior Member ![]() ![]() ![]() ![]() Group: Members Posts: 548 Joined: 30-September 05 Member No.: 75109 | the documentation on Microsoft XML files for office 2007 didnt explain a lot of things, they almost take for granted that you know the Properties names and all, so you really "cant" customize all in the xml way unless you are an office 2007 xml files guru... Funny because thats exactly what I thought when trying to do the Vista Unattend.xml without the WAIK = impossible. How stupid it is to even use XML files, why not just use HTML or INI or something thats (almost) in plain English and far more people will understand? Because its Microsoft.... "How annoyed do you want to be today?" |
| | |
Dec 30 2006, 12:52 PM Post
#60 | |
| Group: Members Posts: 3 Joined: 22-December 06 Member No.: 119094 |
Well, I made MSP file for unattended install, but there is no way to splitstream it in WinXP successfully. Any time started install there is a message that I miss windows installer 3.1. I made a script to install installer before I start setup for office, but it didn't work. Just popup that it can't restart program. I know I made mistake but WHERE? It's really annoying thing. Anyway, is there any way to add WinInstaller 3.1 BEFORE I start Office setup file?
|
| | |
![]() ![]() |
| Lo-Fi Version | Time is now: 21st November 2009 - 07:50 PM |