MCSD.NET - 70-306 Exam Interview Preparation Guide Download PDF
MCSD.NET - 70-306 Exam guideline for job interview preparation. Explore list of MCSD.NET - 70-306 Exam frequently asked questions(FAQs) asked in number of MCSD.NET - 70-306 Exam interviews. Post your comments as your suggestions, questions and answers on any MCSD.NET - 70-306 Exam Interview Question or answer. Ask MCSD.NET - 70-306 Exam Question, your question will be answered by our fellow friends.
14 MCSD.NET - 70-306 Exam Questions and Answers:
2 :: Suppose You create a Visual Studio .NET setup project to distribute an application. You add a SQL script
named XYZDB.SQL. You must ensure that the SQL script is executed during the installation
process. What should you do?
A. Add a custom action to your setup project.
Select XYZDB.SQL as the source path.
B. Add a batch file to your setup project to execute XYZDB.SQL.
Add a launch condition to the setup project.
Set the Condition property to the batch file.
C. Create a new Visual Studio .NET project that executes XYZDB.SQL.
Include the new project with your setup project.
Add a custom action that launches the new project during installation.
D. Add a launch condition to your setup project.
Set the Condition property to XYZDB.SQL.
A. Add a custom action to your setup project.
Select XYZDB.SQL as the source path.
Select XYZDB.SQL as the source path.