Build CAN File for only one Processor

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
 
B

Brian H

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
 
S

stick_boy1106

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top