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