|
|
#1 |
|
Junior Member
Join Date: Nov 2005
Posts: 2
|
Can i execute an application when installer ends?
Hi all...
Is there a way to execute an application when the user clik on the finish button? Excellent installer BTW. Regards Oystein Selbekk |
|
|
|
|
|
#2 |
|
Major Dude
Join Date: Feb 2004
Location: Moscow, Russia
Posts: 1,222
|
If you are using Modern UI please read it's Readme (Start menu->Programs->NSIS->Contrib). NSIS User Manual may be usefull as well.
|
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Nov 2005
Posts: 2
|
Well... im not sure what UI i use... I started from the example example1.nsi and have read me through to making a quite simple but effective installer of an application written i VB6. So basically this is what i want to do:
Exec '"$INSTDIR\myapp.exe"' I just dont know where to put it..? Regards Oystein |
|
|
|
|
|
#4 |
|
Major Dude
Join Date: Jun 2001
Posts: 1,173
|
You can put it in...
PHP Code:
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|