This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- specified environment variable for ip address
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jul 28, 2015
11:02 AM
specified environment variable for ip address
What is specified environment variable for machine ip address. I can get computer name doing this [%COMPUTERNAME], Are there same thing for ip address?
Side note: where I can find list of available environment variables.
Side note: where I can find list of available environment variables.
- Tags:
- basic msi.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jul 28, 2015
01:03 PM
Get a list of environment variables by typing SET from a command prompt.
There is not an environment variable for IP Address.
You can parse IP address from output of IPCONFIG command.
There is not an environment variable for IP Address.
You can parse IP address from output of IPCONFIG command.