VirtualBox

Changeset 52827 in vbox for trunk/src/VBox/Installer/win


Ignore:
Timestamp:
Sep 23, 2014 10:51:30 AM (10 years ago)
Author:
vboxsync
Message:

Windows installer: small refinement of installer script

Location:
trunk/src/VBox/Installer/win
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/Properties.wxi

    r51127 r52827  
    2929      <?define Property_Win64        = "yes" ?>
    3030
    31       <?if $(env.VBOX_SIGNING_MODE) != none ?>
     31      <?if $(env.VBOX_SIGNING_MODE) ?>
    3232          <?define Property_DriverLegacy = "no" ?>
    3333      <?else ?>
     
    4040      <?define Property_Win64        = "no" ?>
    4141
    42       <?if $(env.VBOX_SIGNING_MODE) != none ?>
     42      <?if $(env.VBOX_SIGNING_MODE) ?>
    4343          <!-- Note: Settings this to 'no' breaks Windows 2000 installs (!) -->
    4444          <?define Property_DriverLegacy = "yes" ?>
  • trunk/src/VBox/Installer/win/VirtualBox.wxs

    r52031 r52827  
    188188
    189189    <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">
    192191<?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?>
    193192                <Merge Id="msm_VBoxApp" Language="!(loc.LANG)" SourceFile="$(var.Property_VBoxMergeApp)" DiskId="1" />
     
    294293
    295294            </Directory>
    296         </Directory>
    297295    </Directory> <!-- TARGETDIR -->
    298296
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette