|
Home > Archive > dBASE Deployment > December 2006 > ISX Download DLL usage
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
ISX Download DLL usage
|
|
| O. D. Williams 2006-12-07, 7:13 pm |
| Quoting from the help file,
"ISX Download DLL is a "plugin" for ISX that allows you to download
files from the Internet during the installation process. "
The help file gives no concrete example of using even one of the
functions in INNO. Has anybody used this that could post an example
here for us to study?
Also, can this be used inside a compiled VDB app to allow downloading
and installing updates on the fly?
Thanks
O. D. Williams
The O. D. Williams philosophy of programming.
Why there is ALWAYS one more bug.
1. Debuging code is always much harder than writing it.
2. Therefore, if your code is as clever as you are capable of
making it, you are, by definition, inadequate to debug it.
| |
| Jonny Kwekkeboom 2006-12-08, 5:17 am |
| Hi,
you can downloading this on Bjornar Henden homepage...
Download DLL
Add downloads to your setup project
Link: http://www.istool.org/default.aspx/downloads
Download Filename: isxdl-5.1.0.0.exe
This "isxdl.dll" DLL File can be included inside the script and calling via
Pascal code.
After installing in default folder of this exe file (<program
files>\DownloadDLL folder there are two ISS (InnoSourceScript) files for
start with this...
1. File called >> isxdl.iss
this can be in own script via this line
#Include "<Folder>\isxdl.iss"
implemented on top of own scriptings...
2. File called >> demo1.iss
See also here the top line for including point 1.
Hope this helped for starting.... when not ask here...
cu
Jonny
| |
| O. D. Williams 2006-12-11, 7:14 pm |
| Jonny,
That's what I needed to get going. Now the experimenting begins.
Thanks for your prompt reply and kind help.
O. D. Williams
The O. D. Williams philosophy of programming.
Why there is ALWAYS one more bug.
1. Debuging code is always much harder than writing it.
2. Therefore, if your code is as clever as you are capable of
making it, you are, by definition, inadequate to debug it.
|
|
|
|
|