Unsolved
This post is more than 5 years old
43 Posts
0
2158
December 19th, 2011 05:00
Multiple xml config files
Hi all,
I want to use multiple xml config files for multiple customers.
In the admin guide I use method two option two:
1. Create a login script or push out a Registry Setting to your client
computers. The registry setting is:
HKLM\Software\Provision Networks\Provision-IT Client
Value: AutoConnectURL
Type: REG_SZ
Data: http://www.domain.com
2. If you have multiple config.xml files for multiple farms, use the
following registry key:
HKLM\Software\Provision Networks\Provision-IT Client
Value: AutoConnectURL
Type: REG_MULTI_SZ
Data: (One Per Line)
http://www.domain1.com/config.xml
http://www.domain1.com/provconf/myconfig.xml
https://ssl.domain.com/config.xml
our URL: test.domain.com/customer1.xml
3. Install the Quest vWorkspace Client.
4. Start the client.
In my case I use "HKLM\Software\wow6432node\Provision Networks\Provision-IT Client" because I use x64 windows 7.
but the xml will not picked up by my client, what to do?