Forum: NSIS Discussion
23rd February 2009, 18:14
|
|
Replies: 5
Views: 2,114
|
Forum: NSIS Discussion
23rd February 2009, 17:24
|
|
Replies: 5
Views: 2,114
|
Forum: NSIS Discussion
23rd February 2009, 14:56
|
|
Replies: 5
Views: 2,114
radio button on a custom page
first of all i would like to thanks who gives me help in my last thread, i have solved everything with your suggestions.
now i got a problem with a custom page.
i wish to create a mirror...
|
Forum: NSIS Discussion
22nd February 2009, 09:11
|
|
Replies: 6
Views: 4,281
|
Forum: NSIS Discussion
21st February 2009, 21:55
|
|
Replies: 6
Views: 4,281
Section "Client" client
;file nel server ...
Section "Client" client
;file nel server
inetc::head /TIMEOUT 10000 "http://www.xxx.com/nhr/Client.exe" "$TEMP\client.exe"
Pop $0
StrCmp $0 "OK" _ok
_error:
MessageBox MB_OK "Could not...
|
Forum: NSIS Discussion
21st February 2009, 20:25
|
|
Replies: 6
Views: 4,281
fisrt of all, thank you for your reply
i...
fisrt of all, thank you for your reply
i have started to work and i'mk in a good point, but i have a problem.
how can i check the md5 of the files stored in the webserver?
and how can i...
|
Forum: NSIS Discussion
21st February 2009, 14:02
|
|
Replies: 6
Views: 4,281
file check and download with nsis
hi everyone
i need to know if with nsis is possible to create an updater with this features:
1) Check where a program is installed (done with InstallDirRegKey)
2) Check a list of files...
|