You create Windows Forms applications by using the .NET Framework 3.5.
You plan to use a setup project to deploy a new Windows Forms application.
The application uses a component that requires the Microsoft NET Framework 1.1.
You need to create a launch condition so that the application can be deployed on client computers.
What should you do?
You create Windows Forms applications by using the .NET Framework 3.5.
You plan to use the Windows Installer to deploy a new application.
The application must meet the following requirements:
- Support deployment to 32bit and 64bit operating systems
- Use the 64bit Program Files folder when deployed to 64bit platforms
You need to ensure that the application is deployed appropriately
What should you do?
You create Windows Forms applications by using the .NET Framework 3.5.
You plan to deploy a new Windows Presentation Foundation (WPF) XAML browser application (XBAP).
The deployment must meet the following requirements:
- shortcut is added to the Start menu
- The most recent version of the application is installed and executed on client computers
- Users can uninstall the application from the control panel
You need to identify a deployment technology that meets the specified requirements.
You want to achieve this goal by using the minimum amount of development effort.
Which deployment technology should you use?
You create Windows Forms applications by using the .NET Framework 3.5.
You plan to deploy a new application.
You need to ensure that on deployment, the application meets the following requirements:
- It is executed on the client computer
- It is removed from the client computer after the application is closed
- It is not displayed in the Add/Remove programs panel on the client computer
What should you do?
You are creating a Windows Forms application by using the .NET Framework 3.5.
You plan to develop a new control for the application.
You need to ensure that the control extends the TreeView control by adding a custom node tag and a highlight color.
What should you do?
You are creating a Windows Forms application by using the .NET Framework 3.5.
You plan to develop a custom control for the application.
The control will be a composite control.
Your need to derive from the class that will create the control by using the minimum amount of development effort.
What should you do?
You are creating a Windows Forms application by using the .NET Framework 3.5.
You plan to develop a new control for the application.
You need to ensure that the control extends the DataGridView control by allowing the cells to contain multicolored text.
What should you do?
You are creating a Windows Forms application using the .NET Framework 3.5
You implement the PrintPage page event for a form.
The users must be able to print the pages by using the Landscape orientation.
You need to ensure that the users can set the page settings before printing.
Which code segment should you use?
You are creating a Windows Forms Application by using the .NET Framework 3.5.
- Your application will be used by a government department.
You need to ensure that the application meets "accessibilty" requirements.
Which three actions should you perform?
You are creating a Windows Forms Application by using the .NET Framework 3.5.
You plan to create a Windows Installer package for a Windows Forms application. The package will be
deployed on Windows Vista computers.
You need to ensure that during deployment the installation does not elevate privileges of the user installing the application
What should you do ?