License Agreement Dialog

I'm creating a setup project for an application and I would like to present a EULA to the user.

I using the supplied License Agreement Dialog  and am supposed to set the LicenseFile Property to the rtf file that contains the EULA. The file was added to the project

Simple enough right

However when I do a test install the EULA is not shown. Does anyone have any idea as why this is happening

Thanks


Answer this question

License Agreement Dialog

  • tanha

    I tried it with a txt file (created with msword, editor etc.) and it doesn't work. Could anyone help me
  • rokhead

    I am a little confused about your reply here...and I may have confused things earlier with my reply.

    So please try the following:

    1. Launch Winword.exe (ms word)

    2. Add your text for your agreement dialog

    3. Complete a "Save As" frome within winword and select the the "Save as type" as "Rich Text Format (*rtf)".

    Hopefully this file will do the trick for you.

    -Robert Schoen (MS Visual Basic QA)


  • serpentara

    the file needs to be in rich text format (.rtf)


  • Vanna

    I played around with this and it sounds like you may have an incorrectly formated .rtf file.  Did you happen to take a .txt file and just change the extension to .rtf   That was the only way I got this to happen.

    Robert


  • License Agreement Dialog