PDA

Click to See Complete Forum and Search --> : License Agreement page in installation


Lei Liu
Jul 12th, 2003, 12:10 PM
My first time to make an application I wrote available to my colleagues. I am using VB's "Package & Deployment Wizard", and I'd like to insert a license agreement page at the beginning of the installation. I know I can edit the SETUP1 project to change the default behavior of PDWizard, but I want to do it right. There must be a lot of tutorials and examples on this issue in the web. Can anybody direct me to one of these places? Also, general information about freeware, shareware, and license agreement will be welcome.
Thanks.
Lei

VB4fun
Jul 12th, 2003, 12:48 PM
If you are willing to venture a little, try INNO setup instead of P&D Wizard. (maybe use the P&D wizard for your dependencies)

this forum turned me on to Inno, and I am so glad I switched.

It has a wizard to get you started, which will include a license page for you to insert your own .txt file for the agreement.

Not as hard as you may think to use.

it is here...
http://www.jrsoftware.org/

and the third party link will link you to ISTools a GREAT add on !