Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
204 - 1
#
2
# Copyright 2009,2018 VMware, Inc.  All rights reserved. -- VMware Confidential
3
#
4
 
5
"""
6
VMware Tools ISO Component.
7
 
8
This is the VMIS template component file for the winPre2k Tools ISO, where
9
winPre2k will be replaced by the name of the specific iso (ie: linux,
10
windows, freebsd...)
11
"""
12
DEST = LIBDIR/'vmware/isoimages'
13
 
14
class ToolsISOwinPre2k(Installer):
15
   def InitializeInstall(self, old, new, upgrade):
16
      self.AddTarget('File', 'winPre2k.iso', DEST/'winPre2k.iso')