Changeset 211

Show
Ignore:
Timestamp:
03/07/07 15:27:26 (2 years ago)
Author:
jpuchalski
Message:

Added <ActiveContent> element below <Driver>, a <Flash> element below <ActiveContent>, and a
<flasm_exec> element below <Flash>. The element <flasm_exec> specifies the path (relative or
absolute) to the flasm executable. It can also have a default value, which will probably
eventually be the Windows path to the executable.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/branches/exp/jpuchalski-active_content/etc/honeyclient.xml

    r205 r211  
    7171                10  
    7272            </timeout> 
     73            <ActiveContent> 
     74              <Flash> 
     75                <flasm_exec description="Path to the flasm executable" 
     76                  default="thirdparth\flasm\flasm.exe"> 
     77                  thirdparty\flasm\flasm.exe 
     78                </flasm_exec> 
     79              </Flash> 
     80            </ActiveContent> 
    7381            <Browser> 
    7482                <!-- HoneyClient::Agent::Driver::IE Options -->