Changes between Initial Version and Version 1 of Ticket #153, comment 10


Ignore:
Timestamp:
12/01/16 01:59:22 (7 years ago)
Author:
Selva Nair
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #153, comment 10

    initial v1  
    22and copy to same folder as tapinstall.exe
    33
    4 Untested.
     4EDIT: Tested on Server 2008 and Win7.
    55
     6
     7{{{
    68<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    79<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
     
    1214    type="win32"/>
    1315<description>Tap driver install</description>
    14 <dependency>
    15     <dependentAssembly>
    16         <assemblyIdentity
    17             type="win32"
    18             name="Microsoft.Windows.Common-Controls"
    19             version="6.0.0.0"
    20             processorArchitecture="*"
    21             publicKeyToken="6595b64144ccf1df"
    22             language="*"/>
    23     </dependentAssembly>
    24 </dependency>
    2516<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
    2617    <security>
     
    3324</trustInfo>
    3425</assembly>
     26
     27}}}