Avoid crash when installing Ninite bundle
This commit is contained in:
parent
a47579ab79
commit
402f3854d5
1 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,8 @@ if __name__ == '__main__':
|
|||
if answer_ninite and global_vars['OS']['Version'] in ['7']:
|
||||
# Vista is dead, not going to check for it
|
||||
answer_mse = ask('Install MSE?')
|
||||
else:
|
||||
answer_mse = False
|
||||
|
||||
print_info('Installing Programs')
|
||||
if answer_vcr:
|
||||
|
|
|
|||
Loading…
Reference in a new issue