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
  • 4
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

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

#21 User is offline   myselfidem 

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

Posted 07 September 2010 - 07:14 AM

Hello coucou! :rolleyes:

I've made an complete test for give you some help! I've made an "GONFIG.XML" customized and all is working fine! The process take near half an hour for the complete installation on VirtualBox!

Here is an example my "config.xml" customized for Office ProfessionalPlus 2010:

CONFIG.XML

Quote

<Configuration Product="ProPlusr">

<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />

<Logging Type="standard" Path="%temp%" Template="Microsoft Office Professional Plus Setup(*).txt" />

<PIDKEY Value="QWERTZUIOPASDFGHJKLYXCVBN" />

<USERNAME Value="Full Name" />

<USERINITIALS Value="AA" />

<COMPANYNAME Value="Company" />

<INSTALLLOCATION Value="%programfiles%\Microsoft Office" />

<!-- <LIS CACHEACTION="CacheOnly" /> -->

<LIS SOURCELIST="%systemdrive%\Office14" />

<DistributionPoint Location="%systemdrive%\Office14" />

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

<Setting Id="SETUP_REBOOT" Value="NEVER" />

<Command Path="%windir%\system32\msiexec.exe" Args="/i %systemdrive%\Office14\ProPlusr.WW\ProPlusrWW.msi" QuietArg="/qn" ChainPosition="after" Execute="install" />

</Configuration>


I've used a batch file with Se7en_UA6.3.8:

Quote

[Office14]
1="CMD /C Start /Wait %SystemDrive%\APPS\Office14\Office14.exe"
2="CMD /C Start /Wait %SystemDrive%\Office14\SETUP.EXE /config %SystemDrive%\Office14\ProPlusr.WW\CONFIG.XML"


You can chek your installation inside the log file inside the folder %temp%!
You must read at the end of the text file "Microsoft Office Professionnal Plus Setup(*).txt: Return code=0
I've installed with Se7en_UA6.3.8 sucessfully!
I think I will make an French layout for Office 2010!
Now I will try to remove some components and I tell you later!

I hope that will help you!
Regards

This post has been edited by myselfidem: 18 November 2010 - 04:59 PM



#22 User is offline   myselfidem 

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

Posted 07 September 2010 - 08:38 AM

Hello!
I've found some informations about removing some features:
Extract:
Office Customization Tool in Office 2010

Quote

Overview of the Office Customization Tool
The OCT is part of the Setup program and is the recommended tool for most customizations. You run the OCT by typing setup.exe /admin at the command line from the root of the network installation point that contains the Office 2010 source files. For example, use the following: \\server\share\Office14\setup.exe /admin. The OCT is available only with volume licensed versions of Office 2010 and the 2007 Office system. To determine whether an Office 2010 installation is a volume licensed version, check the Office 2010 installation disk to see whether it contains a folder named Admin. If the Admin folder exists, the disk is a volume license edition. If the Admin folder does not exist, the disk is a retail edition.

French: Outil de personnalisation Office dans Office System 2010

If you need more space for your unattended customized DVD you can use an DVD9!
Regards

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


#23 User is offline   myselfidem 

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

Posted 08 September 2010 - 12:10 AM

Hello!
I've made some search about reduicing the size for Office Professional 2010.
You can use a second way and make a custom.msp (workaround).

In this way don't use "config.xml", because we use "admin" option with "setup.exe"!

1) At first download AdminTemplates_32.exe (32-bits)

2) Extract the file inside your folder where you have All the files for Office (example:Office14):

Example: Start|Run:

Quote

C:\AdminTemplates_32.exe /extract:C:\Office14


Now you can use the option:

Quote

C:\Office14\setup.exe /admin


Create your "custom.msp" like you want and remove "safely" unwanted programs!
English: OCT
Office Customization Tool in Office 2010
French: OPO
Outil de personnalisation Office dans Office System 2010

