 | | From: | Carlos A. Díaz | | Subject: | Show my string after installation | | Date: | Sun, 19 Dec 2004 22:57:03 -0300 |
|
|
 | Hi, i need show contents of my string after finished my setup. How ?
Thanks
|
|
 | | From: | Tim Rude | | Subject: | Re: Show my string after installation | | Date: | Sun, 19 Dec 2004 22:08:16 -0600 |
|
|
 | Use the InfoAfterFile directive in the [Setup] section.
[Setup] InfoAfterFile=yourfile.txt
-- Tim Rude
timrude@NOSPAM.hotmail.com (remove NOSPAM. for correct email address)
[Please reply via the newsgroup so all can benefit]
"Carlos A. Díaz" wrote in message news:cq5bhh$npa$1@news.jrsoftware.org... > Hi, i need show contents of my string after finished my setup. How ? > > Thanks > >
|
|
 | | From: | Carlos A. Díaz | | Subject: | Re: Show my string after installation | | Date: | Mon, 20 Dec 2004 11:01:35 -0300 |
|
|
 | Sorry but i have a String variable in my code section, no a text file.
This directive is modificable in runtime ?
Thanks
"Tim Rude" escribió en el mensaje news:cq5j7i$phl$1@news.jrsoftware.org... > Use the InfoAfterFile directive in the [Setup] section. > > [Setup] > InfoAfterFile=yourfile.txt > > -- > Tim Rude > > timrude@NOSPAM.hotmail.com > (remove NOSPAM. for correct email address) > > [Please reply via the newsgroup so all can benefit] > > "Carlos A. Díaz" wrote in > message > news:cq5bhh$npa$1@news.jrsoftware.org... >> Hi, i need show contents of my string after finished my setup. How ? >> >> Thanks >> >> > >
|
|
 | | From: | Gavin Lambert | | Subject: | Re: Show my string after installation | | Date: | Tue, 21 Dec 2004 10:18:25 +1300 |
|
|
 | Carlos A. Díaz wrote: > Sorry but i have a String variable in my code section, no a text file. > > This directive is modificable in runtime ?
It's possible to change the text at runtime, but only if you've got a base file to work from. That doesn't sound like the way you should be going.
Have a look at the CodeDlg.iss example file. You probably should be using OutputMsg/CreateOutputMsgPage.
|
|