dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsync/* $Id$*/
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsync/** @file
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsync * Resource file for the Windows install stub program.
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsync */
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsync
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsync/*
131561c23ec73ceb3818b6df9ff32729642907dbvboxsync * Copyright (C) 2009-2011 Oracle Corporation
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsync *
78f327ee942771169c65c91baf789fd10e72b01avboxsync * This file is part of VirtualBox Open Source Edition (OSE), as
78f327ee942771169c65c91baf789fd10e72b01avboxsync * available from http://www.virtualbox.org. This file is free software;
78f327ee942771169c65c91baf789fd10e72b01avboxsync * you can redistribute it and/or modify it under the terms of the GNU
78f327ee942771169c65c91baf789fd10e72b01avboxsync * General Public License (GPL) as published by the Free Software
78f327ee942771169c65c91baf789fd10e72b01avboxsync * Foundation, in version 2 as it comes in the "COPYING" file of the
78f327ee942771169c65c91baf789fd10e72b01avboxsync * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
78f327ee942771169c65c91baf789fd10e72b01avboxsync * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsync */
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsync
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsync#include <windows.h>
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsync#include <VBox/version.h>
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsync#include "resource.h"
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsync
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsyncLANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsync
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsyncVS_VERSION_INFO VERSIONINFO
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsync FILEVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsync PRODUCTVERSION VBOX_VERSION_MAJOR_NR,VBOX_VERSION_MINOR_NR,VBOX_VERSION_BUILD_NR,0
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsync FILEFLAGSMASK 0x3fL
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsync FILEFLAGS 0x0L
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsync FILEOS 0x40004L
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsync FILETYPE 0x2L
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsync FILESUBTYPE 0x0L
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsyncBEGIN
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsync BLOCK "StringFileInfo"
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsync BEGIN
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsync BLOCK "040904b0"
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsync BEGIN
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsync VALUE "CompanyName", VBOX_RC_COMPANY_NAME
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsync VALUE "FileDescription", "VirtualBox\0"
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsync VALUE "FileVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0"
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsync VALUE "InternalName", "VirtualBox\0"
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsync VALUE "LegalCopyright", VBOX_RC_LEGAL_COPYRIGHT
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsync VALUE "OriginalFilename", "VirtualBox.exe\0"
c5a50b49a2e48128340b661a67c80ae207288038vboxsync VALUE "ProductName", VBOX_PRODUCT "\0"
5c65eaa08f2ec993a19c9bef6e5463918e40e0ebvboxsync VALUE "ProductVersion", VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD ".r" VBOX_SVN_REV "\0"
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsync END
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsync END
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsync BLOCK "VarFileInfo"
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsync BEGIN
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsync VALUE "Translation", 0x409, 1200
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsync END
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsyncEND
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsync
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsync#include "VBoxStub-icon.rc"
131561c23ec73ceb3818b6df9ff32729642907dbvboxsync#include "VBoxStub-manifest.rc"
dee9e52b1688c0617890cbbd8a8488f9f315d1b7vboxsync