How do I report a bug to Microsoft?

W

Will Chapman

I've finally tracked down the problem I am experiencing
with the creation of Cab files in VS2005 CF projects.

I'm pretty sure it is a bug in the way that CabWiz.exe is
interpreting paths.

For example, using a SmartDevice Cab Project a .inf
file is created with the following line:
[SourceDisksNames]

1=,"Common1",,"C:\Program Files\Franson\GpSTools SDK\dotNetcf\"

Whatever file is being sourced from that folder will not be found
and the cab file will not be created (and no meaningful error is produced).

If the path has NO spaces in the folder names the cab file is created
successfuly. It appears that cabwiz.exe or makecab.exe is not interpreting
paths containing spaces.
 

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