InstallShield XML File Changes - Change iis port on install

263 views Asked by At

I am building a web application installation using InstallShield 2015, and I need to modify the Web.config file of my app based on user input. The user can insert the port that will be used in the IIS later on. how can I change the web.config file depending on the insertion of the user ?

enter image description here

Here is the location of insertion the ports.

enter image description here

how can I replace any IP inserted by the user during the installation in the xml file "Web.config"?

1

There are 1 answers

1
Slava Ivanov On

The value of loginUrl should looks like ...

http://localhost:[IISSSOPORT]/User/Login