summaryrefslogtreecommitdiff
path: root/src/VBox/Installer/win/VBoxKey.wxi
blob: 6c7a503e5810aab3c867321a083a53b2e7aa06d9 (plain)
1
2
3
4
5
<Include>
    <RegistryValue Root="HKLM" Key="$(var.Property_RegKey)" Name="Version" Value="%VER%" Type="string" />
    <RegistryValue Root="HKLM" Key="$(var.Property_RegKey)" Name="VersionExt" Value="%VER_EXT%" Type="string" />
    <RegistryValue Root="HKLM" Key="$(var.Property_RegKey)" Name="InstallDir" Value="[INSTALLDIR]" Type="string" />
</Include>