Install a Web application with the Advanced Installer package with one click
Installation preview:
Resources Download:
Sample installation Package
Operation Flow:
1. Create a new ASP. NET application.
2. Set the application name and company name.
3. Select the installation package distribution type. By default.
4. Specify the path to the project and package.
5. Create a new application file. Click New file and create new folder to select a file or folder under the site.
6. Configure the application run-time environment.
7. Configure the. Net framework environment for the package.
8. Define the Web application type.
9. Set the host, port and other parameters.
10. Select an application pool that can inherit the default or create a new. The new application pool makes it easy to set properties in subsequent operations.
11. Select Execute application. Choose according to the actual situation.
12. Select the language version. Default Simplified Chinese.
Now that the installation Wizard has been created, you start setting up additional actions.
1. Add permissions to the folder. Right-click the Application folder, view properties, and the last tab is permissions. Create a new permission, select the corresponding user and domain. Important
2. Site property settings. Under the Internet Information Service Site node, you can find the newly created web site, on the right there are several tabs, you can flexibly configure the site properties.
3. Application Pool property settings. It is important to note here that if you are deploying a 32-bit application on a 64-bit machine, it is best to check the 32-bit application enabled on the 64-bit window.
4. Start Menu. In the files and Folders feature, there is a Start menu where you can create a new folder and create a new shortcut. The uninstall shortcut is provided by default.
The above actions are as follows.
Operation:
(go) Use advanced Installer to package one-click Install Web Application