Author |
Message |
Mors
Joined: 27 Aug 2009 Posts: 1
|
Posted: Thu Aug 27, 2009 10:26 pm Post subject: Adding profiles automatically to VVEngine |
|
|
I'm currently looking for a way to add profiles to VVEngine automatically. I've tried to alter the VVEngine.xml with the profile settings in the XML but it keeps overwriting it with the previous version. I've even tried creating a custom.XML and loading it however it doesn't seem to put the profile in VVEngine according to the Console.
Is this possible at all?. I'm primarily trying to roll out an unattended install to remote users and I want to make it completely automatic but I just can't seem to figure out how to load the profile into the Engine
Thanks in advance |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8759
|
Posted: Fri Aug 28, 2009 2:35 am Post subject: |
|
|
Hello Mors,
You can edit the XML file while VVEngine is not running or re-load it using the command 127.0.0.1:8001/status.htm?LOAD=ALL in VVEngine while it's running... you should also be able to use the LOAD command in the console, did you try that already?
It's currently not possible to add a profile via the console, the XML needs to be edited, that's something we'd like to add,
thanks _________________ --
TGRMN Software Support
http://www.tgrmn.com
http://www.compareandmerge.com |
|
Back to top |
|
|
Guest
|
Posted: Fri Aug 28, 2009 3:30 am Post subject: |
|
|
TGRMN Software wrote: | Hello Mors,
You can edit the XML file while VVEngine is not running or re-load it using the command 127.0.0.1:8001/status.htm?LOAD=ALL in VVEngine while it's running... you should also be able to use the LOAD command in the console, did you try that already?
It's currently not possible to add a profile via the console, the XML needs to be edited, that's something we'd like to add,
thanks |
I've edited the VVEngine.XML in the Application Data\VVEngine\VVEngine.xml with the VVEngine stopped but each time I edit it and go to save it clears the settings I put in and reverts back to nothing. Even loading a custom.xml file doesn't actually LOAD the profiles into the console. Am I doing something wrong? |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8759
|
Posted: Fri Aug 28, 2009 3:47 am Post subject: |
|
|
If the XML file gets empty then there was a problem with the XML file itself. See the file VVEngine.log
Did you save the XML file as UNICODE?
Was the XML properly formatted?
For instance:
<?xml version="1.0" encoding="UTF-16"?>
<SETTINGS>
<ITEM>
<PROFILE>C:\Users\Administrator\Documents\ViceVersa PRO 2\profile2.fsf</PROFILE>
</ITEM>
<ITEM>
<PROFILE>C:\Users\Administrator\Documents\ViceVersa PRO 2\profile3.fsf</PROFILE>
</ITEM>
</SETTINGS>
<?xml version="1.0" encoding="UTF-16"?> is required.
thanks _________________ --
TGRMN Software Support
http://www.tgrmn.com
http://www.compareandmerge.com |
|
Back to top |
|
|
|