%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
| Server IP : 122.154.253.140  /  Your IP : 216.73.216.49 Web Server : Microsoft-IIS/7.5 System : Windows NT SERVER02 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.6.31 Disable Function : NONE MySQL : ON | cURL : OFF | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Windows/SysWOW64/  | 
Upload File :  | 
<?xml version="1.0" encoding="UTF-8"?>
<!ENTITY % onerrortypes "(ignore | abort)" >
<!ENTITY % registryactiontypes "(image | append | remove)" >
<!ENTITY % datatypes "(char | short | int | int64 | long | longlong |
                       uchar | ushort | uint | uint64 | ulong | ulonglong |
                       byte | word | dword | qword |
                       bool | float | double |
                       str | wstr  | bstr |
                       ptr | variant | hexbinary)" >
<!ENTITY % allocationmethods "(CoTaskMemAlloc | LocalAlloc)" >
<!ENTITY % wizardtypes "(default | 
                         duifixed | duiresize | 
                         propertysheet97 | wizard97 | 
                         aerofixed  | aeroresize)" >
<!ENTITY % propertyaccesstypes "(private | readonly | readwrite)" >
<!ENTITY % propertymodetypes "(none | marshalid)" >
<!ENTITY % propertyactiontypes "(normal | retrieve | autonext)" >
<!ELEMENT xwizard (registry | run)* >
<!ATTLIST xwizard 
        version                 CDATA                           "1.0"
>
<!ELEMENT registry (host | task | page)* >
<!ATTLIST registry
        action                  %registryactiontypes;           "append"
        behavior                CDATA                           #IMPLIED
        unregisterfromCOM       (yes | no)                      "no"
        onerror                 %onerrortypes;                  "ignore"
>
<!ELEMENT host (task*) >
<!ATTLIST host 
        name                    CDATA                           #IMPLIED
        id                      CDATA                           #REQUIRED
        filename                CDATA                           #IMPLIED
        behavior                CDATA                           #IMPLIED
>
<!ELEMENT task (page*) >
<!ATTLIST task 
        name                    CDATA                           #IMPLIED
        id                      CDATA                           #REQUIRED
        filename                CDATA                           #IMPLIED
        behavior                CDATA                           #IMPLIED
        flags                   CDATA                           #IMPLIED
        commandline             CDATA                           #IMPLIED
>
<!ELEMENT page (page*) >
<!ATTLIST page
        name                    CDATA                           #IMPLIED
        id                      CDATA                           #REQUIRED
        filename                CDATA                           #IMPLIED
        behavior                CDATA                           #IMPLIED
        flags                   CDATA                           #IMPLIED
        commandline             CDATA                           #IMPLIED
>
<!ELEMENT run (properties | wizard)* >
<!ATTLIST run
        onerror                 %onerrortypes;                  "ignore"
>
<!ELEMENT properties (property*) >
<!ELEMENT property (#PCDATA)>
<!ATTLIST property
        name                    CDATA                           #REQUIRED
        id                      CDATA                           #REQUIRED
        type                    %datatypes;                     "wstr"
        allocation              %allocationmethods;             "CoTaskMemAlloc"
        access                  %propertyaccesstypes;           "private"
        mode                    %propertymodetypes;             "none"
        action                  %propertyactiontypes;           "normal"
>
<!ELEMENT wizard EMPTY >
<!ATTLIST wizard
        name                    CDATA                           #IMPLIED
        id                      CDATA                           #REQUIRED
        type                    %wizardtypes;                   "default"
        flags                   CDATA                           #IMPLIED
        commandline             CDATA                           #IMPLIED
        contextflags            CDATA                           #IMPLIED
>