Skip to content
⌘ NSIS Forum Archive

Whats Wrong?

3 posts

jMrX#

Whats Wrong?

what is the problem with Exec function?

Section "Flash" FlashPlayer
    SetOutPath "$INSTDIR"
    File "C:\FlashPlayer.msi"
SectionEnd
.....
Function .onInstSuccess
    Exec "$INSTDIR\FlashPlayer.msi"
FunctionEnd