Build CAN File for only one Processor

  • Thread starter Thread starter stick_boy1106
  • Start date Start date
S

stick_boy1106

I am using Visual Studio .NET 2003 Enterprise Edition. I would like to
build a CAB file for an ARMV4 processor running PPC2003. The Build CAB file
command on the Build menu works but it builds several other CAB files in
addition to ARMV4 one I specifically need.

Also, I would like VS to place the CAB file in a different directory than
the default cab directory in the project folder. I have also added several
files to the solution in a sub directory that are to be used by the
application when the application is run. However, when I run the CAB file to
install the application all files are installed into the installation
directory.

How do I modify the VS settings to create only the one CAB file and to
include the sub directories in the install?

Thanks to everyone in advance for their help.

Wes
 
I think after the initial "build cab", there's a buildcab.bat file in the
output folder. You can just tweak this, and the .inf file, to specify the
build files, et. al...

Instead of having the IDE build the cabs, just launch that bat file to build
them for you...

Brian
 
Thanks Brian. Although do you know of anyway to actually have VS do
that or will it always create all the CAN Files
 
Back
Top