MSFN Forum: how to unnatended office 2010 and make it lite? - 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
  • 6 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

how to unnatended office 2010 and make it lite? Rate Topic: -----

#1 User is offline   cloferba 

  • Member
  • PipPip
  • Group: Members
  • Posts: 119
  • Joined: 25-April 08

Posted 28 April 2010 - 10:53 AM

i only want to install word, outlook and power point, so..i dont need the others applications with comes with office 2010..

is any way to delete what i dont need and make my office 2010 installation more light?

what i want to do, is make an unnatended version of windows7, and in the same dvd, add office 2010.

but my win7 ue has 3,8gb, and the dvd of office 2010 has 1,6gb. So i cant have the complete office installation on a one dvd with win7 unnatended.

there was an application to delete what you didnt want for office 2003, does it exist for office 2010?

This post has been edited by cloferba: 28 April 2010 - 11:06 AM



#2 User is offline   ricktendo 

  • Group: Banned Members
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,229
  • Joined: 06-June 06
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 28 April 2010 - 11:36 AM

I have no idea how to delete stuff from office 2k10 but you can tell it what you do and dont want installed by creating a config.xml or running setup.exe /admin to create a cusom .msp with your choices

I use the MSDN version that is under 700MB with my config.xml because setup.exe /admin is not supported, here is my .xml (I only install Word and Exel the rest including French proofing tools are turned off)

<Configuration Product="ProPlusr">

	<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
	
	<!-- <Logging Type="standard" Path="%temp%" Template="Microsoft Office Professional Plus Setup(*).txt" /> -->

	<USERNAME Value="John Doe" />
	
	<USERINITIALS Value="JD" />
	
	<COMPANYNAME Value="Company" />
	
	<PIDKEY Value="1234512345123451234512345" />
	
	<!-- <<INSTALLLOCATION Value="%programfiles%\Microsoft Office" /> -->
	
	<!-- <LIS CACHEACTION="CacheOnly" /> -->
	
	<!-- <LIS SOURCELIST="\\server1\share\Office;\\server2\share\Office" /> -->
	
	<!-- <DistributionPoint Location="\\server\share\Office" /> -->
	
	<OptionState Id="ACCESSFiles" State="absent" Children="force" />
	
	<OptionState Id="XDOCSFiles" State="absent" Children="force" />
	
	<OptionState Id="OneNoteFiles" State="absent" Children="force" />
	
	<OptionState Id="OUTLOOKFiles" State="absent" Children="force" />
	
	<OptionState Id="PPTFiles" State="absent" Children="force" />
	
	<OptionState Id="PubPrimary" State="absent" Children="force" />
	
	<OptionState Id="GrooveFiles" State="absent" Children="force" />
	
	<OptionState Id="VisioPreviewerFiles" State="absent" Children="force" />
	
	<OptionState Id="LOBiMain" State="absent" Children="force" />
	
	<OptionState Id="CAGFiles" State="absent" Children="force" />
	
	<OptionState Id="ProofingTools_1036" State="absent" Children="force" />
	
	<OptionState Id="OISFiles" State="absent" Children="force" />
	
	<Setting Id="SETUP_REBOOT" Value="never" />
	
	<!-- <Command Path="%windir%\system32\msiexec.exe" Args="/i \\server\share\my.msi" QuietArg="/q" ChainPosition="after" Execute="install" /> -->

</Configuration>


To run it use:

setup.exe /config NameOfFile.xml


More Info: http://technet.micro...fice.14%29.aspx

This post has been edited by ricktendo64: 28 April 2010 - 12:10 PM


#3 User is offline   cloferba 

  • Member
  • PipPip
  • Group: Members
  • Posts: 119
  • Joined: 25-April 08

Posted 28 April 2010 - 12:37 PM

thanks ricktendo!

which are the differences between using a config.xml instead of setup.exe /admin?

i dont know where i can get the MSDN version :}

700mb! that is what im needing!

#4 User is offline   ricktendo 

  • Group: Banned Members
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,229
  • Joined: 06-June 06
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 28 April 2010 - 12:57 PM

setup /admin is GUI based, config.xml is done by hand (look inside ProPlusr.WW for a example config.xml)

This post has been edited by ricktendo64: 28 April 2010 - 12:59 PM


