Visual Studio Setup and Deployment - D Drive

Posted by JB_SO on Stack Overflow See other posts from Stack Overflow or by JB_SO
Published on 2010-04-20T19:44:32Z Indexed on 2010/05/02 14:07 UTC
Read the original article Hit count: 626

I'm creating a VS2005 setup and deployment installer and I need to create some folders in the D: drive since the customer has a partitioned their hard-drive. I've created some folders in the filesystem view and hard-coded the 'DefaultLocation' parameter to point to the D: drive.

Now my question is, is it possible to put a 'Condition' parameter that will check to see if the D: drive on the system that the software is being installed is (or is not) a CD-Drive.

Thanks

© Stack Overflow or respective owner

Related posts about setup

Related posts about setup-deployment