Is there any easy way to do this, or do I need to make one big pkg file, create copies and delete out the .bin files I won't want to deploy again leaving the structure ?
Thanks
Robin Giltner
Alternatively, you could pull the .bin files into separate .pkg files and before you call the DeployData method on the DatabaseMigrator, extract all of the .bin files to the same folder that all of the XML files were extracted to. I'm not positive, but I believe that it creates a %Temp%/MicroFour folder to house the .bin files. That would also do the trick with less profile maintenance, but you would have to pull out the .bin files by hand...