- Timestamp:
- Apr 13, 2017 1:16:16 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VirtualBox.wxs
r66059 r66556 233 233 <CustomAction Id="ca_UninstallBranding" BinaryKey="VBoxInstallHelper" DllEntry="UninstallBranding" Execute="deferred" Return="check" Impersonate="no"/> 234 234 <CustomAction Id="ca_UninstallBrandingArgs" Property="ca_UninstallBranding" Value="[INSTALLDIR]" Execute="immediate"/> 235 236 <?if $(env.VBOX_WITH_SDS) = "yes" ?> 237 <CustomAction Id="ca_InstallVBoxSDS" Directory="INSTALLDIR" ExeCommand='"[INSTALLDIR]\VBoxSDS.exe" --regservice' Return="check" Impersonate="no" /> 238 <CustomAction Id="ca_UninstallVBoxSDS" Directory="INSTALLDIR" ExeCommand='"[INSTALLDIR]\VBoxSDS.exe" --unregservice' Return="check" Impersonate="no" /> 239 <?endif?> 240 235 241 <?if $(env.VBOX_WITH_MSM_INSTALL) = "no" ?> 236 242 <?include VBoxMergeAppCA.wxi ?> … … 570 576 <!-- Check + unininstall old TAP instances - we don't need them anymore --> 571 577 <Custom Action="ca_UninstallTAPInstances" Before="InstallFiles" >1</Custom> 572 578 573 579 <Custom Action="ca_InstallBrandingArgs" Before="ca_InstallBranding" ><![CDATA[NOT REMOVE]]></Custom> 574 580 <Custom Action="ca_InstallBranding" Before="InstallFinalize" ><![CDATA[NOT REMOVE]]></Custom> … … 577 583 <Custom Action="ca_UninstallBrandingArgs" Before="ca_UninstallBranding" ><![CDATA[(NOT UPGRADINGPRODUCTCODE) AND (REMOVE="ALL")]]></Custom> 578 584 <Custom Action="ca_UninstallBranding" Before="InstallFinalize" ><![CDATA[(NOT UPGRADINGPRODUCTCODE) AND (REMOVE="ALL")]]></Custom> 585 586 <?if $(env.VBOX_WITH_SDS) = "yes" ?> 587 <Custom Action="ca_InstallVBoxSDS" After="InstallFinalize" ><![CDATA[NOT REMOVE]]></Custom> 588 <Custom Action="ca_UninstallVBoxSDS" Before="InstallFinalize" ><![CDATA[(NOT UPGRADINGPRODUCTCODE) AND (REMOVE="ALL")]]></Custom> 589 <?endif ?> 579 590 580 591 <?if $(env.VBOX_WITH_MSM_INSTALL) = "no" ?>
Note:
See TracChangeset
for help on using the changeset viewer.