You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This dialog box specifies which prerequisite components are installed, how they are installed, and which order the packages are installed.
19
+
The **Prerequisites** dialog box specifies which prerequisite components are installed, how they are installed, and which order the packages are installed.
20
20
21
-
To access this dialog box, select a project node in **Solution Explorer**, and then, on the **Project** menu, click **Properties**. When the **Project Designer** appears, click the **Publish** tab. On the **Publish** page, click **Prerequisites**. For Setup projects, on the **Project** menu, click **Properties**. When the **Property Pages**dialogbox appears, click **Prerequisites**.
To access the dialog box, select a project node in **Solution Explorer**, and then select **Project** > **Properties**. When the **Project Designer** appears, select the **Publish** tab, and then select **Prerequisites**. For Setup projects, on the **Project** menu, click **Properties**. When the **Property Pages** dialog box appears, click **Prerequisites**.
24
+
25
+
## UIElement list
24
26
25
27
|Element|Description|
26
28
|-------------|-----------------|
27
-
|**Create setup program to install prerequisite components**|Includes the prerequisite components in your application's Setup program (Setup.exe) so that they will be installed before your application, in order of dependency. By default, this option is selected. If it is not selected, no Setup.exe is created.|
28
-
|**Choose which prerequisites to install**|Specifies whether to install components such as [!INCLUDE[dnprdnshort](../../code-quality/includes/dnprdnshort_md.md)], Crystal Reports, and so on.<br /><br /> For example, by selecting the check box next to **SQL Server 2005 Express Edition SP2**, you specify that the Setup program verify whether this component is installed on the target computer and install it if it is not already installed.<br /><br /> For detailed information about each prerequisite package, see the Prerequisites Information table later in this topic.|
29
-
|**Check Microsoft Update for more redistributable components**|Clicking this link takes you to the [Bootstrapper Packages to Redistribute Components](http://go.microsoft.com/fwlink/?LinkId=208835) website to check for updates.|
29
+
|**Create setup program to install prerequisite components**|Includes the prerequisite components in your application's Setup program (*Setup.exe*) so that they'll be installed before your application, in order of dependency. By default, this option is selected. If it is not selected, no *Setup.exe* is created.|
30
+
|**Choose which prerequisites to install**|Specifies whether to install components such as .NET Framework and C++ runtime libraries.<br /><br />For example, by selecting the check box next to **SQL Server 2012 Express**, you specify that the Setup program must verify whether this component is installed on the target computer, and install it if it's not.<br /><br />For detailed information about each prerequisite package, see [Prerequisites information](#prerequisites-information).|
30
31
|**Download prerequisites from the component vendor's web site**|Specifies that the prerequisite components be installed from the vendor's Web site. This is the default option.|
31
32
|**Download prerequisites from the same location as my application**|Specifies that the prerequisite components be installed from the same location as the application. This copies all the prerequisite packages to the publish location. For this option to work, the prerequisite packages must be on the development computer.|
32
-
|**Download prerequisites from the following location**|Specifies that the prerequisite components be installed from the location that you select. You can use the **Browse** button to select a location.|
33
+
|**Download prerequisites from the following location**|Specifies that the prerequisite components be installed from the location that you enter. You can use the **Browse** button to select a location.|
33
34
34
-
## Prerequisites Information
35
+
## Prerequisites information
35
36
36
-
The prerequisite components that appear in the **Prerequisites** dialog box might differ from those in the following list. The prerequisite packages listed in the **Prerequisites Dialog Box** are set automatically the first time that you open the dialog box. If you subsequently change the project's target framework, you will have to select the prerequisites manually to match the new target framework.
37
+
The prerequisite components that appear in the **Prerequisites** dialog box might differ from those in the following list. The prerequisite packages listed in the **Prerequisites Dialog Box** are set automatically the first time that you open the dialog box. If you subsequently change the project's target framework, you have to select the prerequisites manually to match the new target framework.
37
38
38
39
|Element|Description|
39
40
|-------------|-----------------|
40
-
|**.NET Framework 3.5 SP1**|This package installs the following:<br /><br /> - .NET Framework versions 2.0, 3.0, and 3.5.<br />- Support for all .NET Framework versions on 32-bit (x86) and 64-bit (x64) operating systems.<br />- Language packs for each .NET Framework version that is installed with the package.<br />- Service packs for .NET Framework 2.0 and 3.0.<br /><br /> .NET Framework 3.0 is included with Windows Vista, and .NET Framework 3.5 is included with [!INCLUDE[vsprvs](../../code-quality/includes/vsprvs_md.md)]. .NET Framework 3.5 is required for all Visual Basic and C# projects that are compiled for 32-bit operating systems and for which the target framework is set to **.NET Framework 3.5**, and for Visual Basic and C# projects compiled for 64-bit operating systems. (IA64 is not supported.) Note that Visual Basic and C# projects are compiled for any CPU architecture by default. For more information, see [Visual Studio Multi-Targeting Overview](../../ide/visual-studio-multi-targeting-overview.md) and [Deploying Prerequisites for 64-bit Applications](../../deployment/deploying-prerequisites-for-64-bit-applications.md).<br /><br /> By default, this item is selected.|
41
+
|**.NET Framework 3.5 SP1**|This package installs the following:<br /><br /> - .NET Framework versions 2.0, 3.0, and 3.5.<br />- Support for all .NET Framework versions on 32-bit (x86) and 64-bit (x64) operating systems.<br />- Language packs for each .NET Framework version that is installed with the package.<br />- Service packs for .NET Framework 2.0 and 3.0.<br /><br /> .NET Framework 3.0 is included with Windows Vista, and .NET Framework 3.5 is included with Visual Studio. .NET Framework 3.5 is required for all Visual Basic and C# projects that are compiled for 32-bit operating systems and for which the target framework is set to **.NET Framework 3.5**, and for Visual Basic and C# projects compiled for 64-bit operating systems. (IA64 is not supported.) Note that Visual Basic and C# projects are compiled for any CPU architecture by default. For more information, see [Visual Studio Multi-Targeting Overview](../../ide/visual-studio-multi-targeting-overview.md) and [Deploy prerequisites for 64-bit apps](../../deployment/deploying-prerequisites-for-64-bit-applications.md).|
41
42
|**Microsoft .NET Framework 4.x**|This package installs the .NET Framework 4.x for both the x86 and x64 platforms.|
42
43
|**Microsoft System CLR Types for SQL Server 2014 (x64 and x86)**|This package installs Microsoft System CLR Types for SQL Server 2014 for either x64 or x86.|
43
44
|**SQL Server 2008 R2 Express**|This package installs Microsoft SQL Server 2008 R2 Express, a free edition of Microsoft SQL Server 2008 R2, an ideal database for small web, server or desktop applications. It can be used for free for development and production.|
@@ -52,4 +53,4 @@ The prerequisite components that appear in the **Prerequisites** dialog box migh
0 commit comments