![]() |
How to download a file from the Internet without the use of plug-ins ??
How to download a file from the Internet without the use of plug-ins ?
Is it possible to use this function URLDownloadToFile () ? How to do it? |
You need the system plugin to call Windows functions...
|
Try this:
Quote:
|
You wanted to do it without plugins and then you post some code where you are using a plugin!
Why not use one of the downloader plugins? |
Anders
I am interested - how to use the function URLDownloadToFile. Is it so difficult to help ?.. |
What is wrong with nsisDL and InetC?
|
https://www.virustotal.com/ru/file/5...e4e8/analysis/
WS.Reputation.1 | Symantec I understand - triggering false. But you can not work .... On nsisdl.dll not find any working links ... |
NSIDdl is shipped with NSIS. If you did a full install, you already have it.
|
INetC is no longer detected by Symantec and I submitted a false positive to TrendMicro, the problem should go away soon...
Quote:
|
Anders
Thank you very much! |
Hello,
I am new to using the NSIS installer. My NSIS script creates the installer without any issues but a software download that it tries to do via the nsisdl plugin fails. This happens at the beginning of the installation process. The rest of the process works fine. I can download this external software (.exe) via the URL if I use it in my web browser but not within the NSIS installer. I use the statement: Quote:
This is a repeat post because I need an answer to this soon. If anyone has information about the proper syntax for using the nsisdl plugin or has experienced this before while attempting to download from a url, please do let me know. Thanks. |
There is no url there, just the string "url"...
Next time don't ask the same question in several threads, it is very rude. |
Re: Using nsisdl to download from url
Hello,
First of all, sorry for posting the question in multiple places. Won't happen again. Secondly, the code I showed in my earlier post was an example. My actual script has a valid url (where the string "url" is shown in the earlier example) and the $INSTALL_EXE_NAME is the name of the location where to put it (the .exe). Some part of the script is shown below: Quote:
Kindly let me know what you think. Thanks. |
Do you have AntiVirus installed?
|
Hi Anders,
Yes, I have Norton AntiVirus installed. However, the installation from the url used to work without problems (with the AntiVirus) until 4 days ago. Now, it fails immediately after clicking "Yes" to the installation, shown in the script I mentioned above. |
What is the value of ${INSTALL_EXE_NAME}?
What error does inetc report (check the value on the stack)? Stu |
For the OS's that support it:
nsExec::ExecToStack `"powershell.exe" -inputformat none -Command "$wc=New-Object system.Net.WebClient;$wc.downloadFile('http://someurl.com/file.exe','$INSTDIR\file.exe')"` Use the plugins, they work well. |
| All times are GMT. The time now is 17:21. |
Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.