Archive: Configuration PAge


Configuration PAge
Hi All,

i have made a script where my software gets installed.
It beginns with copying files and setting registry keys.
Now i want to make some kind of pre-configuration in my installer, so to say, i want to have some Textfields where i can write down an serveradress or something like that, and the input should be write down in a file.
How can i do this. Perhaps its pretty simple, but i didnt get it yet.
I dont know how to get a textbox where i can write down something an which is stored in a variable..

Thx for hlp!

greetz


Use InstallOptions.

-Stu