Installer Choices for OS installation
In my catalog file, I have added this line (as described in the catalog template file) in the Settings section in the top of the file:
Installer Choices File: InstallerChoices_Customer.xml sha1:3c4198149b9c3308360bdb8476a348abadc204b4
This file is laying beside my Mac OS 10.6 dmg file.
I run InstaUp2Date, like this (I am standing in /):
[code]$ sudo ./instadmg_run/AddOns/InstaUp2Date/instaUp2Date.py Customer
Parsing the catalog files for Customer
Installer Choices File: InstallerChoices_Customer.xml - looking based on guessed name and verified in less than one secondTraceback (most recent call last):
File "./instadmg_run/AddOns/InstaUp2Date/instaUp2Date.py", line 716, in
main()
File "./instadmg_run/AddOns/InstaUp2Date/instaUp2Date.py", line 662, in main
thisController.parseCatalogFile()
File "./instadmg_run/AddOns/InstaUp2Date/instaUp2Date.py", line 266, in parseCatalogFile
raise commonExceptions.InstallerChoicesFileException('Unable to find %s: %s (checksum: %s)' % (settingLineMatch.group("variableName"),
settingLineMatch.group("variableValue"), settingLineMatch.group("fileChecksum")), choicesFile=fileLocation, lineNumber=lineNumber)
Resources.commonExceptions.InstallerChoicesFileException:
Unable to find Installer Choices File: InstallerChoices_Customer.xml (checksum: sha1:3c4198149b9c3308360bdb8476a348abadc204b4)
[/code]
Is this a bug, or did I misplace the InstallerChoices file?
If I comment out the "Installer Choices File" from the catalog file it runs as it should (also with my own custom changed instadmg.bash-script which loads installer choices files according to the name in "Output Volume Name").