blob: ca6d170e92c770f198e80a2f87e60695a322aced (
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="[msm_VBoxApplicationFolder]" Type="string" />
</Include>
|