Go Back   Winamp & Shoutcast Forums > Search Forums

Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: Kauko
Forum: NSIS Discussion 18th October 2007, 11:05
Replies: 8
Views: 4,380
Posted By Kauko
Do not know any better so I do: Private Sub...

Do not know any better so I do:

Private Sub ButtonMyProgram_Click()
Shell "Programs\Setup_MyProgram.exe"
End Sub

which works with Win2000 & WinXP and BringToFront in my NSIS script.
Can...
Forum: NSIS Discussion 16th October 2007, 14:10
Replies: 8
Views: 4,380
Posted By Kauko
Thanks, this worked: !define...

Thanks, this worked:

!define MUI_CUSTOMFUNCTION_GUIINIT MyGUIInit

Function MyGUIInit
BringToFront
FunctionEnd
Forum: NSIS Discussion 15th October 2007, 19:07
Replies: 8
Views: 4,380
Posted By Kauko
Looks like you guys are trying to make this too...

Looks like you guys are trying to make this too complicated?
Pls notice that this is NSIS generated install program run FROM VB menu program which starts by CD-ROM's Autorun.
I have dozen separate...
Forum: NSIS Discussion 15th October 2007, 17:13
Replies: 8
Views: 4,380
Posted By Kauko
VB and NSIS

When I call NSIS generated installer from VB program it doesn't show up on the screen foreground but only in taskbar?
How do I bring it to the screen foreground?
Showing results 1 to 4 of 4

 
Forum Jump