Randem Systems Support Board

InnoScript => InnoScript - General Questions, Report Bugs, Problems etc... => Topic started by: linxdev on November 30, 2011, 12:43:56 PM

Title: Ask for IP Address
Post by: linxdev on November 30, 2011, 12:43:56 PM
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
Title: Ask for IP Address
Post by: Randem on November 30, 2011, 07:28:04 PM
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.
Title: Ask for IP Address
Post by: linxdev on December 01, 2011, 01:19:20 PM
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.