WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Dialog Editor version 6.2
plus

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

EULA

 Keywords:  EULA End user license agreement

strEULA = 'Some EULAs form contracts accompany shrink-wrapped software that is presented to a user sometimes on paper or more usually electronically, during the installation procedure. The user has the choice of accepting or rejecting the agreement, often without reading it first. The installation of the software is conditional to the user clicking a button labeled "accept". See #Shrink-wrap and click-wrap licenses below.' :@CRLF
strEULA = strEULA : @CRLF : `Many EULAs assert extensive liability limitations. Most commonly, a EULA will attempt to hold harmless the software licensor in the event that the software causes damage to the user's computer or data, but some software also proposes limitations on whether the licensor can be held liable for damage that arises through improper use of the software (for example, incorrectly using tax preparation software and incurring penalties as a result). One case upholding such limitations on consequential damages is M.A. Mortenson Co. v. Timberline Software Corp., et al. Some EULAs also claim restrictions on venue and applicable law in the event that a legal dispute arises.`:@CRLF
strEULA = strEULA :  @CRLF : 'Some copyright owners use EULAs in an effort to circumvent limitations the applicable copyright law places on their copyrights (such as the limitations in sections 107-122 of the United States Copyright Act), or to expand the scope of control over the work into areas for which copyright protection is denied by law (such as attempting to charge for, regulate or prevent private performances of a work beyond a certain number of performances or beyond a certain period of time). Such EULAs are, in essence, efforts to gain control, by contract, over matters upon which copyright law precludes control.':@CRLF
strEULA = strEULA :  @CRLF : 'In disputes of this nature, cases are often appealed and different circuit courts of appeal sometimes disagree about these clauses. This provides an opportunity for the U.S. Supreme Court to intervene, which it has usually done in a scope-limited and cautious manner, providing little in the way of precedent or settled law.[citation needed]':@CRLF


MyDialogFormat=`WWWDLGED,6.2`

MyDialogCaption=`EULA`
MyDialogX=002
MyDialogY=047
MyDialogWidth=300
MyDialogHeight=353
MyDialogNumControls=004
MyDialogProcedure=`DEFAULT`
MyDialogFont=`DEFAULT`
MyDialogTextColor=`DEFAULT`
MyDialogBackground=`DEFAULT,DEFAULT`
MyDialogConfig=0

MyDialog001=`069,309,036,012,PUSHBUTTON,"PushButton_Agree",DEFAULT,"I Agree",1,10,32,DEFAULT,DEFAULT,DEFAULT`
MyDialog002=`161,311,036,012,PUSHBUTTON,"PushButton_Disagree",DEFAULT,"I Disagree",0,20,DEFAULT,DEFAULT,DEFAULT,DEFAULT`
MyDialog003=`021,039,248,256,MULTILINEBOX,"MultiLineBox_1",strEULA,"Multiline edit 1",DEFAULT,30,DEFAULT,DEFAULT,DEFAULT,DEFAULT`
MyDialog004=`023,025,134,012,STATICTEXT,"StaticText_1",DEFAULT,"End-User License Agreement",DEFAULT,40,DEFAULT,DEFAULT,DEFAULT,DEFAULT`

ButtonPushed=Dialog("MyDialog")


Article ID:   W17721
Filename:   EULA.txt
File Created: 2009:11:30:10:53:48
Last Updated: 2009:11:30:10:53:48