|
-
Sep 4th, 2008, 02:23 AM
#1
Thread Starter
Junior Member
How to display license agreement RTF?
Hi, Is it possible to display an RTF (rich text file) e.g. license agreement, then ask user to click on "I agree" or "I disagree" button in the installation program (e.g. setup.exe) created by the Package & Dep Wizard? Thanks.
-
Sep 4th, 2008, 04:43 AM
#2
Re: How to display license agreement RTF?
Thread moved to Application Deployment forum (which is for questions about installing/distributing your software)
-
Sep 4th, 2008, 06:24 PM
#3
Re: How to display license agreement RTF?
There is nothing built into PDW for this. It would have to be done by modifying (creating a customized) Setup1. You starting point would be the source code for this found under the PDW folder, example:
C:\Program Files\Microsoft Visual Studio\VB98\Wizards\PDWizard\Setup1
The VB6 documentation briefly describes how to work with this source to create and use a custom Setup1.
Alternatively you might use Visual Studio Installer 1.1, the packager Microsoft introduced in about 2000 to replace VSI 1.0, which was introduced around 1999 to replace PDW. Later versions do not support VB6 directly.
VSI 1.1 has a built in provision for a License Agreement dialog panel that accepts an RTF file.
Beyond this you have numerous 3rd party options.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|