If you are working with Windows XP, you need:

Quote

Note:
The Office 2010 release requires Windows Installer 4.0 or a later version on all computers on which Office runs. This includes the computer that you use to run the OCT. For information about Windows Installer, see Windows Installer (http://go.microsoft..../?LinkID=111108).


I hope that will help you!

This post has been edited by myselfidem: 18 November 2010 - 01:06 PM


#24 User is offline   coucou 

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

Posted 08 September 2010 - 05:50 AM

Thank you verymuch myselfidem ;)

I'll give test later and let you know further

Regards

#25 User is offline   myselfidem 

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

Posted 08 September 2010 - 06:21 AM

Thanks coucou ;)
I will try also and try to make an Office 2010 French tutorial with your nice and useful suggestions!!
Regards

This post has been edited by myselfidem: 08 September 2010 - 06:23 AM


#26 User is offline   myselfidem 

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

Posted 08 September 2010 - 08:29 AM

@Hi All! :rolleyes:

If you want, you can download the evaluate version Microsoft Office Professional Plus 2010, here:

Download Microsoft Office Professional Plus 2010 (MSDN)
Or here:
Download Microsoft Office Professional Plus 2010 (Microsoft TechNet)

Download Office Customization Tool, here:
Office 2010 Administrative Template files (ADM, ADMX/ADML) and Office Customization Tool
Or here:
Office 2010 Administrative Template files (ADM, ADMX/ADML) and Office Customization Tool
Regards

This post has been edited by myselfidem: 08 September 2010 - 08:29 AM


#27 User is offline   myselfidem 

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

Posted 08 September 2010 - 11:23 PM

Hello!
I've made some new tests with OCT!

1)- OCT is only available with KMS or MAK keys:
Extract inside "OCT.chm":

Quote

Use KMS client key:
- A product key entry is not required for enterprise deployments that are using Key Management Service (KMS) activation because all Volume License editions of Microsoft Office 2010 have KMS client key pre-installed. KMS is one of the methods that are provided by Office Activation Technologies for activating products licensed under Microsoft Volume Licensing programs. Only a KMS host computer needs a KMS host key to be activated and to establish a local activation service in your environment. Office 2010 connects to the local KMS host for activation. By default, the Use KMS client key option is selected. For more information about the licensing options for Office 2010, see the "Office Activation Technologies guide" included in the current release.

Enter another product key:
-You can enter a valid Multiple Activation Key (MAK) key in the OCT by using the Enter another product key entry. A MAK key is another method that Office Activation Technologies provide for activating products licensed under Microsoft Volume Licensing programs. With a MAK, clients activate Office 2010 online by using the Microsoft-hosted activation servers or by telephone. To use a MAK key, in the Enter another product key text box, enter the MAK key (twenty-five numbers or characters) without spaces.


2)- You can't delete programs, like ACCESS, EXCEL, etc. inside your source folder (example: C:\Office14); even if you have add the lines inside "config.xml" or choose options with OCT, to not install these products: the installation will get errors and fails!: :no:

Quote

<OptionState Id="ACCESSFiles" State="absent" Children="force" />
<OptionState Id="XDOCSFiles" State="absent" Children="force" />
<OptionState Id="OneNoteFiles" State="absent" Children="force" />

Regards

This post has been edited by myselfidem: 09 September 2010 - 03:50 PM


#28 User is offline   Kingskawn 

  • Kingskawn
  • PipPip
  • Group: Members
  • Posts: 134
  • Joined: 17-April 06

Posted 09 September 2010 - 02:50 PM

I want to create a Office 2010 install with languages french and dutch inside from the proofing tools cd.
Is that possible? Office 2010 is around 1gb and the proofing tools cd also around 1gb so I don't need an installation cd of 2gb. If I just can extract the correct languages and put them into the installation cd.

This post has been edited by Kingskawn: 09 September 2010 - 02:50 PM


#29 User is offline   myselfidem 

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

