Adding license agreement for Installshield prerequisites

Can any one tell me how add License agreement for before installing prerequisites in installshield 2010.

asked Aug 26, 2010 at 13:54 550 3 3 gold badges 6 6 silver badges 21 21 bronze badges What is the project type? MSI, Installscript, or Installscript-MSI? Commented Aug 26, 2010 at 14:02

3 Answers 3

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.

answered Aug 31, 2010 at 17:16 163 2 2 silver badges 8 8 bronze badges

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.

answered Aug 28, 2010 at 17:08 7,769 7 7 gold badges 64 64 silver badges 89 89 bronze badges

But I have 4 prerequisites 1.Dot.net franework 3.5 sp1 2.ADO.net Hotfix. 3.SQL server 2005 sp1 4.visal c++ redistribute. Befrore installing I need to check the registy and after I have install. But as you said through LaunchAppAndWait is that possible, can you give me some code snippets. That would be grate.

Commented Aug 30, 2010 at 4:45

I don't know that this is possible. By definition, the prereqs run before any of the UI.

answered Aug 26, 2010 at 14:02 7,769 7 7 gold badges 64 64 silver badges 89 89 bronze badges

Is their any way like adding using any script file to bring the license agreement I need to show license agreement for microsoft related prerequisites.