How do I report a bug to Microsoft?

  • Thread starter Thread starter Will Chapman
  • Start date Start date
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.
 
Back
Top