Link to home
Start Free TrialLog in
Avatar of stephaniem712
stephaniem712

asked on

How to Include User License Agreement in program installation in VB.net program

I am updating a program written inhouse using VB.net 2003.  I have a user license agreement.rtf file that I can't get to appear during installation process.  I have it in the setup file.  How do you get this agreement to appear during setup and the user has to agree to it before continuiing.   I'm stuck...
Avatar of wizrr
wizrr
Flag of Russian Federation image

Try to use WiX. This is simplest way to create custom msi installation packets. Use 3rd version, that version is not stable - but it works and i not found issues there.

http://wix.sourceforge.net/

Also look at these totorial: http://www.tramontana.co.hu/wix/.

To learn how to use WiX - you can download SharpDevelop 2.0 and create WiX setup project.

Good luck.
ASKER CERTIFIED SOLUTION
Avatar of AkisC
AkisC
Flag of Greece image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of stephaniem712
stephaniem712

ASKER

AkisC,
I do have a setup project.  I see the "File System on Target Machine" which includes the Application Folder, User's desktop, User's program menu and User's Startup Folder.  In the User's program menu, the license agreement.rtf is included.  I'm not sure where you're talking about in regards to the user interface and right click on - start....  etc.  Can you please instruct further?  Thanks!
I found the user interface on the View menu and figured out the rest.  Thanks AkisC!
Sorry I missed your previous question. My Internet connection was out for 24 hours.
Nice that you have figured it out

Have fun coding...