Changeset 52825 in vbox for trunk/src/VBox/Installer/win
- Timestamp:
- Sep 23, 2014 10:40:29 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 96227
- Location:
- trunk/src/VBox/Installer/win
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VBoxMergeNetAdp.wxi
r51039 r52825 25 25 Source="$(env.PATH_OUT)\bin\VBoxNetAdp.cat" /> 26 26 <?endif ?> 27 <ServiceControl Id="VBoxNetAdpServiceControl" Stop="both" Remove="uninstall" Name="VBoxNetAdp" Wait="yes" /> 27 28 </Component> 28 29 -
trunk/src/VBox/Installer/win/VBoxMergeNetFlt.wxi
r51039 r52825 30 30 Source="$(env.PATH_OUT)\bin\VBoxNetFlt.cat" /> 31 31 <?endif ?> 32 <ServiceControl Id="VBoxNetFltServiceControl" Stop="both" Remove="uninstall" Name="VBoxNetFlt" Wait="yes" /> 32 33 </Component> 33 34 <?endif ?> <!-- VBOX_WITH_NETFLT -->
Note:
See TracChangeset
for help on using the changeset viewer.