Create dialog box for ASP. NET installation and deployment

Source: Internet
Author: User

In ASP. NET installation and deployment, how does one create a custom installation dialog box? Let's start:

1. Select the "Test Installer" project in Solution Explorer. On the "View" menu, point to "Editor" and select "User Interface ".

 

2. In the User Interface Editor, select the "Start" node under "installation. On the "operations" menu, select "add dialog box ".

3. In the "add dialog box", select the "License Agreement" dialog box and click "OK" to close the dialog box. (Note: I didn't add it because I still don't need it for the time being. You need to add it)

4. In the Add dialog box, select the text box (A) and click OK to close the dialog box.

 

5. On the "operations" menu, select "Move Up ". Repeat this step until the "text box (A)" dialog box is located on the "Install Folder" node.

6. In the "properties" window, select the BannerText attribute and type: Install database ..

7. Select the BodyText attribute and type: the installer will install the database on the target machine.

8. Select the Edit1Label attribute and type: Database Name :.

9. Select the Edit1Property property and type CUSTOMTEXTA1.

10. Select the Edit1Value attribute and type: GsCrm.

11. Select the Edit2Label attribute and type: Server Name :.

12. Select the Edit2Property property and type CUSTOMTEXTA2.

13. Select the Edit2Value attribute and type: (local ).

14. Select the Edit3Label attribute and type: User name :.

15. Select the Edit3Value attribute and type sa.

16. Select the Edit3Property property and type CUSTOMTEXTA3.

17. Select the Edit4Label attribute and type: Password :.

18. Select the Edit4Property property and type CUSTOMTEXTA4.

19. Select Edit2Visible and Edit3Visible, and set them to False.

The basic information and specific steps of the create dialog box for ASP. NET installation and deployment are described here. I hope to help you understand the create dialog box for ASP. NET installation and deployment.

  1. Programming of ASP. NET components
  2. Programming analysis of ASP. NET CheckBoxList component
  3. Programming analysis of ASP. NET LinkButton component
  4. Detailed illustration of creating a project for ASP. NET installation and deployment
  5. Import project diagram of ASP. NET installation and deployment

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.