Changeset 106328 in vbox
- Timestamp:
- Oct 15, 2024 1:48:37 PM (6 weeks ago)
- Location:
- trunk/src/VBox/Installer/win
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VBoxMergeAppCA.wxi
r106321 r106328 26 26 <Include xmlns="http://wixtoolset.org/schemas/v4/wxs"> 27 27 28 <CustomAction Id="ca_VBoxSupDrvInst" DllEntry="DriverInstall" Execute="immediate" Return="ignore" Impersonate="no" BinaryRef="VBoxInstallHelper" /> 28 <CustomAction Id="ca_VBoxSupDrvInst" DllEntry="DriverInstall" Execute="immediate" Return="ignore" Impersonate="no" BinaryRef="VBoxInstallHelper" /> 29 29 <CustomAction Id="ca_VBoxSupDrvInstArgInfFile" Property="VBoxDrvInstInfFile" Value="[#file_VBoxSup.inf]" Execute="immediate" /> 30 30 <CustomAction Id="ca_VBoxSupDrvInstArgModel" Property="VBoxDrvInstModel" Value="VBoxSup" Execute="immediate" /> -
trunk/src/VBox/Installer/win/VBoxMergeAppSeq.wxi
r106321 r106328 34 34 <Custom Action="ca_VBoxSupDrvUninstArgModel" Before="ca_VBoxSupDrvUninst" 35 35 Condition="NOT (UPGRADINGPRODUCTCODE) AND (Installed) AND (REMOVE="ALL")" /> 36 <Custom Action="ca_VBoxSupDrvUninst" After="InstallInitialize" 36 <Custom Action="ca_VBoxSupDrvUninst" After="InstallInitialize" 37 37 Condition="NOT (UPGRADINGPRODUCTCODE) AND (Installed) AND (REMOVE="ALL")" /> 38 38 -
trunk/src/VBox/Installer/win/VBoxMergeUSBSeq.wxi
r106321 r106328 32 32 <Custom Action="ca_VBoxUSBDevDrvInst" After="InstallFinalize" Condition="NOT REMOVE" /> 33 33 34 <Custom Action="ca_VBoxUSBDevDrvUninstArgModel" Before="ca_VBoxUSBDevDrvUninst" 34 <Custom Action="ca_VBoxUSBDevDrvUninstArgModel" Before="ca_VBoxUSBDevDrvUninst" 35 35 Condition="NOT (UPGRADINGPRODUCTCODE) AND (Installed) AND (REMOVE="ALL")" /> 36 <Custom Action="ca_VBoxUSBDevDrvUninst" After="InstallInitialize" 36 <Custom Action="ca_VBoxUSBDevDrvUninst" After="InstallInitialize" 37 37 Condition="NOT (UPGRADINGPRODUCTCODE) AND (Installed) AND (REMOVE="ALL")"/> 38 38 … … 45 45 <Custom Action="ca_VBoxUSBMonDrvUninstArgModel" Before="ca_VBoxUSBMonDrvUninst" 46 46 Condition="NOT (UPGRADINGPRODUCTCODE) AND (Installed) AND (REMOVE="ALL")" /> 47 <Custom Action="ca_VBoxUSBMonDrvUninst" After="InstallInitialize" 47 <Custom Action="ca_VBoxUSBMonDrvUninst" After="InstallInitialize" 48 48 Condition="NOT (UPGRADINGPRODUCTCODE) AND (Installed) AND (REMOVE="ALL")" /> 49 49
Note:
See TracChangeset
for help on using the changeset viewer.