updated readme
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2189 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
8c0383dbbb
commit
52ba78180f
3 changed files with 51 additions and 35 deletions
|
@ -4,17 +4,19 @@ DIALER PLUGIN
|
|||
Written by Amir Szekely aka KiCHiK
|
||||
Readme by Joost Verburg
|
||||
|
||||
The Dialer plugin for NSIS provides five functions related to internet connections.
|
||||
|
||||
To download files from the internet, use the NSISdl plugin.
|
||||
|
||||
USAGE
|
||||
-----
|
||||
|
||||
The DialerDLL plugin for NSIS provides five functions related to internet connections.
|
||||
|
||||
Example of usage:
|
||||
|
||||
ClearErrors ;Clear the error flag
|
||||
Dialer::FunctionName ;Call Dialer function
|
||||
IfErrors "" +3 ;Check for errors
|
||||
MessageBox "Function not available"
|
||||
MessageBox MB_OK "Function not available"
|
||||
Quit
|
||||
Pop $R0 ;Get the return value from the stack
|
||||
MessageBox MB_OK $R0 ;Display the return value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue