Hello,
We're doing tests of our PowerClient with an FTP as the server and we have seen that we can create differents instances of our application by changing the name of the App.
I have different clients and perhaps some needs to download other version of my app or we want to do some tests with differents enviroments like PRE/PRO/DEV, I want to know if there is a way to do it without changing the application name for each instance of the app.
Something like differents folders to organize my differents PowerClients instances for each enviroment (PRE/PRO).
Nice, How did you do to get the arguments of the link?
on each server have your fancy index.html under inetpub\wwwroot, and in there the launch link(s), for example
<a href="./myapp/?app=NAME1&env=PROD" target="_blank">My PS 2021 app</a>
.m