VirtualBox

Changeset 35680 in vbox for trunk/src


Ignore:
Timestamp:
Jan 24, 2011 3:01:31 PM (14 years ago)
Author:
vboxsync
Message:

Added headers.

Location:
trunk/src/VBox/Additions/WINNT/Installer
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditions.nsi

    r35651 r35680  
     1;*
     2;* @file
     3;* VBoxGuestAdditions.nsi - Main file for Windows Guest Additions installation.
     4;*
     5
     6;*
     7;* Copyright (C) 2011 Oracle Corporation
     8;*
     9;* This file is part of VirtualBox Open Source Edition (OSE), as
     10;* available from http://www.virtualbox.org. This file is free software;
     11;* you can redistribute it and/or modify it under the terms of the GNU
     12;* General Public License (GPL) as published by the Free Software
     13;* Foundation, in version 2 as it comes in the "COPYING" file of the
     14;* VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     15;* hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     16;*
    117
    218!if $%BUILD_TYPE% == "debug"
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsCommon.nsh

    r35660 r35680  
     1;*
     2;* @file
     3;* VBoxGuestAdditionsCommon.nsh - Common / shared utility functions.
     4;*
     5
     6;*
     7;* Copyright (C) 2011 Oracle Corporation
     8;*
     9;* This file is part of VirtualBox Open Source Edition (OSE), as
     10;* available from http://www.virtualbox.org. This file is free software;
     11;* you can redistribute it and/or modify it under the terms of the GNU
     12;* General Public License (GPL) as published by the Free Software
     13;* Foundation, in version 2 as it comes in the "COPYING" file of the
     14;* VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     15;* hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     16;*
    117
    218!ifndef UNINSTALLER_ONLY
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsNT4.nsh

    r35651 r35680  
     1;*
     2;* @file
     3;* VBoxGuestAdditionsNT4.nsh - Guest Additions installation for NT4.
     4;*
     5
     6;*
     7;* Copyright (C) 2011 Oracle Corporation
     8;*
     9;* This file is part of VirtualBox Open Source Edition (OSE), as
     10;* available from http://www.virtualbox.org. This file is free software;
     11;* you can redistribute it and/or modify it under the terms of the GNU
     12;* General Public License (GPL) as published by the Free Software
     13;* Foundation, in version 2 as it comes in the "COPYING" file of the
     14;* VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     15;* hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     16;*
    117
    218Function NT4_SetVideoResolution
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsUninstall.nsh

    r35659 r35680  
     1;*
     2;* @file
     3;* VBoxGuestAdditionsUninstall.nsh - Guest Additions uninstallation.
     4;*
     5
     6;*
     7;* Copyright (C) 2011 Oracle Corporation
     8;*
     9;* This file is part of VirtualBox Open Source Edition (OSE), as
     10;* available from http://www.virtualbox.org. This file is free software;
     11;* you can redistribute it and/or modify it under the terms of the GNU
     12;* General Public License (GPL) as published by the Free Software
     13;* Foundation, in version 2 as it comes in the "COPYING" file of the
     14;* VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     15;* hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     16;*
    117
    218!macro UninstallCommon un
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsUninstallOld.nsh

    r34099 r35680  
     1;*
     2;* @file
     3;* VBoxGuestAdditionsUninstallOld.nsh - Guest Additions uninstallation handling
     4;*                                      for legacy packages.
     5;*
     6
     7;*
     8;* Copyright (C) 2011 Oracle Corporation
     9;*
     10;* This file is part of VirtualBox Open Source Edition (OSE), as
     11;* available from http://www.virtualbox.org. This file is free software;
     12;* you can redistribute it and/or modify it under the terms of the GNU
     13;* General Public License (GPL) as published by the Free Software
     14;* Foundation, in version 2 as it comes in the "COPYING" file of the
     15;* VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     16;* hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     17;*
    118
    219!macro Uninstall_RunExtUnInstaller un
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsVista.nsh

    r35651 r35680  
     1;*
     2;* @file
     3;* VBoxGuestAdditionsVista.nsh - Guest Additions installation for Windows Vista/7.
     4;*
     5
     6;*
     7;* Copyright (C) 2011 Oracle Corporation
     8;*
     9;* This file is part of VirtualBox Open Source Edition (OSE), as
     10;* available from http://www.virtualbox.org. This file is free software;
     11;* you can redistribute it and/or modify it under the terms of the GNU
     12;* General Public License (GPL) as published by the Free Software
     13;* Foundation, in version 2 as it comes in the "COPYING" file of the
     14;* VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     15;* hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     16;*
    117
    218Function Vista_CopyFiles
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsW2KXP.nsh

    r35679 r35680  
     1;*
     2;* @file
     3;* VBoxGuestAdditionsW2KXP.nsh - Guest Additions installation for Windows 2000/XP.
     4;*
     5
     6;*
     7;* Copyright (C) 2011 Oracle Corporation
     8;*
     9;* This file is part of VirtualBox Open Source Edition (OSE), as
     10;* available from http://www.virtualbox.org. This file is free software;
     11;* you can redistribute it and/or modify it under the terms of the GNU
     12;* General Public License (GPL) as published by the Free Software
     13;* Foundation, in version 2 as it comes in the "COPYING" file of the
     14;* VirtualBox OSE distribution. VirtualBox OSE is distributed in the
     15;* hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     16;*
    117
    218Function W2K_SetVideoResolution
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