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
- :
- Re: License Agreement
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 27, 2008
10:53 AM
License Agreement
Hi there,
The text in my license.rtf does not appear in the "License Agreement" dialog during installation.
I use a Basic MSI project with IS2008. During design, when I select the LicenseAgreement dialog and click in the edit box that should contain the scrollable text (it's called memo scrollable text), I can see the properties of the edit box (I have 'visible' = true). However, the text does not appear when I run the debug.
Does someone have a clue on this?
The text in my license.rtf does not appear in the "License Agreement" dialog during installation.
I use a Basic MSI project with IS2008. During design, when I select the LicenseAgreement dialog and click in the edit box that should contain the scrollable text (it's called memo scrollable text), I can see the properties of the edit box (I have 'visible' = true). However, the text does not appear when I run the debug.
Does someone have a clue on this?
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 27, 2008
11:44 AM
One thing to check: is it a "real" RTF file, and not, say, a renamed .txt file? Can you view its contents using WordPad?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 28, 2008
01:49 AM
Hi Robert,
I can view it with WordPad, Notepad, Word,...
It seems that Basic MSI accept only rtf file. What strange is that I can view the text in the License Agreement Dialog Box while designing... not when testing nor when executing the release.
How I can see that it's a real rtf file?
I can view it with WordPad, Notepad, Word,...
It seems that Basic MSI accept only rtf file. What strange is that I can view the text in the License Agreement Dialog Box while designing... not when testing nor when executing the release.
How I can see that it's a real rtf file?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 28, 2008
08:57 AM
Okay, you should not be able to view it with Notepad (since that shows only plain-text files); perhaps open with WordPad (not Word) and save as RTF?