Archive: Running files from the internet


Running files from the internet
I have a product that I am currently using NSIS as my installer for. My exe is around 1MB but that is too big to distribute. I want to post that exe on my server and distribute a much smaller NSIS installer that all it does is call my exe from my server via http and execute it. Is this doable? And if so, how?

Mike


PLS check
{NSISDIR}\Contrib\NSISdl
and
{NSISDIR}\Contrib\Dialer
and
\examples\waplugin.nsi


thanks
exactly what i wanted.

NSIS beats the hell out of InstallShield.

Michael Katz
President
StatBlaster
www.statblaster.com
Revolutionizing Fantasy Sports
FREE Real Time Stats & Scores


Take a look at the NSIS Update code too (Contrib\NSIS Update). It downloads compressed and uncompresses them when finished to make the download smaller. NSIS Update code is only available on the CVS version, it doesn't come by default with NSIS.


What is the CVS?
Im sorry, I am very new to NSIS.

1.What is CVS?

2. I went into the contrib folder and saw the NSISDL folder but what do I do with it? I didnt see any dll.

I must say I am a huge fan of NSIS and appreciate your help.

Shalom


CVS is a place where the latest development version of NSIS resides. You can browse it online or get it on your hard-disk using NSIS Update.

The NSISdl folder in Contrib only contains the readme. The plug-in itself is in the Plugins folder. You don't need to know where the plug-in itself is, NSIS handles that. All you need to know is what the parameters are and that is listed in the readme.