You need to download the CabDir SDK from Microsoft:
http://download.microsoft.com/download/ ... _setup.exeThen the way I do it is to create a work folder and place the
cabdir.exe file (which comes in the SDK) and the
bmp and
xml file in that folder.
I then use a simple batch file (created with Notepad) which I have named
Make Cab.bat to actually do the work.
This is the syntax of the batch (bat) file:
cabarc n mycab.cab *.bmp *.xml
PauseWhen executed, the batch file will compile any and all bmps and xml files it finds in the work folder into a cab named
mycab.cabThat of course can be renamed as you so desire and then be placed in the panel folder or gauge folder etc.
If you have any questions please feel free to e-mail me directly -
opaflightsimadddict at verizon dot net
I am currently working on a Tutorial showing how to create an icon and cab file to display pop-up windows in the cockpit.
Hope this helps.