Forum: NSIS Discussion
27th February 2007, 19:02
|
|
Replies: 6
Views: 1,529
|
Forum: NSIS Discussion
27th February 2007, 16:36
|
|
Replies: 6
Views: 1,529
The program can not run ...
OutFile "App.exe"
Caption "Loading..."
Section
DetailPrint 'Initializing...'
Sleep 500
Sleep 500
DetailPrint 'Loading Graphics...'
Sleep 500
Sleep 500
DetailPrint 'Finalizing...'
|
Forum: NSIS Discussion
26th February 2007, 18:23
|
|
Replies: 6
Views: 1,529
Thanks help
Thanks Red Wine, Thanks for your help
But I still have another question ,How do I know use which command when program close then the files can be delete in function .onInstSuccess.
|
Forum: NSIS Discussion
26th February 2007, 02:50
|
|
Replies: 6
Views: 1,529
Loading Bar and Execwait question?
I put “ Execwait “ command in install section, but when the files extract finish and execute program, loading bar can not auto close, so it will be appear two windows together.Is there a way to...
|
Forum: NSIS Discussion
9th August 2006, 07:52
|
|
Replies: 3
Views: 1,428
|
Forum: NSIS Discussion
8th August 2006, 18:46
|
|
Replies: 3
Views: 1,428
when execwait stop question?
how can i let the programs close can play sound or
MessageBox. it looks like when execwait stop have to run
other command , right? but how to do?
|