From 0735b7400e57fe8decf39b1ff0bd27e013841b53 Mon Sep 17 00:00:00 2001 From: kichik Date: Thu, 15 Jul 2004 17:37:11 +0000 Subject: [PATCH] fixed internet shortcuts creation with CreateShortcut (thanks rex123) git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3588 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/exehead/exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/exehead/exec.c b/Source/exehead/exec.c index 36c3f415..55bf8c76 100644 --- a/Source/exehead/exec.c +++ b/Source/exehead/exec.c @@ -1003,7 +1003,7 @@ static int NSISCALL ExecuteEntry(entry *entry_) IShellLink* psl; if (!validpathspec(buf2)) - GetStringFromParm(0x11); + GetStringFromParm(0x21); log_printf8("CreateShortCut: out: \"%s\", in: \"%s %s\", icon: %s,%d, sw=%d, hk=%d", buf1,buf2,buf0,buf3,parm4&0xff,(parm4&0xff00)>>8,parm4>>16);