Results 1 to 9 of 9

Thread: inserting a license agreement in final package?

  1. #1

    Thread Starter
    Member
    Join Date
    Apr 2008
    Posts
    46

    Red face inserting a license agreement in final package?

    Hi,

    My application in VB6 using MSAccess as backend is ready, but i don't know how to add a license agreement in the final packaging which should appear during the setup. Kindly enlighten...

  2. #2
    Hyperactive Member
    Join Date
    Oct 2007
    Location
    Indiana
    Posts
    295

    Re: inserting a license agreement in final package?

    The EULA is not part of VB but is part of the program you use to develop your installation package.

    So it depends on what program you're using.

    I use Visual Studio 6.0, and with that I simply create an RTF file with my EULA text, and VS puts it into the installation package. The end user has to click 'agree' to the EULA before the program will install.

  3. #3
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: inserting a license agreement in final package?

    Basically the same goes for Inno Setup too.

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: inserting a license agreement in final package?

    Moved to Application Deployment

  5. #5

    Thread Starter
    Member
    Join Date
    Apr 2008
    Posts
    46

    Re: inserting a license agreement in final package?

    Thanks Guys, so what i do is that i save a text file(with EULA text in it) as EULA.rtf file in the same folder from where the Package n Deployment Wizard picks up the package and it shall do the rest ???
    Last edited by dicktracy007; May 6th, 2008 at 05:21 AM.

  6. #6
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    Re: inserting a license agreement in final package?

    To do it with PDW you'd need to customize Setup1. The source is in the folder:

    C:\Program Files\Microsoft Visual Studio\VB98\Wizards\PDWizard\Setup1

    Instructions on doing this are in the VB6 documentation.

    If you use Visual Studio Installer 1.1 you can add the License Agreement dialog and specify your LicenseFile (RTF) as part of defining the package.

  7. #7

    Thread Starter
    Member
    Join Date
    Apr 2008
    Posts
    46

    Re: inserting a license agreement in final package?

    Thanks a lot, dilettante. would check it up soon and may be thank you again.

  8. #8
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: inserting a license agreement in final package?

    I would actually use Word to create it so you can take advantage of all of the formatting properties, and then convert the word document to a PDF.

    I think that would look more professional than a straight text file.

  9. #9

    Thread Starter
    Member
    Join Date
    Apr 2008
    Posts
    46

    Re: inserting a license agreement in final package?

    Thanks for the InnoSetup idea, Randem. It worked beautifully for me.
    And thanks Hack, for i agree a pdf file would definitely make it look good.
    Keep up the good work.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width