Click to See Complete Forum and Search --> : How to display license agreement RTF?
zoom1
Sep 4th, 2008, 02:23 AM
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.
si_the_geek
Sep 4th, 2008, 04:43 AM
Thread moved to Application Deployment forum (which is for questions about installing/distributing your software)
dilettante
Sep 4th, 2008, 06:24 PM
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.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.