Last change
on this file since 37178 was 37016, checked in by vboxsync, 14 years ago |
Added VBOX_VERSION_STRING_RAW to only handle/store the pure VBox version without any suffixes. Fixes bug #8844.
|
-
Property svn:eol-style
set to
native
|
File size:
341 bytes
|
Line | |
---|
1 | <Include>
|
---|
2 | <Registry Root="HKLM" Key="$(var.Property_RegKey)" Name="Version" Value="%VER%" Type="string" />
|
---|
3 | <Registry Root="HKLM" Key="$(var.Property_RegKey)" Name="VersionExt" Value="%VER_EXT%" Type="string" />
|
---|
4 | <Registry Root="HKLM" Key="$(var.Property_RegKey)" Name="InstallDir" Value="[INSTALLDIR]" Type="string" />
|
---|
5 | </Include>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.