fixed bug #1449879 - NSIS User Manual script error
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4625 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
daa44a760c
commit
984e1ae960
1 changed files with 5 additions and 2 deletions
|
@ -80,8 +80,11 @@ function parser(fn)
|
|||
|
||||
if (FolderExists(lfn))
|
||||
{
|
||||
var objShell = new ActiveXObject("Shell.Application");
|
||||
objShell.Open(lfn);
|
||||
if (!TryShellExec(lfn))
|
||||
{
|
||||
var objShell = new ActiveXObject("Shell.Application");
|
||||
objShell.Open(lfn);
|
||||
}
|
||||
}
|
||||
else if (FileExists(lfn))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue