|
-
Jan 24th, 2008, 01:36 PM
#1
Thread Starter
PowerPoster
[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
-
Jan 24th, 2008, 01:59 PM
#2
Re: Inno Setup, adding an EULA
Are you selling this software commerically?
-
Jan 24th, 2008, 02:12 PM
#3
Thread Starter
PowerPoster
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.
-
Jan 24th, 2008, 02:20 PM
#4
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....
-
Jan 24th, 2008, 02:23 PM
#5
Thread Starter
PowerPoster
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?
-
Jan 24th, 2008, 06:02 PM
#6
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.
-
Jan 25th, 2008, 08:43 AM
#7
Re: [RESOLVED] Inno Setup, adding an EULA
 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.
-
Jan 25th, 2008, 02:31 PM
#8
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.
-
Jan 29th, 2008, 05:36 PM
#9
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.
-
Jan 29th, 2008, 06:54 PM
#10
Thread Starter
PowerPoster
Re: [RESOLVED] Inno Setup, adding an EULA
Ok for ex.
I would just put
LicenseFile=myEULA.txt?
-
Jan 30th, 2008, 05:37 AM
#11
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|