diff --git a/tools/btools.py b/tools/btools.py index e07b6184abc..e362bc70cfa 100755 --- a/tools/btools.py +++ b/tools/btools.py @@ -555,8 +555,10 @@ def NSIS_Installer(target=None, source=None, env=None): new_nsis = open(tmpnsi, 'w') new_nsis.write(ns_cnt) new_nsis.close() + print "Preparing nsis file looks ok\n" os.chdir(start_dir) + print "try to lauch makensis ...make sure it is on the path \n" cmdline = "makensis " + "\""+tmpnsi+"\""