 | | From: | Stan Hilliard | | Subject: | How can I add a EULA message during setup? | | Date: | Sun, 19 Dec 2004 15:09:11 -0600 |
|
|
 | I have an existing Inno Setup script that works well for my VB6 application.
How can I make it present a EULA message for the user to agree/disagree?
Stan Hilliard
|
|
 | | From: | DaddyBob | | Subject: | Re: How can I add a EULA message during setup? | | Date: | Sun, 19 Dec 2004 16:14:16 -0500 |
|
|
 | Take a look at
[Setup} LicenseFile=
Bob --------------------------------------------------- "Stan Hilliard" wrote in message news:e9rbs050dhgr4rpkf48op563f1s9kor2ao@4ax.com... I have an existing Inno Setup script that works well for my VB6 application.
How can I make it present a EULA message for the user to agree/disagree?
Stan Hilliard
|
|
 | | From: | Jordan Russell | | Subject: | Re: How can I add a EULA message during setup? | | Date: | Sun, 19 Dec 2004 15:13:15 -0600 |
|
|
 | "Stan Hilliard" wrote in message news:e9rbs050dhgr4rpkf48op563f1s9kor2ao@4ax.com... > How can I make it present a EULA message for the user to > agree/disagree?
[Setup] .... LicenseFile=license.txt
-- Jordan Russell
|
|
 | | From: | Stan Hilliard | | Subject: | Re: How can I add a EULA message during setup? | | Date: | Sun, 19 Dec 2004 15:45:21 -0600 |
|
|
 | On Sun, 19 Dec 2004 15:09:11 -0600, Stan Hilliard wrote:
> I have an existing Inno Setup script that works well for my VB6 > application. > > How can I make it present a EULA message for the user to > agree/disagree? > > Stan Hilliard
I appreciate the help Stan Hilliard
|
|