Posted 09 September 2010 - 03:18 PM

Hello!
I've found some help here:
Deploying Additional Languages
I think you can try with Office 2010!
How to check the activation type and status of Office 2010 installations
Plan for multilanguage deployment of Office 2010

Language identifiers and OptionState Id values in Office 2010
I hope that can help you!

This post has been edited by myselfidem: 09 September 2010 - 03:20 PM


#30 User is offline   myselfidem 

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

Posted 11 September 2010 - 12:53 AM

@coucou
Hello!
I've made an Office 2010 French guide for silent install (and how to add Language Packs):
Office Documents
Regards

This post has been edited by myselfidem: 21 January 2012 - 11:26 AM


#31 User is offline   Kingskawn 

  • Kingskawn
  • PipPip
  • Group: Members
  • Posts: 134
  • Joined: 17-April 06

Posted 11 September 2010 - 06:28 AM

It's not MUI that I'm looking for but more the spelling and grammar for Office that you can find in the proofing tools. These are separate folder Proof.fr or Proof.nl

#32 User is offline   myselfidem 

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

Posted 11 September 2010 - 06:46 AM

View PostKingskawn, on 11 September 2010 - 06:28 AM, said:

It's not MUI that I'm looking for but more the spelling and grammar for Office that you can find in the proofing tools. These are separate folder Proof.fr or Proof.nl

You can find some help here:
http://technet.micro...anProofingTools
http://technet.micro...y/ee942198.aspx

#33 User is offline   Kingskawn 

  • Kingskawn
  • PipPip
  • Group: Members
  • Posts: 134
  • Joined: 17-April 06

Posted 11 September 2010 - 03:21 PM

View Postmyselfidem, on 11 September 2010 - 06:46 AM, said:

View PostKingskawn, on 11 September 2010 - 06:28 AM, said:

It's not MUI that I'm looking for but more the spelling and grammar for Office that you can find in the proofing tools. These are separate folder Proof.fr or Proof.nl

You can find some help here:
http://technet.micro...anProofingTools
http://technet.micro...y/ee942198.aspx


Thanks myselfidem :thumbup

So to be clear I want 1 Office 2010 (english) install with the extra Dutch language proofing tool pack. French and english are already included into the english version.

I don't want 2 separated Config.xml files. 1 for install of 2010 and 1 for the proofing tools cd.
I need to build 1 Config.xml that includes the installation of Office 2010 + dutch language.

Again, it's not the interface pack but proofing tools kit I want.

Is this possible?

#34 User is offline   myselfidem 

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

Posted 11 September 2010 - 04:37 PM

Thanks kingskawn!
I think you can't merge the two "config.xml" because there aren't the same!
But I think there is a way to do that! It's needed to search on the Web.
But maybe you can select only the Proofing tool you want and delete the others for an silent install? Unfortunately, I can't make some tests!
Plan for multilanguage deployment of Office 2010

Quote

Office 2010 Language Pack Use this option if users need both the user interface and the proofing tools for the language, or if one language pack can provide all the proofing tool languages that you need. Be aware that each language version of the Office 2010 includes proofing tools for a set of companion languages. For example, when you deploy the English version of an Office 2010 product, users receive proofing tools for both Spanish and French in addition to English. Depending on the number of user interface languages that you want to deploy and the included companion languages, Office 2010 Language Packs might provide all of the proofing tools that you need.

For a list of companion languages, see Companion proofing languages for Office 2010. If a language pack has all the proofing tool languages that you need, deploy a language pack by using the instructions that fit your scenario in Customize language setup and settings for Office 2010.

Some help here:
http://www.howtogeek...to-office-2010/
http://office.micros...app=setlang.exe

Regards

This post has been edited by myselfidem: 19 November 2010 - 01:34 PM


#35 User is offline   coucou 

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

Posted 12 September 2010 - 05:35 AM

