Skip to content
⌘ NSIS Forum Archive

A minor bug...

3 posts

tony@tgtsoft.co#

A minor bug...

I did this in the script file:

CreateShortCut "l.lnk" "$INSTDIR\app.exe" "" "" 0 SW_SHOWMINIMIZED

As expected in the output I see:

CreateShortCut: "l.lnk"->"$INSTDIR\app.exe" icon:,0, showmode=0x2, hotkey=0x0

Showmode looks good here, however in the actual .LNK file, the Run Combo still shows "Normal". I was hoping for minimized...

No biggie...

Tony Stratton

P.S. Thank god you let us at the source. I have changed 5 "little" things already. 😁
DuaneJeffers#
If those little changes are good, then submit them to the NSIS Project House. I created it.

-Duane
justin#
Fixed that bug in 1.55. The MSDN docs sometimes say you should use SW_SHOWMINIMIZED, other times (more recent docs) they say SW_SHOWMINNOACTIVE, which is correct. freakin ms. . 🙂

-Justin