Archive: Open appliaction in fullscreen


Open appliaction in fullscreen
Hi,

Does anyone know how I can make sure that my application starts in fullscreen after installing?
Installer is created with NSIS. i thought I did found a command a while ago but I can't remember it :stare:

Thx,
Stieven


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


Thx!

Solved it like this:


Function MyRunInstalledProgram
ExecShell "" "$INSTDIR\ExtrafilmDesigner.exe" "" SW_SHOWMAXIMIZED
FunctionEnd


Grts,
Stieven