Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Enable the License Agreement radio button


3 replies to this topic

gaurav

gaurav
  • Full Members
  • 18 posts

Posted 16 January 2007 - 11:35

Hi All,

I have a requirement as follows.

In the License Agreement Dialog box we have the two radio buttons "Agree" and "Disagree". The default setting is eventhough if we didn't read the License Agreement fully we can give "Yes" to License Agreement.

But my requirement is how to enable the "Yes" and "No" radio buttons after the user read the agreement fully ie., we should force the user to read the agreement fully and then only we should enable the "Yes" and "No" radio buttons of this dialog.

How can we do this ?

Advance thanks.....

Regards,
Gaurav




Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 16 January 2007 - 18:02

This sample may be helpful:
"Check if License Text was Completely Viewed"
http://www.installsi...s/en/msi/ca.htm

gaurav

gaurav
  • Full Members
  • 18 posts

Posted 18 January 2007 - 05:31

Hi,

Thanks for the reply.

I don't know how to use this cpp file in a installshield project.Could you please let me know how can we access this cpp file.

Thanks and Regards,
Gaurav

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 20 January 2007 - 19:21

You have to use the C++ source code in Visual Studio to compile a DLL from it. You can't use it in InstallShield directly.