Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 8th July 2010, 08:32   #1
Stieven76
Junior Member
 
Join Date: Jun 2010
Posts: 6
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

Thx,
Stieven
Stieven76 is offline   Reply With Quote
Old 8th July 2010, 08:58   #2
MSG
Major Dude
 
Join Date: Oct 2006
Posts: 1,841
http://nsis.sourceforge.net/Docs/Chapter4.html#4.9.3.4
MSG is offline   Reply With Quote
Old 8th July 2010, 09:54   #3
Stieven76
Junior Member
 
Join Date: Jun 2010
Posts: 6
Thx!

Solved it like this:
code:

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



Grts,
Stieven
Stieven76 is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump