VSD Setup

B

Bob Schild

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

Brian Chamberlain [MS]

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.


--------------------
 

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