#5 User is offline   oskingen 

  • MSFN Friend
  • PipPipPipPip
  • Group: Members
  • Posts: 613
  • Joined: 20-January 08
  • OS:none specified
  • Country: Country Flag

Posted 28 April 2010 - 04:31 PM

setup /admin is only for VL version of Office. If there is a Admin folder in the source iso you can use the GUI. Otherwise you have the retail version.

#6 User is offline   HK10/100 

  • Group: Members
  • Posts: 6
  • Joined: 05-April 07

Posted 29 April 2010 - 08:39 AM

Cloferba,
As another option to removing components, why don't you remove the version of office you're not using. My Office 2010 DVD shows both an x86 and x64 folder. Each folder has it's own setup.exe. So if you're creating a 32-bit unattended, why not remove the x64 folder from the Office media?

#7 User is offline   cloferba 

  • Member
  • PipPip
  • Group: Members
  • Posts: 119
  • Joined: 25-April 08

Posted 29 April 2010 - 12:30 PM

thanks to everyone!

so, there are no so many differences...the installations and customize options through the xml file and the /admin way are the same i think...

so, if it is too difficult to find the VL version of Office, i will look for create the .xml file

thank you very much :thumbup

#8 User is offline   ricktendo 

  • Group: Banned Members
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,229
  • Joined: 06-June 06
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 29 April 2010 - 04:38 PM

If you go with the vl version use /admin, its easier, with config.xml you have to look for the names of the features to turn them off

#9 User is offline   Maeggor 

  • Newbie
  • Group: Members
  • Posts: 13
  • Joined: 07-April 08
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 18 May 2010 - 01:15 PM

cloferba when you make that NameOfFile.xml could you put it to I can i see it to make my own customize installation

Thanks

#10 User is offline   Raoul90 

  • Member
  • PipPip
  • Group: Members
  • Posts: 283
  • Joined: 05-February 08

Posted 24 June 2010 - 03:46 PM

View Postricktendo64, on 29 April 2010 - 04:38 PM, said:

If you go with the vl version use /admin, its easier, with config.xml you have to look for the names of the features to turn them off


Is there some sort command for office 2010 to load the exact names? (like you can do with DISM for win7)
Im using Professional Plus, but I dont want OneNote/Groove/Infopath, the first two I found in your post, but I cant find the Infopath one.

#11 User is offline   Daedlus 

  • Newbie
  • Group: Members
  • Posts: 35
  • Joined: 13-April 05

Posted 24 August 2010 - 08:36 AM

http://technet.micro...y/cc179006.aspx

^^ Gives you the names of the components.

#12 User is offline   coucou 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 825
  • Joined: 01-January 04

Posted 02 September 2010 - 06:03 AM

Hi all,

I'm at the same stage as cloferba.
I had used Office Shrinker [reduce source of o2k3/xp/2k]it works like a charm by downsizing Office 2003 to 140MB (Word, Excel, Outlook and Powerpoint).

This time I've Office 2010 Pro Plus, and lookin for downsizing it by using only want to install Word, Excel, Outlook and Powerpoint.

So anyone get success to shrink Office 2010?
If so, what process used?

Regards

#13 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,394
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 02 September 2010 - 08:34 AM

@coucou
Hello!
You can use OCT include inside your Office version to make an .msp file for silent installation.
Maybe it's possible to delete the unwanted programs with:
%systemdrive%\Office_2010\Setup.exe /uninstall
and specifie inside the file config.xml the ID of the programs you don't want install?
Some help here:
Config.xml file
Office customization tool
Setup command-line options for Office 2010
Extract:

Quote

To modify the OptionState element
1.Open the Config.xml file in a text editor tool such as Notepad.
2.Locate the line in Config.xml that contains the OptionState element, as shown in the following example:

<!-- <OptionState Id="OptionID" State="absent" Children="force" /> -->

3.Modify the OptionState element entry by specifying the options that you want to use. For example, use the following syntax if you do not want Microsoft Publisher 2010 to be installed:
<OptionState Id="PubPrimary" State="Absent" />
4.Repeat the previous step to specify OptionState options for other features and subfeatures that you want to change.
5.Save the Config.xml file.

I hope that can help you!

This post has been edited by myselfidem: 02 September 2010 - 09:09 AM


#14 User is offline   coucou 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 825
  • Joined: 01-January 04

