Microsoft 79G-03775 Computer Accessories User Manual


 
87
being installed and applies the file during the installation. The Updates folder can only be used to
deploy software updates during an initial installation of Office 2013 Preview.
If you store more than one customization file per product in the Updates folder, Setup applies all the
files to the installation. If you want to create unique configurations for different groups of users, you
must store the customization files in a separate folder and specify the customization file that you want
on the command line.
Example
\\server\share\Office15\setup.exe /adminfile \\server\share\MyUpdates\Engineering.msp
where Office15 is the root of the network installation point.
/config [path]
Specifies the Config.xml file that Setup uses during the installation. By default, the Config.xml file that is
stored in the core product folder directs Setup to install that product. For example, the Config.xml file in
the ProPlus.WW folder installs Office Professional Plus 2013 Preview.
You can edit Config.xml to make additional customizations to the installation. This includes specifying
one or more language versions to install. Use /config on the Setup command line to point to the
location of the default Config.xml file for a product or to point to a custom Config.xml file.
Example
\\server\share\Office15\setup.exe /config \\server\share\Office15\ProPlus.WW\Config.xml
where Office15 is the root of the network installation point.
Note:
You must use a fully qualified path. Setup does not recognize relative paths with /config.
/modify [ProductID]
Used with a modified Config.xml file to run Setup in maintenance mode and make changes to an
existing Office installation. For example, you can use the /modify option to add or remove features.
Look up the value of [ProductID] in the Setup.xml file for the product that you want to modify.
The Setup.xml file is located in the core product folder on the network installation point. In Setup.xml,
[ProductID] is equal to the value of the Id attribute of the Setup element. For example:
<Setup Id="ProPlus" Type="Product" ProductCode="{20150000-0011-0000-0000-0000000FF1CE}">
Example
\\server\share\Office15\setup.exe /modify ProPlus /config
\\server\share\Office15\AddOutlookConfig.xml
where Office15 is the root of the network installation point.