Old 23rd October 2005, 20:01   #1
er76
Junior Member
 
Join Date: Oct 2005
Posts: 1
Launching Win32 App

I have read a couple of post on executing dos commands, but what about lauching win32 apps such as Direct X installer?
er76 is offline   Reply With Quote
Old 23rd October 2005, 22:50   #2
Yathosho
Forum King
 
Yathosho's Avatar
 
Join Date: Jan 2002
Location: AT-DE
Posts: 3,366
works the same way.. Exec, ExecWait or nsExec
Yathosho is offline   Reply With Quote
Old 24th October 2005, 05:44   #3
Takhir
Major Dude
 
Join Date: Feb 2004
Location: Moscow, Russia
Posts: 1,222
When installing 3-rd party applications, also good style is to hide original (NSIS) installer
code:

ShowWindow $HWNDPARENT 0
ExecWait "$EXEDIR\directx_9c_redist.exe"
ShowWindow $HWNDPARENT 1

Takhir is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast 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