Hello,
We're building a package and the installation part is running fine. We're working on the customization of the app's config file after the install and hitting a few problems..
The config file is neither a .ini nor is it in the registry. It's a text file we edit via a vbscript.
What we need is for an IP address to be specified somewhere during the install to be passed to the customization script. There's no network connection, we just need the text string representing the server's address.
So far we've found we could use an inline script to popup an InputBox and set a property...
1. Is there a better way to do it ?
2. Could this still be used as we want during a silent install ?
If 2. is NO, what other ways could be pass a value to the installation process so that it's passed to the customization script running at the end ?
Thanks for any pointers...