Results 1 to 11 of 11

Thread: [RESOLVED] Inno Setup, adding an EULA

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    May 2006
    Posts
    2,295

    Resolved [RESOLVED] Inno Setup, adding an EULA

    I was wondering, I use the setup wizard to make program setups, but how do I add an thing where it would show the EULA and they must accept it before the setup will continue?

    Thanks.

    Why do I need a EULA? BTW

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

    Re: Inno Setup, adding an EULA

    Are you selling this software commerically?

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    May 2006
    Posts
    2,295

    Re: Inno Setup, adding an EULA

    Well I am distributing it for free. So people can download it for free and use for for free.

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

    Re: Inno Setup, adding an EULA

    Well, in that case you might want to add a "Use at your own risk" disclaimer when you indicate what your program is and what it does.

    But, if you aren't asking money for it, I don't see the need for a formal EULA....

  5. #5

    Thread Starter
    PowerPoster
    Join Date
    May 2006
    Posts
    2,295

    Re: Inno Setup, adding an EULA

    Ok thanks

    But what would be the difference between in a EULA in software you sell and that you give for free?

  6. #6
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: [RESOLVED] Inno Setup, adding an EULA

    Actually the price (or lack of) doesn't make a difference - a EULA is a legal agreement which generally specifies what the user can do with your program, and what you are responsible for if the worst happens (eg: there is a bug in your program which deletes their documents).

    The difference is how far people are typically willing to go if there is a problem.. if a program was free, they are much less likely to take legal action (or expect a large amount of support from you) than they would if they had spent money on your program.

    In an ideal world I would agree with Hack.. I hate reading (or even worse, writing) EULA's, and would much rather see just a couple of simple paragraphs like this:
    As this program is free, you are allowed to use it on as many computers as you want, and may give copies of the program to other people.

    You use this program at your own risk, and accept responsibility for any damage that it may cause - but we assure you that we have done our utmost to ensure that damage will not be done.
    ..unfortunately that isn't enough to protect you legally, but like I said if your program is free, people are much less likely to hassle you.

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

    Re: [RESOLVED] Inno Setup, adding an EULA

    Quote Originally Posted by si_the_geek
    ..unfortunately that isn't enough to protect you legally,
    What is enough to protect you legally? And I don't understand what liability could ensue from something that is free, and an individual downloads of their own free will and volition.

  8. #8
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: [RESOLVED] Inno Setup, adding an EULA

    The level of legal liability does not depend on the price, as free software is still software, and is still theoretically capable of creating the same 'damage' (to computers/earnings/..). The price only really affects the likelihood of people pursuing you.

    To be properly protected, you would need to have the kind of long & complex EULA that big companies like Microsoft/Corel/etc have. To get that you would need to spend a lot on lawyers.. or perhaps instead get a pre-made one, which I think you can get for free from the GNU organisation.

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

    Re: [RESOLVED] Inno Setup, adding an EULA

    In the [Setup] section add

    LicenseFile=yourLicenseFilename

    It's best to make your license file a RTF file so that you have better control over the format.

  10. #10

    Thread Starter
    PowerPoster
    Join Date
    May 2006
    Posts
    2,295

    Re: [RESOLVED] Inno Setup, adding an EULA

    Ok for ex.

    I would just put

    LicenseFile=myEULA.txt?

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

    Re: [RESOLVED] Inno Setup, adding an EULA

    Yes, That is what you would do.

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