Posted 02 September 2010 - 10:43 AM

TNX myselfidem for yr reply,

I have already find the allmost required infos. I've also added the /Admin folder to my Office ProPlus .iso. So I can run "setup /admin" (OCT).

Right now I'm looking for how to add a Langpack (NOT ProofingTools.

Regards
coucou

#15 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,394
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 02 September 2010 - 11:06 AM

Hello coucou :rolleyes:
I've found some help about "AddLanguage": Config.xml in Office 2010
Extract:

Quote

If an administrator specifies multiple languages for installation in the Config.xml file, the Shell UI language must be selected from the set of languages that are being installed. To do this, administrators specify the ShellTransform attribute of the AddLanguage element in the Config.xml file. AddLanguage specifies the language that Setup uses for the Shell UI. However, this will not necessarily affect the choice of Setup UI or Office UI when it is installed on the user’s computer.

For example, if you have an Office image with English, French, German, and Spanish, to specify that Setup install full language support for all these languages and have the Shell UI follow the user’s default regional options, you add the following elements in the Config.xml file.

<AddLanguage Id="match" ShellTransform="yes"/> <AddLanguage Id="en-us" /> <AddLanguage Id="fr-fr" /> <AddLanguage Id="de-de" /> <AddLanguage Id="es-es" />


Example.
<AddLanguage Id="en-us" ShellTransform="Yes" />
Regards

This post has been edited by myselfidem: 02 September 2010 - 11:07 AM


#16 User is offline   coucou 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 825
  • Joined: 01-January 04

Posted 02 September 2010 - 12:02 PM

Thank you TNX myselfidem :thumbup

#17 User is offline   coucou 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 825
  • Joined: 01-January 04

Posted 06 September 2010 - 11:47 AM

Hi all,

I got success building the whole Office 2010 Pro Plus silent install. 687 MB.

Unfortunately, I can’t reduce it :no:
When I suppressed Access, Infopath, Publisher, Groove and the NL, DE, AR Proofing tool language (reduced to 561 MB), I got "Setup Error; The language of this package is not handled by the system” message (translated from French).
In fact, when setup is running it scan all the components, if any is missed Igot the message above.

Just as when I modified XD:\Office2010\Proofing.fr-fr\setup.xml to handle an extra language, I got "Installation Error; the installation can not continue, a request file is damaged or missed…” message (translated from French).

I’ll appreciate any help
Regards

#18 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,394
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 06 September 2010 - 12:36 PM

Hello!
I've made some search about Office 2010.

The files "Config.xml" are differents for "Office 2010" and "Proofing Tools"!
I think you can't merge them!
There locations aren't the same:
Config.xml file in Office 2010
Plan for multilanguage deployment of Office 2010

Quote

To precache the local installation source for the Office 2010 Proofing Tools Kit, see Precache the local installation source for Office 2010. Use the Setup.exe and Config.xml files from the ProofKit.WW folder on the Office 2010 Proofing Tools Kit CD.

Could you send as attachment your "Config.xml" customized for Office 2010, don't forget to delete your key!?
Regards

This post has been edited by myselfidem: 06 September 2010 - 12:37 PM


#19 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,394
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 06 September 2010 - 02:48 PM

@coucou
Hello!
I've downloaded Office ProfessionalPlus 2010 on MSDN!
Now I can make some tests!
I will try to make an unattended installation and I give you the result!
Regards

#20 User is offline   coucou 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 825
  • Joined: 01-January 04

Posted 07 September 2010 - 02:21 AM

View Postmyselfidem, on 06 September 2010 - 12:36 PM, said:

Hello!
I've made some search about Office 2010.

The files "Config.xml" are differents for "Office 2010" and "Proofing Tools"!
I think you can't merge them!
There locations aren't the same:
Config.xml file in Office 2010
Plan for multilanguage deployment of Office 2010

Quote

To precache the local installation source for the Office 2010 Proofing Tools Kit, see Precache the local installation source for Office 2010. Use the Setup.exe and Config.xml files from the ProofKit.WW folder on the Office 2010 Proofing Tools Kit CD.

Could you send as attachment your "Config.xml" customized for Office 2010, don't forget to delete your key!?
Regards

Here is

Attached File(s)



Share this topic:


  • 6 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

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



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