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
This commit is contained in:
parent
bf4d3c6c94
commit
0735b7400e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue