how to add IP address in one of the steps
Kha Nguyen
An app that I want to deploy requires an IP Address input. Is there a way for me to include the IP address in the package before deploy?
0
Comments
Hi Kha,
Does the software vendor provide any silent parameters or give you the ability to set up a config file that will carry that information during the installation? Another possibility is that if you install the program manually, following the normal process and enter that IP address and settings, that a config file or properties file is created in the program folders. Some programs will read that file at startup and if that's the case you can copy the file after you've set up your information during the manual install and copy it to the target folder after the install step.