Archive: How Can I?


How Can I?
I have made one "Install CD-ROM" with NSIS.
When I Install and finish, I want to run a ".bat" file in this CD-ROM.
How Can I make this script?


you want to exec a bat after the installation?
[i hope i got it right]

Exec "$EXEDIR\test.bat"
[at the end]
or
!define MUI_FINISHPAGE_RUN "$EXEDIR\test.bat"