RegCleanup.rc revision 2f139cbf73f9adba01382892f33558ad7bcb40cb
1N/A/*
1N/A * Copyright (C) 2006-2007 Oracle Corporation
1N/A *
1N/A * This file is part of VirtualBox Open Source Edition (OSE), as
1N/A * available from http://www.virtualbox.org. This file is free software;
1N/A * you can redistribute it and/or modify it under the terms of the GNU
1N/A * General Public License (GPL) as published by the Free Software
1N/A * Foundation, in version 2 as it comes in the "COPYING" file of the
1N/A * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
1N/A * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
1N/A */
1N/A
1N/A#include <windows.h>
1N/A#include <VBox/version.h>
1N/A
1N/ALANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
1N/A
1N/AVS_VERSION_INFO VERSIONINFO
1N/A FILEVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
1N/A PRODUCTVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
1N/A FILEFLAGSMASK 0x3fL
1N/A FILEFLAGS 0x0L
1N/A FILEOS 0x40004L
1N/A FILETYPE 0x2L
1N/A FILESUBTYPE 0x0L
1N/ABEGIN
1N/A BLOCK "StringFileInfo"
1N/A BEGIN
1N/A BLOCK "040904b0"
1N/A BEGIN
1N/A VALUE "CompanyName", VBOX_RC_COMPANY_NAME
1N/A VALUE "FileDescription", "VirtualBox RegCleanup\0"
1N/A VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0"
1N/A VALUE "InternalName", "VBoxRegCleanup\0"
1N/A VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT
1N/A VALUE "OriginalFilename", "VBoxRegCleanup.exe\0"
1N/A VALUE "ProductName", "VirtualBox Guest Additions\0"
1N/A VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0"
1N/A END
1N/A END
1N/A BLOCK "VarFileInfo"
1N/A BEGIN
1N/A VALUE "Translation", 0x409, 1200
1N/A END
1N/AEND
1N/A