Forum: NSIS Discussion
15th November 2003, 02:22
|
|
Replies: 7
Views: 2,377
I check the error flag after ExecWait, like
...
I check the error flag after ExecWait, like
IfErrors err_lbl
does that return different error code in win98 and win2k?
the player is actually installed after execwait is done, it;s jsut the...
|
Forum: NSIS Discussion
14th November 2003, 21:24
|
|
Replies: 7
Views: 2,377
I'm trying to install the flash player in my...
I'm trying to install the flash player in my script.
This line doesn't work on Win98, works on Win2k:
ExecWait '"$TEMP\flash.exe"'
What am I missing? Do I need to add parameters in? (I wouldn't...
|
Forum: NSIS Discussion
14th November 2003, 19:55
|
|
Replies: 37
Views: 15,415
|
Forum: NSIS Discussion
14th November 2003, 18:04
|
|
Replies: 37
Views: 15,415
can you explain what Use "?e" at proc...
can you explain what Use "?e" at proc specification means? when i used this code in my script it always went to the error leg. why can't i create the mutex successfully? sorry, i'm very ignorant when...
|