Archive: Run an installation after install..but in a special way..


Run an installation after install..but in a special way..
Hey

I hope you can help me!
In my application I want an application to Start. But the only way i can make this, is if the user, who installs the installer, check the "Run application" box in the Finishpage.

But I want the installer to run my application, even if the Checkbox isn't checked...Or it would be perfekt, if there wouldn't be any checkbox of "run application" but the application starts when the installer is closed....

I hope you understand my question and you can help me!

Thanks

::H1tm4n::


http://nsis.sourceforge.net/Docs/Chapter4.html#4.9.1.2


hey Thanks...!

But is there a chance to start the .exe file, if the file is on the compile pc but not on the PC of the person, who installs my program..?


The only way that I know so far is to add this file with File command (just like every other file included in your installation), extract it on target (either in $INSTDIR or wherever) and execute it.


ok then I will make it in this way! Thanks a lot