0

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

Vinay MS
  • 550
  • 3
  • 6
  • 21

3 Answers3

1

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.

Vibz
  • 163
  • 2
  • 8
0

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.

epotter
  • 7,631
  • 7
  • 63
  • 88
  • 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. – Vinay MS Aug 30 '10 at 04:45
-1

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

epotter
  • 7,631
  • 7
  • 63
  • 88
  • 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. – Vinay MS Aug 28 '10 at 06:19