|
|
#1 |
|
Junior Member
Join Date: Feb 2006
Location: Italy
Posts: 28
|
Run application after install
How can I set a default application to run after install without MUI_FINISHPAGE_RUN?
Help me!
|
|
|
|
|
|
#2 |
|
Junior Member
Join Date: Jun 2005
Posts: 36
|
You must write:
!define MUI_FINISHPAGE_RUN "$INSTDIR\myApp.exe" |
|
|
|
|
|
#3 | |
|
Junior Member
Join Date: Feb 2006
Location: Italy
Posts: 28
|
Re: Run application after install
Quote:
|
|
|
|
|
|
|
#4 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,336
|
Define a leave function for the finish page and use Exec in it. You could also use it at the end of the last section or .onInstSuccess.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|