Blame | Last modification | View Log | RSS feed
#
# Copyright 2009,2018 VMware, Inc. All rights reserved. -- VMware Confidential
#
"""
VMware Tools ISO Component.
This is the VMIS template component file for the windows Tools ISO, where
windows will be replaced by the name of the specific iso (ie: linux,
windows, freebsd...)
"""
DEST = LIBDIR/'vmware/isoimages'
class ToolsISOwindows(Installer):
def InitializeInstall(self, old, new, upgrade):
self.AddTarget('File', 'windows.iso', DEST/'windows.iso')