Added use of templates if the program installs

master3.3
Самоукин Алексей 14 years ago
parent 65e73fb49b
commit cede853320

@ -1467,6 +1467,9 @@ class client(share, commandServer, encrypt):
self.printOK(_("To be used domain profile") + " ...")
else:
self.printOK(_("To be used local profile") + " ...")
if not self.applyTemplatesFromSystem():
self.printERROR(_("Can not apply uninstall templates"))
return False
# Добавление программы в инсталяционную переменную
if not appendProgramToEnvFile(__app__, self.clVars):
self.printERROR(_("Can not save '%s'") %__app__ + " " +\

Loading…
Cancel
Save