This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Read License file dynamically
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Nov 29, 2007
11:47 AM
Read License file dynamically
--------------------------------------------------------------------------------
Hi
I have two licenses files namly License.rtf and userlicense.rtf.
The first one is mandatory and the second one is for customizarion.
I am giving the License.rtf file in LicenseAgreement Dialog.
I have to pop up another dialog after LicenseAgreement Dialog if userlicense.rtf is present in SETUPEXE Dir
How do i do it?
Is there anyway by which i can dynamically read the contents of userlicense.rtf and diaplay it in a dialog.
I am using Basic MSI
Thanks and Regards
P.Meena
Hi
I have two licenses files namly License.rtf and userlicense.rtf.
The first one is mandatory and the second one is for customizarion.
I am giving the License.rtf file in LicenseAgreement Dialog.
I have to pop up another dialog after LicenseAgreement Dialog if userlicense.rtf is present in SETUPEXE Dir
How do i do it?
Is there anyway by which i can dynamically read the contents of userlicense.rtf and diaplay it in a dialog.
I am using Basic MSI
Thanks and Regards
P.Meena
(1) Reply
Nov 30, 2007
06:38 PM
If possible, you might consider using a conditioned dialog box or ScrollableText control; but if you truly need to dynamically read an RTF file, there's this thread as a last resort: [thread]166696[/thread].