TargetName property of dll disabled in CAB project

W

wavy

Hi,
I'm trying to implement a workaround for a cabwiz bug described here:
http://groups.google.com/group/micr...77dd76cfe9/f8e23adf1f33a1b4?#f8e23adf1f33a1b4

The instructions are straightforward enough, but I can't complete the
last step due to the fact that the targetname properties for my dll's
are disabled.
I've tried editing the cab project file directly to no avail.
Could someone tell me why some dll's targetname properties are
disabled and others are not or better yet give me a hint of how to get
the targetname properties enabled?

Thanks for your time!
Wavy
 
C

Chris Tacke, MVP

The inherent problem is that you're using the VS project for creating the
CAB file. Don't do that. Create an INF and call CABWIZ manually or through
a batch file.


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com
 

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