C # program package installation and deployment of the add registry entries (rpm)

Today, as we put together a number of specific documentation on how to do the installation package of these documents does not guarantee everyone the right to do the installation package is generated in the time and running, but the guiding role of these documents for a friend in need is still necessary, the installation of the deployment process of the actual product may some companies will use some ready-made powerful authoring software installation package installation installer, and some companies or individuals on their own to make the installation package. In order to give the novice some help, now share these documents, we hope to be able to apply this knowledge in their practical work.

At present document main contents are:

One: Create Create Windows installation project

Two: Add Content File

Three: Add Project Output

Four: Add registry information

Five: Create Shortcut

Six: generation Windows Installer

Description: In the actual fabrication and installation package program, the steps are not required and the above steps, except when specific installation needs sometimes more complex and cumbersome than these, this document provides reference and guidance only.

Add the registry entry for the Windows installation program adds the registry key is as follows. (1) Select the setup project in the "Solution Explorer" window, right-click the shortcut menu, select "View / Registry" option, shown in Figure 1.  

1 Select "View / Registry" option (2) to display the "Registry" tab on the left side of the Windows installation project, in the "Registry" tab, expand the "HKEY_CURRENT_USER / Software" node, then the registry item "[Manufacturer]" renaming, shown in Figure 2,  

                 FIG 2 "Registry" tab Note: "[Manufacturer]" registry entry square brackets to indicate that it is a property, which is replaced by the attribute value input Manufacturer deployment project. (3) Select the registry key, right-click the shortcut menu, select "New / String Value" option, so you can initialize a registry key value added shown in Figure 3.  

           FIG 3 select "New / String Value" option (4) adding the value of the selected registry keys, right-click, select "properties window" option, pop-up "Properties" window, shown in Figure 4, where the registry can value of the item to be modified.  

                  Figure 4 "Properties" window accordance with the above steps, you can add a registry entry for Windows Installer.

https://www.cnblogs.com/wangsaiming/archive/2012/01/05/2313433.html

Guess you like

Origin www.cnblogs.com/xihong2014/p/11853175.html