Changeset 52828 in vbox
- Timestamp:
- Sep 23, 2014 11:27:08 AM (10 years ago)
- Location:
- trunk/src/VBox/Installer/win
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/Properties.wxi
r52827 r52828 29 29 <?define Property_Win64 = "yes" ?> 30 30 31 <?if $(env.VBOX_SIGNING_MODE) ?>31 <?if $(env.VBOX_SIGNING_MODE)!= none ?> 32 32 <?define Property_DriverLegacy = "no" ?> 33 33 <?else ?> … … 40 40 <?define Property_Win64 = "no" ?> 41 41 42 <?if $(env.VBOX_SIGNING_MODE) ?>42 <?if $(env.VBOX_SIGNING_MODE)!= none ?> 43 43 <!-- Note: Settings this to 'no' breaks Windows 2000 installs (!) --> 44 44 <?define Property_DriverLegacy = "yes" ?> -
trunk/src/VBox/Installer/win/VBoxMergeApp.wxi
r52826 r52828 37 37 <File Id="file_VBoxDrv.inf" Name="VBoxDrv.inf" 38 38 Source="$(env.PATH_OUT)\bin\VBoxDrv.inf" /> 39 <?if $(env.VBOX_SIGNING_MODE) ?>39 <?if $(env.VBOX_SIGNING_MODE)!= none ?> 40 40 <File Id="file_VBoxDrv.cat" Name="VBoxDrv.cat" 41 41 Source="$(env.PATH_OUT)\bin\VBoxDrv.cat" /> -
trunk/src/VBox/Installer/win/VBoxMergeUSB.wxi
r52826 r52828 25 25 <File Id="file_VBoxUSBMon.inf" Name="VBoxUSBMon.inf" 26 26 Source="$(env.PATH_OUT)\bin\VBoxUSBMon.inf" /> 27 <?if $(env.VBOX_SIGNING_MODE) ?>27 <?if $(env.VBOX_SIGNING_MODE)!= none ?> 28 28 <File Id="file_VBoxUSBMon.cat" Name="VBoxUSBMon.cat" 29 29 Source="$(env.PATH_OUT)\bin\VBoxUSBMon.cat" /> … … 40 40 <File Id="file_VBoxUSB.inf" Name="VBoxUSB.inf" 41 41 Source="$(env.PATH_OUT)\bin\VBoxUSB.inf" /> 42 <?if $(env.VBOX_SIGNING_MODE) ?>42 <?if $(env.VBOX_SIGNING_MODE)!= none ?> 43 43 <File Id="file_VBoxUSB.cat" Name="VBoxUSB.cat" 44 44 Source="$(env.PATH_OUT)\bin\VBoxUSB.cat" />
Note:
See TracChangeset
for help on using the changeset viewer.