When you attempt to run the Adobe Creative Suite 4 installer after copying the files to the hard drive with File Vault enabled, you are prompted to insert the install media.
The error message will reference the installation disk for the Adobe Creative Suite 4 product. In the following example the product was the Master Collection:
"Please insert Adobe Creative Suite 4 Master Collection Disk 1"
Example with the Media tag included:
<Setup version="2.0.131.0"> <Driver folder="AdobeSoundbooth2All"/> <Media> <Volume> <Name>Adobe Soundbooth CS4</Name> <Payloads> <Payload folder="AdobeALMAnchorService2-mul">Adobe Soundbooth CS4</Payload> <Payload folder="AdobeSuiteSharedConfiguration-mul">Adobe Soundbooth CS4</Payload> <Payload folder="AdobeAIR1.0">Adobe Soundbooth CS4</Payload> <Payload folder="AdobeAmericanEnglishSpeechAnalysisModels1All">Adobe Soundbooth CS4</Payload> <Payload folder="AdobeDynamiclinkSupport1All">Adobe Soundbooth CS4</Payload> <Payload folder="AdobeAUM6.0All">Adobe Soundbooth CS4</Payload> <Payload folder="AdobeXMPPanelsAll">Adobe Soundbooth CS4</Payload> <Payload folder="AdobeSoundbooth2CodecsAll">Adobe Soundbooth CS4</Payload> <Payload folder="AdobeSoundbooth2All">Adobe Soundbooth CS4</Payload> <Payload folder="AdobeSoundbooth2de_DELanguagePack">Adobe Soundbooth CS4</Payload> <Payload folder="AdobeSoundbooth2en_GBLanguagePack">Adobe Soundbooth CS4</Payload> <Payload folder="AdobeSoundbooth2en_USLanguagePack">Adobe Soundbooth CS4</Payload> <Payload folder="AdobeSoundbooth2es_ESLanguagePack">Adobe Soundbooth CS4</Payload> <Payload folder="AdobeSoundbooth2es_MXLanguagePack">Adobe Soundbooth CS4</Payload> <Payload folder="AdobeSoundbooth2fr_CALanguagePack">Adobe Soundbooth CS4</Payload> <Payload folder="AdobeSoundbooth2fr_FRLanguagePack">Adobe Soundbooth CS4</Payload> <Payload folder="AdobeSoundbooth2it_ITLanguagePack">Adobe Soundbooth CS4</Payload> <Payload folder="AdobeSoundbooth2ja_JPLanguagePack">Adobe Soundbooth CS4</Payload> </Payloads> </Volume> </Media> </Setup>
Example after the Media tag has been removed:
<Setup version="2.0.131.0"> <Driver folder="AdobeSoundbooth2All"/> </Setup>