I've developed a VB.net windows forms application that writes and reads data to/from 3 xml files. Those files--not the application--need to be portable; users need to be able to put them on a USB drive, for example, and take them to another location (web app is not possible in this case). To avoid requiring my users to make sure they copy all 3 files, I'd like to be able to package the three files into one file so that they have only 1 file to deal with. They are all different xml schemas so I can't merge them. I'm looking for some kind of wrapper or packager than can bundle the 3 files into one in a way that my vb.net app can open that file and then open any one of the 3 files in it, use them, save them back, etc... Does anyone know of a way to do this?
Many thanks!
Many thanks!