Changeset 53114 in vbox
- Timestamp:
- Oct 22, 2014 11:30:40 AM (10 years ago)
- Location:
- trunk/src/VBox/Installer/win
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VBoxMergeNetAdp.wxi
r53090 r53114 25 25 Source="$(env.PATH_OUT)\bin\VBoxNetAdp.cat" /> 26 26 <?endif ?> 27 <ServiceControl Id="VBoxNetAdpServiceControl" Stop="both" Remove="uninstall" Name="VBoxNetAdp" Wait="yes" />28 27 <Condition><![CDATA[NETWORKTYPE="NDIS5"]]></Condition> 29 28 </Component> -
trunk/src/VBox/Installer/win/VBoxMergeNetFlt.wxi
r53090 r53114 30 30 Source="$(env.PATH_OUT)\bin\VBoxNetFlt.cat" /> 31 31 <?endif ?> 32 <ServiceControl Id="VBoxNetFltServiceControl" Stop="both" Remove="uninstall" Name="VBoxNetFlt" Wait="yes" />33 32 <Condition><![CDATA[NETWORKTYPE="NDIS5"]]></Condition> 34 33 </Component>
Note:
See TracChangeset
for help on using the changeset viewer.