Forum: NSIS Discussion
18th October 2007, 11:05
|
|
Replies: 8
Views: 4,380
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
|
Forum: NSIS Discussion
15th October 2007, 19:07
|
|
Replies: 8
Views: 4,380
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
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?
|