In VMWare ThinApp can a package have more than 1 .dat file ? The name "primary data container" seems to imply that there could be more than one.

BTW I haven't encountered this yet in any of the packages I created.

link|improve this question
Can I ask you to be much clearer and verbose with your question please as I don't fully understand it or the how it's directly linked to your tags. – Chopper3 Feb 1 '10 at 11:04
feedback

1 Answer

You can have multiple .dat files, you simply refer to them by enabling the "RequiredAppLinks" parameter in Package.ini for the base application by adding the following line after the [BuildOptions] entry, "RequiredAppLinks=secondaryname.dat" then rebuilding.

Have a look HERE for an example.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown