Including Redistributables in Your InstallationInstallShield 2014 Inst dịch - Including Redistributables in Your InstallationInstallShield 2014 Inst Việt làm thế nào để nói

Including Redistributables in Your

Including Redistributables in Your Installation
InstallShield 2014

InstallShield includes many commonly used third-party redistributables, making it easy to add support for popular technologies such as the .NET Framework to your installation. When you add redistributables to your project, the redistributables, plus all of the associated dependencies, are added to your installation. This simplifies the process of packaging redistributables and helps to facilitate consistency for internal or external use.

The Redistributables view (or in InstallScript and InstallScript Object projects, the Objects view) contains all of the InstallShield objects and third-party merge modules that are included with InstallShield. In Basic MSI and InstallScript MSI projects, this view also contains InstallShield prerequisites that you can add to your installation. In InstallScript projects, you can use the Prerequisites view to add InstallShield prerequisites to your installation.

InstallShield Prerequisites

An InstallShield prerequisite is an installation for a product or technology framework that is required by your product. You can add any of the existing InstallShield prerequisites to your installation projects and configure many of their settings. You can also create your own InstallShield prerequisites, and add them to your projects.

InstallShield includes a base set of InstallShield prerequisites. You can also use the InstallShield Prerequisite Editor in InstallShield to define custom InstallShield prerequisites or to edit settings for any existing InstallShield prerequisites.

InstallShield includes support for two types of InstallShield prerequisites:

• Setup prerequisite—The installation for this type of prerequisite runs before your installation runs.
• Feature prerequisite—This type of prerequisite is associated with one or more features. It is installed if the feature that contains the prerequisite is installed and if the prerequisite is not already installed on the system. Thus, if a feature has a condition that is not met on the target system, or if the end user chooses not to install the feature, the feature is not installed. As a result, none of its associated feature prerequisites are installed, unless the feature prerequisites are also associated with other features that are installed.

Project: Basic MSI projects include support for feature prerequisites.

InstallShield also includes support for including InstallShield prerequisites as packages in Advanced UI and Suite/Advanced UI projects. For more information, see Including InstallShield Prerequisites (.prq) in an Advanced UI or Suite/Advanced UI Project.

Merge Modules

A merge module (or .msm file) contains all of the logic and files needed to install distinct pieces of functionality. For example, some applications require Microsoft C++ run-time libraries. Instead of having to include the file in a feature and figure out its installation requirements, you can simply attach the Microsoft C++ runtime library merge module to one of your project’s features.

Note: Many of the merge modules included in the Redistributables view are authored by Microsoft or another third party. InstallShield distributes these modules as a courtesy to assist you in creating your installation project. However, InstallShield cannot modify or fix any problems that may exist within third party-authored modules. You are encouraged to contact the vendor regarding issues with specific third party-authored modules.

Objects

Like merge modules, objects contain logic and files needed to install distinct pieces of functionality. Some objects, such as the DirectX object included with InstallShield, require customization through a wizard. As soon as you add such an object to your installation, its customization wizard opens. You can either customize your object at the time you add it, or cancel the wizard and customize your object later by right-clicking the object and selecting Change Objects Settings.

Redistributables Gallery

Because the file size of many of the redistributables is so large, some that are available for use in your projects are not added to your computer when you install InstallShield. However, these redistributables are still available for download from the Internet to your computer.

Configurable Merge Modules

A configurable redistributable is a merge module or an object that has at least one row in the ModuleConfiguration table that is referenced by at least one row in the ModuleSubstitution table. This enables you to change a value in the redistributable. When you select a configurable module in the Redistributables view, the Merge Module Configurable Values dialog box is displayed to enable you to configure the module at the time you add it. To customize the merge module later, right-click it and select Configure merge module.

See Also

Redistributables View

Prerequisites View

ModuleConfiguration Table (Windows Installer Help Library)

ModuleSubstitution Table (Windows Installer Help Library)

Designing InstallShield Prerequisites and Other Redistributables

InstallShield Help Library
May 2014 Copyright Information | Contact Us
0/5000
Từ: -
Sang: -
Kết quả (Việt) 1: [Sao chép]
Sao chép!
Trong đó có Redistributables trong cài đặt của bạnInstallShield 2014 InstallShield bao gồm nhiều thường được sử dụng bên thứ ba, redistributables, làm cho nó dễ dàng để thêm hỗ trợ cho các công nghệ phổ biến như .NET Framework để cài đặt của bạn. Khi bạn thêm redistributables vào dự án của bạn, các redistributables, cộng với tất cả các phụ thuộc liên quan, được thêm vào cài đặt của bạn. Điều này đơn giản hoá quá trình đóng gói redistributables và giúp tạo thuận lợi cho nhất quán để sử dụng nội bộ hoặc bên ngoài.Giao diện Redistributables (hoặc dự án InstallScript và InstallScript đối tượng, Hiển thị các đối tượng) có chứa tất cả các đối tượng InstallShield và mô-đun kết hợp bên thứ ba được cung cấp với InstallShield. Dự án cơ bản MSI và InstallScript MSI, quan điểm này cũng có điều kiện tiên quyết InstallShield mà bạn có thể thêm vào cài đặt của bạn. Trong dự án InstallScript, bạn có thể sử dụng chế độ xem điều kiện tiên quyết để thêm InstallShield điều kiện tiên quyết để cài đặt của bạn.Điều kiện tiên quyết InstallShieldMột điều kiện tiên quyết InstallShield là một cài đặt cho một khuôn khổ sản phẩm hoặc công nghệ đó là cần thiết bởi sản phẩm của bạn. Bạn có thể thêm bất kỳ điều kiện tiên quyết InstallShield sẵn có cho các dự án của bạn cài đặt và đặt cấu hình nhiều người trong số các cài đặt. Bạn cũng có thể tạo điều kiện tiên quyết InstallShield của riêng bạn, và thêm chúng vào dự án của bạn.InstallShield includes a base set of InstallShield prerequisites. You can also use the InstallShield Prerequisite Editor in InstallShield to define custom InstallShield prerequisites or to edit settings for any existing InstallShield prerequisites.InstallShield includes support for two types of InstallShield prerequisites: • Setup prerequisite—The installation for this type of prerequisite runs before your installation runs. • Feature prerequisite—This type of prerequisite is associated with one or more features. It is installed if the feature that contains the prerequisite is installed and if the prerequisite is not already installed on the system. Thus, if a feature has a condition that is not met on the target system, or if the end user chooses not to install the feature, the feature is not installed. As a result, none of its associated feature prerequisites are installed, unless the feature prerequisites are also associated with other features that are installed. Project: Basic MSI projects include support for feature prerequisites.InstallShield also includes support for including InstallShield prerequisites as packages in Advanced UI and Suite/Advanced UI projects. For more information, see Including InstallShield Prerequisites (.prq) in an Advanced UI or Suite/Advanced UI Project.Merge ModulesA merge module (or .msm file) contains all of the logic and files needed to install distinct pieces of functionality. For example, some applications require Microsoft C++ run-time libraries. Instead of having to include the file in a feature and figure out its installation requirements, you can simply attach the Microsoft C++ runtime library merge module to one of your project’s features.Note: Many of the merge modules included in the Redistributables view are authored by Microsoft or another third party. InstallShield distributes these modules as a courtesy to assist you in creating your installation project. However, InstallShield cannot modify or fix any problems that may exist within third party-authored modules. You are encouraged to contact the vendor regarding issues with specific third party-authored modules. ObjectsLike merge modules, objects contain logic and files needed to install distinct pieces of functionality. Some objects, such as the DirectX object included with InstallShield, require customization through a wizard. As soon as you add such an object to your installation, its customization wizard opens. You can either customize your object at the time you add it, or cancel the wizard and customize your object later by right-clicking the object and selecting Change Objects Settings.Redistributables GalleryBecause the file size of many of the redistributables is so large, some that are available for use in your projects are not added to your computer when you install InstallShield. However, these redistributables are still available for download from the Internet to your computer.Configurable Merge ModulesA configurable redistributable is a merge module or an object that has at least one row in the ModuleConfiguration table that is referenced by at least one row in the ModuleSubstitution table. This enables you to change a value in the redistributable. When you select a configurable module in the Redistributables view, the Merge Module Configurable Values dialog box is displayed to enable you to configure the module at the time you add it. To customize the merge module later, right-click it and select Configure merge module.See AlsoRedistributables View Prerequisites View ModuleConfiguration Table (Windows Installer Help Library)ModuleSubstitution Table (Windows Installer Help Library)Designing InstallShield Prerequisites and Other Redistributables InstallShield Help LibraryMay 2014 Copyright Information | Contact Us
đang được dịch, vui lòng đợi..
Kết quả (Việt) 2:[Sao chép]
Sao chép!
Bao gồm Redistributables trong cài đặt của bạn
InstallShield 2014 InstallShield bao gồm nhiều thường được sử dụng redistributables của bên thứ ba, làm cho nó dễ dàng để thêm hỗ trợ cho các công nghệ phổ biến như .NET Framework để cài đặt của bạn. Khi bạn thêm redistributables để dự án của bạn, các redistributables, cộng với tất cả các phụ thuộc liên quan, được thêm vào để cài đặt của bạn. Điều này giúp đơn giản hoá quá trình redistributables bao bì và giúp tạo điều kiện thống nhất để sử dụng nội bộ hay bên ngoài. Quan điểm Redistributables (hoặc trong InstallScript và InstallScript dự án Object, các đối tượng xem) chứa tất cả các đối tượng InstallShield và bên thứ ba kết hợp các mô-đun được bao gồm InstallShield. Trong MSI và InstallScript MSI dự án cơ bản, quan điểm này cũng có điều kiện tiên quyết InstallShield mà bạn có thể thêm vào cài đặt của bạn. Trong các dự án InstallScript, bạn có thể sử dụng các điều kiện tiên quyết để xem thêm điều kiện tiên quyết để cài đặt InstallShield của bạn. InstallShield Điều kiện tiên quyết Một điều kiện tiên quyết InstallShield là một cài đặt có một cơ cấu sản phẩm hoặc công nghệ mà là yêu cầu của sản phẩm của bạn. Bạn có thể thêm bất kỳ các điều kiện tiên quyết InstallShield hiện các dự án của bạn cài đặt và cấu hình nhiều thiết lập của họ. Bạn cũng có thể tạo ra các điều kiện tiên quyết InstallShield của riêng bạn, và thêm chúng vào các dự án của bạn. InstallShield bao gồm một tập hợp cơ sở các điều kiện tiên quyết InstallShield. Bạn cũng có thể sử dụng InstallShield tiên quyết biên tập InstallShield để xác định tuỳ điều kiện tiên quyết InstallShield hoặc để chỉnh sửa cài đặt cho bất kỳ điều kiện tiên quyết InstallShield hiện. InstallShield bao gồm hỗ trợ cho hai loại điều kiện tiên quyết InstallShield: • Cài đặt điều kiện tiên quyết-Việc lắp đặt cho loại hình này chạy điều kiện tiên quyết trước khi cài đặt của bạn chạy. • Tính năng điều kiện tiên quyết này, loại điều kiện tiên quyết là liên kết với một hoặc nhiều tính năng hơn. Nó được cài đặt nếu các tính năng có chứa các điều kiện tiên quyết đã được cài đặt và nếu các điều kiện tiên quyết là không được cài đặt trên hệ thống. Vì vậy, nếu một tính năng có một điều kiện mà không được đáp ứng vào hệ thống mục tiêu, hoặc nếu người dùng cuối chọn không cài đặt các tính năng, tính năng này không được cài đặt. Kết quả là, không có điều kiện tiên quyết của tính năng liên quan của nó được cài đặt, trừ khi các điều kiện tiên quyết mà tính năng này được kết hợp với các tính năng khác đã được cài đặt. Dự án: dự án MSI cơ bản bao gồm hỗ trợ cho tính năng điều kiện tiên quyết. InstallShield cũng bao gồm hỗ trợ cho bao gồm cả điều kiện tiên quyết như InstallShield gói trong nâng cao dự án nâng cao UI Suite / UI và. Để biết thêm thông tin, xem Bao gồm InstallShield Điều kiện tiên quyết (.prq) trong một giao diện người dùng nâng cao hoặc Suite / Advanced Project UI. Merge Modules Một hợp module (hoặc tập tin .msm) chứa tất cả các logic và tập tin cần thiết để cài đặt phần riêng biệt của chức năng. Ví dụ, một số ứng dụng đòi hỏi Microsoft C ++ thư viện thời gian chạy. Thay vì phải bao gồm các tập tin trong một tính năng và tìm ra các yêu cầu cài đặt của nó, bạn chỉ có thể đính kèm Microsoft C ++ thư viện thời gian chạy mô-đun kết hợp với một trong các tính năng của dự án của bạn. Lưu ý: Nhiều người trong số các mô-đun kết hợp bao gồm trong Redistributables view được tác giả Microsoft hoặc một bên thứ ba. InstallShield phân phối các mô-đun theo đúng trách nhiệm để hỗ trợ bạn trong việc tạo ra dự án cài đặt của bạn. Tuy nhiên, InstallShield không thể sửa đổi hoặc sửa chữa bất kỳ vấn đề nào có thể tồn tại trong các module bên giả thứ ba. Bạn được khuyến khích liên hệ với các nhà cung cấp liên quan đến các vấn đề với các module cụ thể bên giả thứ ba. Objects Giống như hợp nhất các module, các đối tượng có logic và các tập tin cần thiết để cài đặt phần riêng biệt của chức năng. Một số đối tượng, chẳng hạn như các đối tượng bao gồm DirectX với InstallShield, yêu cầu tùy biến thông qua một wizard. Ngay sau khi bạn thêm một đối tượng như vậy để cài đặt của bạn, thuật sĩ tùy biến của nó sẽ mở ra. Bạn có thể tùy chỉnh các đối tượng của bạn tại thời điểm bạn thêm nó, hoặc hủy bỏ các thuật sĩ và tùy đối tượng của bạn sau này bằng cách kích chuột phải vào đối tượng và chọn Change Objects Settings. Redistributables Gallery Bởi vì kích thước tập tin của nhiều redistributables là rất lớn, một số mà có sẵn để sử dụng trong các dự án của bạn không được thêm vào máy tính của bạn khi bạn cài đặt InstallShield. Tuy nhiên, những redistributables vẫn có sẵn để tải về từ Internet vào máy tính của bạn. Merge Configurable Module A phân phối cấu hình là một mô-đun kết hợp hoặc một đối tượng có ít nhất một hàng trong bảng ModuleConfiguration được tham chiếu bởi ít nhất một hàng trong ModuleSubstitution bảng. Điều này cho phép bạn thay đổi một giá trị trong phân phối. Khi bạn chọn một mô-đun cấu hình trong giao diện Redistributables, Merge đun Giá trị cấu hình hộp thoại sẽ được hiển thị cho phép bạn cấu hình các module tại thời điểm bạn thêm nó. Để tùy chỉnh các mô-đun kết hợp sau này, kích chuột phải vào nó và chọn Configure hợp module. Xem thêm Redistributables Xem Điều kiện tiên quyết Xem ModuleConfiguration Bảng (Windows Installer Library Help) ModuleSubstitution Bảng (Windows Installer Library Help) Thiết kế InstallShield Điều kiện tiên quyết và Redistributables khác InstallShield Trợ giúp Thư viện Tháng năm 2014 Thông tin bản quyền | Liên hệ




















































đang được dịch, vui lòng đợi..
 
Các ngôn ngữ khác
Hỗ trợ công cụ dịch thuật: Albania, Amharic, Anh, Armenia, Azerbaijan, Ba Lan, Ba Tư, Bantu, Basque, Belarus, Bengal, Bosnia, Bulgaria, Bồ Đào Nha, Catalan, Cebuano, Chichewa, Corsi, Creole (Haiti), Croatia, Do Thái, Estonia, Filipino, Frisia, Gael Scotland, Galicia, George, Gujarat, Hausa, Hawaii, Hindi, Hmong, Hungary, Hy Lạp, Hà Lan, Hà Lan (Nam Phi), Hàn, Iceland, Igbo, Ireland, Java, Kannada, Kazakh, Khmer, Kinyarwanda, Klingon, Kurd, Kyrgyz, Latinh, Latvia, Litva, Luxembourg, Lào, Macedonia, Malagasy, Malayalam, Malta, Maori, Marathi, Myanmar, Mã Lai, Mông Cổ, Na Uy, Nepal, Nga, Nhật, Odia (Oriya), Pashto, Pháp, Phát hiện ngôn ngữ, Phần Lan, Punjab, Quốc tế ngữ, Rumani, Samoa, Serbia, Sesotho, Shona, Sindhi, Sinhala, Slovak, Slovenia, Somali, Sunda, Swahili, Séc, Tajik, Tamil, Tatar, Telugu, Thái, Thổ Nhĩ Kỳ, Thụy Điển, Tiếng Indonesia, Tiếng Ý, Trung, Trung (Phồn thể), Turkmen, Tây Ban Nha, Ukraina, Urdu, Uyghur, Uzbek, Việt, Xứ Wales, Yiddish, Yoruba, Zulu, Đan Mạch, Đức, Ả Rập, dịch ngôn ngữ.

Copyright ©2024 I Love Translation. All reserved.

E-mail: