Changeset 51011 in vbox for trunk/src/VBox/Installer/win
- Timestamp:
- Apr 9, 2014 12:03:42 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 93210
- Location:
- trunk/src/VBox/Installer/win
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/NLS/de_DE.wxl
r51009 r51011 5 5 Language Definition Include for VirtualBox WiX script. 6 6 7 Copyright (C) 2011-201 2Oracle Corporation7 Copyright (C) 2011-2014 Oracle Corporation 8 8 9 9 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Installer/win/NLS/en_US.wxl
r51009 r51011 5 5 Language Definition Include for VirtualBox WiX script. 6 6 7 Copyright (C) 2011-201 2Oracle Corporation7 Copyright (C) 2011-2014 Oracle Corporation 8 8 9 9 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Installer/win/NLS/fa_IR.wxl
r51009 r51011 1 1 <?xml version="1.0" encoding="utf-8"?> 2 2 <WixLocalization xmlns="http://schemas.microsoft.com/wix/2006/localization" Codepage="1256" Culture="fa"> 3 3 4 <!-- 4 5 Language Definition Include for VirtualBox WiX script. 5 Copyright (C) 2011-2012 Oracle Corporation 6 7 Copyright (C) 2011-2014 Oracle Corporation 8 6 9 This file is part of VirtualBox Open Source Edition (OSE), as 7 10 available from http://www.virtualbox.org. This file is free software; … … 12 15 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 13 16 --> 17 14 18 <String Id="LANG">1065</String> 15 19 <String Id="LangName">Farsi</String> 20 16 21 <String Id="ButtonText_No">&خير</String> 17 22 <String Id="ButtonText_Yes">&بله</String> -
trunk/src/VBox/Installer/win/NLS/fr_FR.wxl
r51009 r51011 5 5 Language Definition Include for VirtualBox WiX script. 6 6 7 Copyright (C) 201 0-2012Oracle Corporation7 Copyright (C) 2011-2014 Oracle Corporation 8 8 9 9 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Installer/win/NLS/it_IT.wxl
r51009 r51011 1 1 <?xml version="1.0" encoding="utf-8"?> 2 2 <WixLocalization xmlns="http://schemas.microsoft.com/wix/2006/localization" Codepage="1252" Culture="en_US"> 3 3 4 <!-- 4 5 Language Definition Include for VirtualBox WiX script. 5 Copyright (C) 2011-2012 Oracle Corporation 6 7 Copyright (C) 2011-2014 Oracle Corporation 8 6 9 This file is part of VirtualBox Open Source Edition (OSE), as 7 10 available from http://www.virtualbox.org. This file is free software; … … 12 15 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 13 16 --> 17 14 18 <String Id="LANG">1040</String> 15 19 <String Id="LangName">Italiano</String> 20 16 21 <String Id="ButtonText_No">&No</String> 17 22 <String Id="ButtonText_Yes">&Sì</String> -
trunk/src/VBox/Installer/win/NLS/tr_TR.wxl
r51009 r51011 5 5 Language Definition Include for VirtualBox WiX script. 6 6 7 Copyright (C) 2011-201 2Oracle Corporation7 Copyright (C) 2011-2014 Oracle Corporation 8 8 9 9 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Installer/win/NLS/zh_TW.wxl
r51009 r51011 2 2 <WixLocalization xmlns="http://schemas.microsoft.com/wix/2006/localization" Codepage="65001" Culture="zh_TW"> 3 3 4 <!--5 Language Definition Include for VirtualBox WiX script.6 7 Copyright (C) 2011-2012Oracle Corporation8 9 This file is part of VirtualBox Open Source Edition (OSE), as4 <!-- 5 Language Definition Include for VirtualBox WiX script. 6 7 Copyright (C) 2011-2014 Oracle Corporation 8 9 This file is part of VirtualBox Open Source Edition (OSE), as 10 10 available from http://www.virtualbox.org. This file is free software; 11 11 you can redistribute it and/or modify it under the terms of the GNU -
trunk/src/VBox/Installer/win/Properties.wxi
r51009 r51011 28 28 <?define Property_Win64 = "yes" ?> 29 29 30 <?if $(env.VBOX_SIGNING_MODE) != none ?>31 <?define Property_DriverLegacy = "no" ?>32 <?else ?>33 <?define Property_DriverLegacy = "yes" ?>34 <?endif ?>30 <?if $(env.VBOX_SIGNING_MODE) != none ?> 31 <?define Property_DriverLegacy = "no" ?> 32 <?else ?> 33 <?define Property_DriverLegacy = "yes" ?> 34 <?endif ?> 35 35 36 <?else ?>37 <?define Property_ProgramFiles = "ProgramFilesFolder" ?>38 <?define Property_Platform = "x86" ?>39 <?define Property_Win64 = "no" ?>36 <?else ?> 37 <?define Property_ProgramFiles = "ProgramFilesFolder" ?> 38 <?define Property_Platform = "x86" ?> 39 <?define Property_Win64 = "no" ?> 40 40 41 <?if $(env.VBOX_SIGNING_MODE) != none ?>42 <!-- Note: Settings this to 'no' breaks Windows 2000 installs (!) -->43 <?define Property_DriverLegacy = "yes" ?>44 <?else ?>45 <?define Property_DriverLegacy = "yes" ?>46 <?endif ?>41 <?if $(env.VBOX_SIGNING_MODE) != none ?> 42 <!-- Note: Settings this to 'no' breaks Windows 2000 installs (!) --> 43 <?define Property_DriverLegacy = "yes" ?> 44 <?else ?> 45 <?define Property_DriverLegacy = "yes" ?> 46 <?endif ?> 47 47 48 48 <?endif ?> -
trunk/src/VBox/Installer/win/VBoxMergeApp.wxs
r51009 r51011 97 97 <Component Id="cp_MainCOM_x86" Guid="B600824E-4A25-2EB3-4B44-3D8CB7F9B92D" Win64="no"> 98 98 <File Id="VBoxClient_x86" Name="VBoxClient-x86.dll" 99 Source="$(env.PATH_OUT)\bin\x86\VBoxClient-x86.dll" KeyPath="yes"> 99 Source="$(env.PATH_OUT)\bin\x86\VBoxClient-x86.dll" KeyPath="yes" 100 DiskId="$(var.Property_DiskIdCommon)"> 100 101 </File> 101 102 <File Id="VBoxRT_x86" Name="VBoxRT-x86.dll" 102 Source="$(env.PATH_OUT)\bin\x86\VBoxRT-x86.dll"> 103 Source="$(env.PATH_OUT)\bin\x86\VBoxRT-x86.dll" 104 DiskId="$(var.Property_DiskIdCommon)"> 103 105 </File> 104 106 <?include $(env.PATH_TARGET)\VirtualBox_TypeLib_x86.wxi ?> … … 106 108 <!-- MS C/C++ v10.0 32 bit Runtime DLL files. --> 107 109 <File Id="file_msvcr100.dll_x86" Name="msvcr100.dll" 108 Source="$(env.PATH_OUT)\bin\x86\msvcr100.dll" /> 110 Source="$(env.PATH_OUT)\bin\x86\msvcr100.dll" 111 DiskId="$(var.Property_DiskIdCommon)" /> 109 112 <File Id="file_msvcp100.dll_x86" Name="msvcp100.dll" 110 Source="$(env.PATH_OUT)\bin\x86\msvcp100.dll" /> 113 Source="$(env.PATH_OUT)\bin\x86\msvcp100.dll" 114 DiskId="$(var.Property_DiskIdCommon)" /> 111 115 <?endif?> 112 116 <?if $(env.VBOX_VCC_TOOL_STEM) = "VCC110" ?> 113 117 <!-- MS C/C++ v11.0 Runtime DLL files. --> 114 118 <File Id="file_msvcr110.dll_x86" Name="msvcr110.dll" 115 Source="$(env.PATH_OUT)\bin\x86\msvcr110.dll" /> 119 Source="$(env.PATH_OUT)\bin\x86\msvcr110.dll" 120 DiskId="$(var.Property_DiskIdCommon)" /> 116 121 <File Id="file_msvcp110.dll_x86" Name="msvcp110.dll" 117 Source="$(env.PATH_OUT)\bin\x86\msvcp110.dll" /> 122 Source="$(env.PATH_OUT)\bin\x86\msvcp110.dll" 123 DiskId="$(var.Property_DiskIdCommon)" /> 118 124 <?endif?> 119 125 </Component> … … 342 348 <?if $(env.VBOX_WITH_ADDITIONS_PACKING) = "yes" ?> 343 349 <?if $(env.VBOX_WITH_COMBINED_PACKAGE) = "yes" ?> 344 <File Id="file_VBoxGuestAdditions.iso" Name="VBoxGuestAdditions.iso" DiskId="$(var.Property_DiskIdCommon)" 345 Source="$(env.PATH_MULTIARCH_GUEST_ADDITIONS_ISO)\VBoxGuestAdditions.iso" /> 350 <File Id="file_VBoxGuestAdditions.iso" Name="VBoxGuestAdditions.iso" 351 Source="$(env.PATH_MULTIARCH_GUEST_ADDITIONS_ISO)\VBoxGuestAdditions.iso" 352 DiskId="$(var.Property_DiskIdCommon)" /> 346 353 <?else ?> 347 354 <File Id="file_VBoxGuestAdditions.iso" Name="VBoxGuestAdditions.iso" -
trunk/src/VBox/Installer/win/VBoxMergeNetAdp.wxs
r51009 r51011 46 46 <File Id="file_VBoxNetAdp.inf" Name="VBoxNetAdp.inf" 47 47 Source="$(env.PATH_OUT)\bin\VBoxNetAdp.inf" /> 48 48 <?if $(env.VBOX_SIGNING_MODE) != none ?> 49 49 <File Id="file_VBoxNetAdp.cat" Name="VBoxNetAdp.cat" 50 50 Source="$(env.PATH_OUT)\bin\VBoxNetAdp.cat" /> 51 51 <?endif ?> 52 52 </Component> 53 53 </Directory> -
trunk/src/VBox/Installer/win/VBoxMergePython.wxs
r51009 r51011 46 46 <!-- Python bindings --> 47 47 <Component Id="cp_VBoxPyInst" Guid="C9A40306-5102-11DE-A7BA-C3C555D89593" Win64="$(var.Property_Win64)"> 48 <File Id="file_vboxapisetup.py" Name="vboxapisetup.py" DiskId="$(var.Property_DiskIdCommon)" 49 Source="$(env.PATH_OUT)\bin\sdk\installer\vboxapisetup.py" /> 48 <File Id="file_vboxapisetup.py" Name="vboxapisetup.py" 49 Source="$(env.PATH_OUT)\bin\sdk\installer\vboxapisetup.py" 50 DiskId="$(var.Property_DiskIdCommon)" /> 50 51 </Component> 51 52 <Directory Id="dir_SDKVBoxAPI" Name="vboxapi"> 52 53 <Component Id="cp_VBoxPyMod" Guid="DF19CB76-5102-11DE-943B-13C755D89593" Win64="$(var.Property_Win64)"> 53 <File Id="file___init__.py" Name="__init__.py" DiskId="$(var.Property_DiskIdCommon)" 54 Source="$(env.PATH_OUT)\bin\sdk\installer\vboxapi\__init__.py" /> 55 <File Id="file_VirtualBox_constants.py" Name="VirtualBox_constants.py" DiskId="$(var.Property_DiskIdCommon)" 56 Source="$(env.PATH_OUT)\bin\sdk\installer\vboxapi\VirtualBox_constants.py" /> 54 <File Id="file___init__.py" Name="__init__.py" 55 Source="$(env.PATH_OUT)\bin\sdk\installer\vboxapi\__init__.py" 56 DiskId="$(var.Property_DiskIdCommon)" /> 57 <File Id="file_VirtualBox_constants.py" Name="VirtualBox_constants.py" 58 Source="$(env.PATH_OUT)\bin\sdk\installer\vboxapi\VirtualBox_constants.py" 59 DiskId="$(var.Property_DiskIdCommon)" /> 57 60 </Component> 58 61 </Directory> -
trunk/src/VBox/Installer/win/VirtualBox.wxs
r51009 r51011 94 94 </Condition> 95 95 96 <Media Id="1" Cabinet="product.cab" EmbedCab="yes" DiskPrompt="Installation Media" />97 <Property Id="DiskPrompt" Value="Oracle VM VirtualBox Installation" />98 <?if $(env.VBOX_WITH_COMBINED_PACKAGE) = "yes" ?>99 <Media Id="2" Cabinet="common.cab" EmbedCab="no" CompressionLevel="high" />100 <?endif ?>101 102 96 <!-- *************************** Upgrade packages only ******************************* --> 103 97 <!-- Minimum and Maximum specify the range of versions we are supposed to update with this upgrade. … … 122 116 <Icon Id="IconVirtualBox" SourceFile="$(env.VBOX_WINDOWS_ICON_FILE)" /> 123 117 118 <!-- The media/binary IDs --> 119 <Media Id="1" Cabinet="product.cab" EmbedCab="yes" /> 120 <?if $(env.VBOX_WITH_COMBINED_PACKAGE) = "yes" ?> 121 <Media Id="2" Cabinet="common.cab" EmbedCab="no" CompressionLevel="high" /> 122 <?endif ?> 124 123 <Binary Id="VBoxInstallHelper" SourceFile="$(env.PATH_OUT)\bin\VBoxInstallHelper.dll" /> 125 124
Note:
See TracChangeset
for help on using the changeset viewer.