Adding license agreement for Installshield prerequisites
Can any one tell me how add License agreement for before installing prerequisites in installs开发者_Go百科hield 2010.
If you want, you can move your prerequisite as as "Feature Prerequisite". The feature prerequisite is tied to a specific feature on your product. You can then update your License Agreement to include any information with regards to your prerequisite.
One option might be to not install the programs as prerequisites, but launch them directly from your UI? After the dialog that displays the license agreement, have a custom dialog that displays the status of the other installers. Use the LaunchAppAndWait method to execute the other installers.
I don't know that this is possible. By definition, the prereqs run before any of the UI.
精彩评论