VirtualBox

source: vbox/trunk/src/VBox/Main/UnattendedTemplates/win_postinstall.cmd@ 68071

Last change on this file since 68071 was 68071, checked in by vboxsync, 7 years ago

Unattended: Split out the post installation script into a separate file. Dropped the IUnattended::loadSettings method, don't see much point. Simplified the script editor classes, moving the default filenames and templates to the installer constructor, allowing us to avoid having to 'new' the script editors. The editors are now direct members of UnattendedInstaller.

  • Property svn:eol-style set to LF
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 925 bytes
Line 
1@echo off
2rem $Id: win_postinstall.cmd 68071 2017-07-20 16:24:08Z vboxsync $
3rem rem @file
4rem Post installation script template for Windows.
5rem
6rem This runs after the target system has been booted, typically as
7rem part of the first logon.
8rem
9
10rem
11rem Copyright (C) 2017 Oracle Corporation
12rem
13rem This file is part of VirtualBox Open Source Edition (OSE), as
14rem available from http://www.virtualbox.org. This file is free software;
15rem you can redistribute it and/or modify it under the terms of the GNU
16rem General Public License (GPL) as published by the Free Software
17rem Foundation, in version 2 as it comes in the "COPYING" file of the
18rem VirtualBox OSE distribution. VirtualBox OSE is distributed in the
19rem hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
20rem
21
22
23echo TODO
24
25@@VBOX_COND_IS_INSTALLING_ADDITIONS@@
26e:\cert\VBoxCertUtil.exe add-trusted-publisher e:\cert\vbox*.cer --root e:\cert\vbox*.cer
27e:\VBoxWindowsAdditions.exe /S
28@@VBOX_COND_END@@
29
Note: See TracBrowser for help on using the repository browser.

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