Changeset 52827 in vbox for trunk/src/VBox/Installer/win
- Timestamp:
- Sep 23, 2014 10:51:30 AM (10 years ago)
- Location:
- trunk/src/VBox/Installer/win
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/Properties.wxi
r51127 r52827 29 29 <?define Property_Win64 = "yes" ?> 30 30 31 <?if $(env.VBOX_SIGNING_MODE) != none?>31 <?if $(env.VBOX_SIGNING_MODE) ?> 32 32 <?define Property_DriverLegacy = "no" ?> 33 33 <?else ?> … … 40 40 <?define Property_Win64 = "no" ?> 41 41 42 <?if $(env.VBOX_SIGNING_MODE) != none?>42 <?if $(env.VBOX_SIGNING_MODE) ?> 43 43 <!-- Note: Settings this to 'no' breaks Windows 2000 installs (!) --> 44 44 <?define Property_DriverLegacy = "yes" ?> -
trunk/src/VBox/Installer/win/VirtualBox.wxs
r52031 r52827 188 188 189 189 <Directory Id="TARGETDIR" Name="SourceDir"> 190 <Directory Id="$(var.Property_ProgramFiles)" Name="PFiles"> 191 <Directory Id="INSTALLDIR" Name="$(env.VBOX_PRODUCT)"> 190 <Directory Id="INSTALLDIR"> 192 191 <?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?> 193 192 <Merge Id="msm_VBoxApp" Language="!(loc.LANG)" SourceFile="$(var.Property_VBoxMergeApp)" DiskId="1" /> … … 294 293 295 294 </Directory> 296 </Directory>297 295 </Directory> <!-- TARGETDIR --> 298 296
Note:
See TracChangeset
for help on using the changeset viewer.