Choices file for Office 2011 – where, how?
I created a choices file for Office 2011, to exclude Messenger and Communicator, but it didn't seem to work - the build process failed miserably, saying "nothing to install" and bombed out of the build at that point.
My choices file looks like this:
[code]
attributeSetting
1
choiceAttribute
selected
choiceIdentifier
office
attributeSetting
1
choiceAttribute
selected
choiceIdentifier
required
attributeSetting
1
choiceAttribute
selected
choiceIdentifier
officecomponents
attributeSetting
1
choiceAttribute
selected
choiceIdentifier
word
attributeSetting
1
choiceAttribute
selected
choiceIdentifier
excel
attributeSetting
1
choiceAttribute
selected
choiceIdentifier
powerpoint
attributeSetting
1
choiceAttribute
selected
choiceIdentifier
outlook
attributeSetting
1
choiceAttribute
selected
choiceIdentifier
dcc
attributeSetting
0
choiceAttribute
selected
choiceIdentifier
messenger
attributeSetting
0
choiceAttribute
selected
choiceIdentifier
communicator
attributeSetting
1
choiceAttribute
selected
choiceIdentifier
rdc
attributeSetting
1
choiceAttribute
selected
choiceIdentifier
vb
attributeSetting
1
choiceAttribute
selected
choiceIdentifier
proofingtools
attributeSetting
1
choiceAttribute
selected
choiceIdentifier
catalan
attributeSetting
1
choiceAttribute
selected
choiceIdentifier
danish
attributeSetting
1
choiceAttribute
selected
choiceIdentifier
dutch
attributeSetting
1
choiceAttribute
selected
choiceIdentifier
english
attributeSetting
1
choiceAttribute
selected
choiceIdentifier
finnish
attributeSetting
1
choiceAttribute
selected
choiceIdentifier
french
attributeSetting
1
choiceAttribute
selected
choiceIdentifier
german
attributeSetting
1
choiceAttribute
selected
choiceIdentifier
italian
attributeSetting
1
choiceAttribute
selected
choiceIdentifier
japanese
attributeSetting
1
choiceAttribute
selected
choiceIdentifier
norwegian
attributeSetting
1
choiceAttribute
selected
choiceIdentifier
portuguese
attributeSetting
1
choiceAttribute
selected
choiceIdentifier
brazilian
attributeSetting
1
choiceAttribute
selected
choiceIdentifier
spanish
attributeSetting
1
choiceAttribute
selected
choiceIdentifier
swedish
attributeSetting
1
choiceAttribute
selected
choiceIdentifier
czech
attributeSetting
1
choiceAttribute
selected
choiceIdentifier
polish
attributeSetting
1
choiceAttribute
selected
choiceIdentifier
russian
attributeSetting
1
choiceAttribute
selected
choiceIdentifier
turkish
attributeSetting
1
choiceAttribute
selected
choiceIdentifier
appsupport
attributeSetting
1
choiceAttribute
selected
choiceIdentifier
fonts
attributeSetting
1
choiceAttribute
selected
choiceIdentifier
automator
attributeSetting
0
choiceAttribute
selected
choiceIdentifier
dock
[/code]
I've placed it in /instadmg/InstallerFiles/InstallerChoices, named InstallerChoicesOffice2011.xml.
The line in the catalog file looks like:
[code] Microsoft Office 2011 SP1 Microsoft Office 2011.dmg sha1:e4687989b15b24eec4d24a3d66cb59952b8c065e /instadmg/InstallerFiles/InstallerChoices/InstallerChoicesOffice2011.xml[/code]
(tabs replaced with spaces)
So... what am I doing wrong? Where SHOULD the InstallerChoices file go instead, and how should it be specified in the catalog?