03-02-2015, 05:53 PM
Hi,
Is it possible to install ASG-RD with a bundled enviroments.xml file ?
The reasoning behind this is that we're about to start internal testing and having users setting up their enviroments themselves is not what we would want.
I've solved it temporarily with a short .bat copy-script, but I was wondering if there was another way to go about this?
As of now, my quickfix does the following (if anyone else has the same issue);
The installer does not create the roaming folder at first install, but only after you've setup your enviroment. Its a working fix doing the above of course, but its rather messy
Is it possible to install ASG-RD with a bundled enviroments.xml file ?
The reasoning behind this is that we're about to start internal testing and having users setting up their enviroments themselves is not what we would want.
I've solved it temporarily with a short .bat copy-script, but I was wondering if there was another way to go about this?
As of now, my quickfix does the following (if anyone else has the same issue);
Code:
cd %userprofile%/AppData/Roaming
mkdir ASG-RemoteDesktop
cd ASG-RemoteDesktop
mkdir 8.0
X: <- this is our internal mapped fileserver
cd Program\Asg-remotedesktop\ <- placed the .xml file here
copy enviroments.xml %userprofile%\appdata\roaming\asg-remotedesktop\8.0\
The installer does not create the roaming folder at first install, but only after you've setup your enviroment. Its a working fix doing the above of course, but its rather messy