View Postmyselfidem, on 11 September 2010 - 12:53 AM, said:

@coucou
Hello!
I've made an Office 2010 French guide for silent install (and how to add Language Packs):
Office 2010
Regards

Thank you for all this usefull information :thumbup
I think this post became a Gold Mine for who want unattended Office 2010 :yes:

Regards

#36 User is offline   myselfidem 

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

Posted 12 September 2010 - 11:05 AM

View Postcoucou, on 12 September 2010 - 05:35 AM, said:

Thank you for all this usefull information :thumbup
I think this post became a Gold Mine for who want unattended Office 2010 :yes:

Regards

Thank you very much coucou! :rolleyes:

#37 User is offline   djpatch 

  • Newbie
  • Group: Members
  • Posts: 29
  • Joined: 05-August 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 16 November 2010 - 06:12 AM

Hello everyone. I am attaching my config.xml

<!-- <Display Level="full" CompletionNotice="yes" SuppressModal="no" AcceptEula="yes" /> -->

  	<PIDKEY Value="verevevevevevevevevvev" />

	<Display Level="none" CompletionNotice="no" SuppressModal="no" AcceptEula="Yes" />

	<Logging Type="Verbose" Path="C:\SYSTEM.SAV\Logs" Template="OFF2010PRO.Log" />

  	<Setting Id="OEM" Value="1" /> 
	
	<!-- <Logging Type="standard" Path="%temp%" Template="Microsoft Office Professional Plus Setup(*).txt" /> -->

	<!-- <USERNAME Value="xxxxr" /> -->
	
	<!-- <COMPANYNAME Value="xxxx" /> -->
	
	<!-- <INSTALLLOCATION Value="%programfiles%\Microsoft Office" /> -->
	
	<!-- <LIS CACHEACTION="CacheOnly" /> -->
	
	<!-- <LIS SOURCELIST="\\server1\share\Office;\\server2\share\Office" /> -->
	
	<!-- <DistributionPoint Location="\\server\share\Office" /> -->
	
	<!-- <OptionState Id="OptionID" State="absent" Children="force" /> -->
	
	<!-- <Setting Id="SETUP_REBOOT" Value="IfNeeded" /> -->
	
	<!-- <Command Path="%windir%\system32\msiexec.exe" Args="/i \\server\share\my.msi" QuietArg="/qb" ChainPosition="after" Execute="install" /> -->

</Configuration>


and I get this window

Posted Image

How can I remove to get a completely silent installation?
Sorry for my bad English

This post has been edited by djpatch: 16 November 2010 - 06:13 AM


#38 User is offline   myselfidem 

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

Posted 16 November 2010 - 06:39 AM

@djpatch

You need to write inside your first line "config.xml":

Quote

<Display Level="none" CompletionNotice="no" SuppressModal="Yes" AcceptEula="Yes" />


And delete the <!-- and /> --> in the line

Set:

Quote

SuppressModal="Yes"


Cheers

This post has been edited by myselfidem: 18 November 2010 - 04:05 PM


#39 User is offline   djpatch 

  • Newbie
  • Group: Members
  • Posts: 29
  • Joined: 05-August 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 16 November 2010 - 06:44 AM

myselfidem does not work always appears to me that window,I edit the config.xml file into the directory ProPlus.WW

This post has been edited by djpatch: 16 November 2010 - 06:47 AM


#40 User is offline   myselfidem 

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

Posted 16 November 2010 - 06:53 AM

View Postdjpatch, on 16 November 2010 - 06:44 AM, said:

myselfidem does not work always appears to me that window,I edit the config.xml file into the directory ProPlus.WW

Could you attach your "config.xml" please?
And I wil take a look, thanks!
You can see an example at the top of this page for your "config.xml" configuration!

This post has been edited by myselfidem: 16 November 2010 - 07:00 AM


Share this topic:


  • 6 Pages +
  • 1
  • 2
  • 3
  • 4
  • 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