Search found 2 matches

by zwz
2008-02-15 08:01
Forum: Feature requests
Topic: Proposal: installer checksum downloaded add-on files
Replies: 2
Views: 6357

Re: Proposal: installer checksum downloaded add-on files

It seems to me that NSIS is more feature-rich than Inno Setup.

It has a variety of plugins, including a download plugin
< http://nsis.sourceforge.net/InetLoad_plug-in >, and a Cypto plugin < http://nsis.sourceforge.net/Crypto_plug-in > which provides all sorts of hash algorithms.

I wish I could ...
by zwz
2008-02-14 05:50
Forum: Feature requests
Topic: Proposal: installer checksum downloaded add-on files
Replies: 2
Views: 6357

Proposal: installer checksum downloaded add-on files

The UltraVNC installer downloads three files from http://sc.uvnc.com/: namely SCHook.dll, cad.exe and Ultravnc_driver_Setup.exe. A glance at UltraVnc_installer_script.iss didn't find any checksumming statement. Is it possible to do SHA1 checksumming after downloading files using isxdl.dll in the ...