• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/14

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

14 Cards in this Set

  • Front
  • Back
What deployment editor allows you to add project outputs, files, and other items to a deployment project?
File System Editor
What deployment editor allows you to specify where project outputs, files, and other items will be installed on a target computer?
File System Editor
What deployment editor allows you to specify registry keys and values to be added to the registry of the target computer?
Registry Editor
What deployment editor is used to establish file associations on the target computer?
File Types Editor
What deployment editor can be used to specify the default action for a file type?
File Types Editor
What deployment editor can be used to specify and set properties for predefined dialog boxes that are displayed during installation on the target computer?
User Interface Editor
What are the two sections that the User Interface Editor is divided into?
1. Install
2. Admin
What deployment editor can be used to gather customer information or to allow the user to change the installation directory?
User Interface Editor
What deployment editor allows you to specify additional actions to be performed on the target computer at the end of an installation?
Custom Actions Editor
What are the four phases of installation when using a Web Setup Project?
1. Install
2. Commit
3. Rollback
4. Uninstall
What deployment editor allows you to specify conditions that must be met in order to successfully run an installation?
Launch Conditions Editor
What tool allows you to compile a web site and copy the output to a specified location?
Publish Web Site utility
What tasks are accomplished when publishing a web site?
1. Pages, source code in App_Code folder, etc. are precompiled into executable output
2. Executable output is written to a target folder
What are two ways markup can be published using the Publish Web Site Utility?
1. Markup protection (Precompiled)
2. Without markup protection (allows changes)