I have an application that I want to deploy, but I need to deploy multiple instances of the application on the same server. Each instance must have a different device identifier in the app.config file. How can i do this?
I installed the application:

Then I created the variables:

But when I try to add a second instance to the server, I get this message:

How can I add another instance and each one uses unique unit identifier variables?
source
share