VSD Setup

  • Thread starter Thread starter Bob Schild
  • Start date Start date
B

Bob Schild

In teh folder with the netcf and sqlce CAB's is a file
named VSD.SETUP.Dll. What is it for?
 
Bob,

The vsd_setup.dll is used for dependency checking at install time for CABs
build with VS.NET 2003. Basically, when a CAB created with VS is exploded
on a device, certain methods in vsd_setup.dll are invoked. They check to
make sure the .NETCF is present, as well as SQLCE (if it's used), and also
any other 3rd party control that VS knows about. If you don't build CAB
files for deployment, you shouldn't have to worry about this file.

This posting is provided "AS IS" with no warranties, and confers no rights.


--------------------
 
Back
Top