How can I make sure it's happen before?
I think it's created before because this line:
!insertmacro MUI_PAGE_INSTFILES
is executed before:
Section
SetShellVarContext all
SetOutPath "$INSTDIR"
CreateShortCut "$DESKTOP\app.lnk" "$INSTDIR\app.exe" "" "$INSTDIR\.icon\m.ico" 0
SectionEnd
Am I right?...
I'm really new with this... I'm not sure about that ...
|