Last change
on this file since 104853 was 104453, checked in by vboxsync, 7 months ago |
Windows host installer: Upgraded to WIX v4 (4.0.5). This is a massive change that accumulates the transition from WIX v3 -> v4 where the WIX XML scheme as well as the build system has changed. See comments for details. bugref:10644
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id Revision
|
File size:
419 bytes
|
Line | |
---|
1 | <Include xmlns="http://wixtoolset.org/schemas/v4/wxs">
|
---|
2 | <RegistryValue Root="HKLM" Key="$(var.Property_RegKey)" Name="Version" Value="%VER%" Type="string" />
|
---|
3 | <RegistryValue Root="HKLM" Key="$(var.Property_RegKey)" Name="VersionExt" Value="%VER_EXT%" Type="string" />
|
---|
4 | <RegistryValue Root="HKLM" Key="$(var.Property_RegKey)" Name="InstallDir" Value="[msm_VBoxApplicationFolder]" Type="string" />
|
---|
5 | </Include>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.