Microsoft T5D01575 User Manual Page 69

  • Download
  • Add to my manuals
  • Print
  • Page
    / 130
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 68
60
Element
Description
SetupUpdates element
The search path for Setup to use to find
Setup customization files
USERINITIALS element
The initials of the user on whose
computer the product is being installed
USERNAME element
The name of the user on whose
computer the product is being installed
How Setup uses Config.xml
Setup looks for a copy of Config.xml in the same folder as Setup.exe. If a copy is not found there, Setup
uses the Config.xml file that is located in the core product folder for the product that you are installing.
(If multiple products are in the network installation point, Setup waits until you specify which product to
install before it looks for the copy of Config.xml.) The copy of Config.xml that is located in the product
folder identifies the product through the Product attribute of the Configuration element.
You can also use the /config Setup command-line option to specify the location of the Config.xml file.
For example:
\\server\share\setup.exe /config \\server\share\ProPlus.WW\config.xml
Note:
If you also created a Setup customization (.msp) file by using the OCT, the customizations that
you define in Config.xml take precedence over those in the customization file.
Config.xml file format
XML elements in Config.xml begin with < and end with />.
The basic element format is as follows:
<element [attribute="value"] [attribute="value"] … />
For example:
<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
The following statements apply to format:
Elements and attributes are case-sensitive.
Attribute values must be enclosed in quotation marks (") and are not case-sensitive.
An element definition can span multiple lines. Spaces, carriage returns, line feeds, and tab
characters are ignored in an element definition.
The following is an example of an element definition that spans multiple lines.
<Display
Level="none"
CompletionNotice="no"
SuppressModal="yes"
Page view 68
1 2 ... 64 65 66 67 68 69 70 71 72 73 74 ... 129 130

Comments to this Manuals

No comments