VirtualBox

Changeset 8078 in vbox for trunk/src/VBox/Additions/WINNT


Ignore:
Timestamp:
Apr 17, 2008 8:17:32 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
29764
Message:

Rebranding: Guest Additions VBoxService.

Location:
trunk/src/VBox/Additions/WINNT/VBoxService
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxService/VBoxService.cpp

    r6360 r8078  
    435435    ndata.uCallbackMessage = WM_USER;
    436436    ndata.hIcon            = LoadIcon(gInstance, MAKEINTRESOURCE(IDI_VIRTUALBOX));
    437     sprintf(ndata.szTip, "innotek VirtualBox Guest Additions %d.%d.%dr%d", VBOX_VERSION_MAJOR, VBOX_VERSION_MINOR, VBOX_VERSION_BUILD, VBOX_SVN_REV);
     437    sprintf(ndata.szTip, "Sun xVM VirtualBox Guest Additions %d.%d.%dr%d", VBOX_VERSION_MAJOR, VBOX_VERSION_MINOR, VBOX_VERSION_BUILD, VBOX_SVN_REV);
    438438
    439439    dprintf(("VBoxService: ndata.hWnd %08X, ndata.hIcon = %p\n", ndata.hWnd, ndata.hIcon));
  • trunk/src/VBox/Additions/WINNT/VBoxService/VBoxService.rc

    r6190 r8078  
    1414
    1515#include <windows.h>
     16#include <VBox/version.h>
    1617#include "resource.h"
    1718
     
    3132      BLOCK "040904b0"
    3233      BEGIN
    33          VALUE "CompanyName",      "innotek GmbH"
    34          VALUE "FileDescription",  "VirtualBox Additions Service\0"
     34         VALUE "CompanyName",      VBOX_RC_COMPANY_NAME
     35         VALUE "FileDescription",  "xVM VirtualBox Guest Additions Service\0"
    3536         VALUE "FileVersion",      VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0"
    36          VALUE "InternalName",     "vboxservice\0"
    37          VALUE "LegalCopyright",   "(C) 2004-2007 innotek GmbH\0"
     37         VALUE "InternalName",     "VBoxService\0"
     38         VALUE "LegalCopyright",   VBOX_RC_LEGAL_COPYRIGHT
    3839         VALUE "OriginalFilename", "VBoxService.exe\0"
    39          VALUE "ProductName",      "VirtualBox Additions Service\0"
     40         VALUE "ProductName",      "xVM VirtualBox Guest Additions\0"
    4041         VALUE "ProductVersion",   VBOX_VERSION_MAJOR "." VBOX_VERSION_MINOR "." VBOX_VERSION_BUILD "." VBOX_SVN_REV "\0"
    4142      END
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette