| Line 198... |
Line 198... |
| 198 |
|
198 |
|
| 199 |
bootstrap = CONFDIR/'bootstrap'
|
199 |
bootstrap = CONFDIR/'bootstrap'
|
| 200 |
bootstrap.write_text('VMWARE_INSTALLER="%s"\n\n' % DEST, append=False)
|
200 |
bootstrap.write_text('VMWARE_INSTALLER="%s"\n\n' % DEST, append=False)
|
| 201 |
bootstrap.write_text('VERSION="%s" # For backwards compatibility\n' % legacyVersionStamp, append=True)
|
201 |
bootstrap.write_text('VERSION="%s" # For backwards compatibility\n' % legacyVersionStamp, append=True)
|
| 202 |
bootstrap.write_text('VMISVERSION="%s"\n' % '3.0.0', append=True)
|
202 |
bootstrap.write_text('VMISVERSION="%s"\n' % '3.0.0', append=True)
|
| 203 |
bootstrap.write_text('VMISBUILDNUM="%s"\n' % '18811642', append=True)
|
203 |
bootstrap.write_text('VMISBUILDNUM="%s"\n' % '19376536', append=True)
|
| 204 |
bootstrap.write_text('VMISPYVERSION="%s"\n' % PYTHON_VERSION, append=True)
|
204 |
bootstrap.write_text('VMISPYVERSION="%s"\n' % PYTHON_VERSION, append=True)
|
| 205 |
|
205 |
|
| 206 |
|
206 |
|
| 207 |
def PostTransactionInstall(self, old, new, upgrade):
|
207 |
def PostTransactionInstall(self, old, new, upgrade):
|
| 208 |
# The .cleanup file is originally created when loading the
|
208 |
# The .cleanup file is originally created when loading the
|