Ask for IP Address

Started by linxdev, November 30, 2011, 12:43:56 PM

Previous topic - Next topic

linxdev

I did figure out the examples.  It has been a long time since I've written Pascal.  I've got the install working well now.

Randem

InnoScript 5.4.2 was never released and if it were it would be about 3 years old and would not be supported, so perhaps you mean Inno Setup 5.4.2 that would be current for that program...
 
And in Inno Setup you should probably check the examples folder for what they have to see if any of it works for you.

linxdev

I'm using 5.4.2.
 
I would like to prompt the user for an ip address so that when I execute the program in the [Run] section I can use that address as an argument.
 
Currently this is hardcoded in the Parameters value, but I'd like for them to be able to specify the value at install time.
 
Can someone point me to an example?
 
Chris