Changeset 77329 in vbox
- Timestamp:
- Feb 15, 2019 10:22:03 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 128860
- Location:
- trunk/src/VBox/Installer/win
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VBoxMergeApp.wxs
r72020 r77329 17 17 xmlns:difxapp="http://schemas.microsoft.com/wix/DifxAppExtension"> 18 18 19 <?include Properties.wxi ?>19 <?include Defines.wxi ?> 20 20 21 21 <!-- Note: GUIDs in WiX *must* be uppercase! --> … … 52 52 <?include PublicProperties.wxi ?> 53 53 54 55 54 <Property Id="local_VBOX_REGISTERFILEEXTENSIONS" Value="Empty" /> 56 55 <Configuration Name="argRegesterExtensions" Format="Text" DefaultValue="Not passed"/> -
trunk/src/VBox/Installer/win/VBoxMergeCOM32On64.wxs
r72020 r77329 17 17 xmlns:difxapp="http://schemas.microsoft.com/wix/DifxAppExtension"> 18 18 19 <?include Properties.wxi ?>19 <?include Defines.wxi ?> 20 20 21 21 <Module Id="msm_VBoxCOM32On64" -
trunk/src/VBox/Installer/win/VBoxMergeNetAdp.wxs
r72020 r77329 17 17 xmlns:difxapp="http://schemas.microsoft.com/wix/DifxAppExtension"> 18 18 19 <?include Properties.wxi ?>19 <?include Defines.wxi ?> 20 20 21 21 <Module Id="msm_VBoxNetworkAdp" … … 33 33 Platform="$(var.Property_Platform)" 34 34 SummaryCodepage="1252"/> 35 36 35 37 36 <?include CommonProperties.wxi ?> -
trunk/src/VBox/Installer/win/VBoxMergeNetAdp6.wxs
r72020 r77329 17 17 xmlns:difxapp="http://schemas.microsoft.com/wix/DifxAppExtension"> 18 18 19 <?include Properties.wxi ?>19 <?include Defines.wxi ?> 20 20 21 21 <Module Id="msm_VBoxNetworkAdp6" … … 33 33 Platform="$(var.Property_Platform)" 34 34 SummaryCodepage="1252"/> 35 36 35 37 36 <?include CommonProperties.wxi ?> -
trunk/src/VBox/Installer/win/VBoxMergeNetFlt.wxs
r72020 r77329 17 17 xmlns:difxapp="http://schemas.microsoft.com/wix/DifxAppExtension"> 18 18 19 <?include Properties.wxi ?>19 <?include Defines.wxi ?> 20 20 21 21 <Module Id="msm_VBoxNetworkFlt" … … 33 33 Platform="$(var.Property_Platform)" 34 34 SummaryCodepage="1252"/> 35 36 35 37 36 <?include CommonProperties.wxi ?> -
trunk/src/VBox/Installer/win/VBoxMergeNetLwf.wxs
r72020 r77329 17 17 xmlns:difxapp="http://schemas.microsoft.com/wix/DifxAppExtension"> 18 18 19 <?include Properties.wxi ?>19 <?include Defines.wxi ?> 20 20 21 21 <Module Id="msm_VBoxNetworkLwf" … … 33 33 Platform="$(var.Property_Platform)" 34 34 SummaryCodepage="1252"/> 35 36 35 37 36 <?include CommonProperties.wxi ?> -
trunk/src/VBox/Installer/win/VBoxMergePython.wxs
r72020 r77329 17 17 xmlns:difxapp="http://schemas.microsoft.com/wix/DifxAppExtension"> 18 18 19 <?include Properties.wxi ?>19 <?include Defines.wxi ?> 20 20 21 21 <Module Id="msm_VBoxPython" -
trunk/src/VBox/Installer/win/VBoxMergeUSB.wxs
r72020 r77329 17 17 xmlns:difxapp="http://schemas.microsoft.com/wix/DifxAppExtension"> 18 18 19 <?include Properties.wxi ?>19 <?include Defines.wxi ?> 20 20 21 21 <Module Id="msm_VBoxUSB" … … 34 34 SummaryCodepage="1252"/> 35 35 36 <?include CommonProperties.wxi ?> 36 37 <?include PublicProperties.wxi ?> 37 38
Note:
See TracChangeset
for help on using the changeset viewer.