Questions tagged [eula]

In the proprietary software industry, an end-user license agreement or software license agreement is the contract between the licensor and purchaser, establishing the purchaser's right to use the software.

Wiki:

EULA stands for End User License Agreement or software license agreement is a contract between the licensor and purchaser, establishing the purchaser's right to use the software.

The license may define ways under which the copy can be used. Many form contracts are only contained in digital form, and only presented to a user as a click-through where the user must accept the agreement.

Free license:

Unlike EULA, free software licenses do not work as contract to existing legislation. No agreement between parties is ever held, because a copyright license is simply a declaration of permissions on something that otherwise would be disallowed by default under copyright law.

A free software license, also known as open source license, grants users of that software the rights to use for any purpose, modify and redistribute creative works and software, both of which are forbidden by the defaults of copyright, and generally not granted with proprietary software.

Usage:

The tag can be used for programming problems related to license agreement process, for basic and theoretical usage problems of tag you can ask these questions on https://www.superuser.com.

Read more:

62 questions
3
votes
8 answers

Is multiple standalone IE's a violation of Microsoft's license?

I just found IE Collection, a multiple standalone IE installer (IE 1.5 through 8.0!) and it has been a great help for finding little rendering issues in my CSS. My concern is that our MCSE/IT guy says that it is a violation of Microsoft's…
user93937
2
votes
1 answer

Is it possible in WIX to force user to scroll all Eula to proceed further?

We have a WIX Eula box , We need to make sure that user read all the EULA contents before he says accept ? Is there any way to keep accept check box or button disabled until user scrolls it down completely? Any help will be really appreciable.
Rashmi
  • 239
  • 3
  • 9
2
votes
2 answers

How can I make Eula.java display Unicode?

The Eula module from code.google.com works great but it doesn't display Unicode characters (e.g. ©) for some reason. I know that AlertDialogs are perfectly capable of displaying Unicode characters, because I do so in other dialogs in my app. The…
ef2011
  • 10,431
  • 12
  • 49
  • 67
2
votes
3 answers

Shell driver install with `ACCEPT_EULA=Y` error

As described here, I am trying to install the following driver in shell, using this code (modified from the original slightly): curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add - curl…
Dave
  • 410
  • 6
  • 13
2
votes
1 answer

Country-Specific EULAs for Android

The Android app EULA has to be part of the app and is generated using the eula class. It appears to be USA specific. Is there a way to automatically generate country-specific EULAs in Android? On the iPhone, iTunes does this automatically. Has…
user482156
  • 21
  • 1
2
votes
1 answer

"End of Statement Expected" in VBScript file

Been writing a script for showing and logging acceptance of a End User License Agreement for use over Active directory. It's written into a .hta file and uses VBScript for the most part. I've run into a lot of issues that I have fixed so far but…
2
votes
1 answer

Show license agreement before download

I have to solve the following task for our university homepage: Whenever a pdf is requested the user has to accept a license, which pops up. On Agree the download starts. If not, no download is possible. I searched through the extensions but did…
codingdave
  • 1,207
  • 16
  • 23
1
vote
0 answers

Legality of creating an API for a site that has no API (particularly Bing chat)

I wanted to use the functionality offered by Bing chat (which uses gpt4) in an application of mine without being forced to go through the website. I then analyzed the requests that the site makes when a prompt is sent and discovered the endpoints…
1
vote
0 answers

How to create a zip file with EULA?

I need to create a Zip file that displays a EULA before unzipping. User should be able to accept to the EULA. Is there a way to do this?
1
vote
1 answer

Need to add EULA UI to this code, using WIX. I have tried many online blog, none seems to fit. I am using cmd with candle and light

I am going to add the initial part, since the code is really long with many component id references. I am completely new to anything related to this, so I am kinda stuck and headbanging on this. I want to move on.
sameerawsnoob
  • 105
  • 1
  • 10
1
vote
4 answers

Linux support for click-thru licenses

I want to publish some software for different Linux distributions, using the regular Linux packaging formats (rpm, deb, yast, etc). My package will require a click-thru license agreement. Which Linux tools and package formats support a license in…
Chris Quenelle
  • 801
  • 4
  • 16
1
vote
0 answers

My EULA is not displaying

Hey there, So I have the EULA code written up and in the application, I have the strings set the way it says to, i have it calling it in the main pages onCreate, and I have a EULA.txt written up and in the assets section. The problem is that it does…
steven
  • 698
  • 3
  • 8
  • 32
1
vote
1 answer

Docker Install Wine Dockerfile EULA

I have a little problem to install Wine on my alpine image. Here is my Dockerfile : RUN dpkg --add-architecture i386 && sudo apt-get update RUN sudo apt-get install software-properties-common python-software-properties RUN sudo add-apt-repository…
ThisIsJuke
  • 93
  • 12
1
vote
1 answer

Bundle EULA with setup - using WiX 3.10 (with VS 2015 & Add in Express 8.1.4350)

I just need to add EULA (End User License Agreement) to my WiX setup. I have done the same thing using WiX 3.8 (with VS 2012) more than 10 times, but I can’t make the same using 3.10 (with VS 2015). What I have tried? I added the same old code in…
Kushan Randima
  • 2,174
  • 5
  • 31
  • 58
1
vote
1 answer

Using WiX 3.8 - how to make sure the EULA is actually properly displayed initially?

I have a WiX 3.8 setup project for a plugin I'm writing, and while most of the stuff works fine, displaying the EULA seems to be a challenge. I have the RTF file at hand - and I have referenced it in my setup like this:
marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459