[wpkg-users] Installing an .exe from a remote server

Carl van Eijk carl.vaneijk+wpkg at gmail.com
Tue Feb 12 22:56:53 CET 2013


On 12 February 2013 21:34, antonya <antony at bizappcenter.com> wrote:

>
> Hi there:
>
> We are using WPKG over HTTP. Msi installs work fine: msiexec /i
> http://someserverurl.
>
> What about .exe? Does anyone have experience with installing .exe from a
> remote server? what is the "install cmd" to install a .exe from a remote
> server?
>
>
I've not tried this, but perhaps invoking a powershell command might work...

powershell -command "(new-object System.Net.WebClient).DownloadFile('
http://ipv4.download.thinkbroadband.com/5MB.zip','C:\5MB.zip')"

something like

<install cmd= 'powershell -command "(new-object
System.Net.WebClient).DownloadFile('http://servername/installpackage.exe','C:\installs\installpackage.exe')"'>


?




> Thanks,
> Antony
> --
> View this message in context:
> http://old.nabble.com/Installing-an-.exe-from-a-remote-server-tp35016031p35016031.html
> Sent from the WPKG - Users mailing list archive at Nabble.com.
>
> -------------------------------------------------------------------------
> wpkg-users mailing list archives >>
> http://lists.wpkg.org/pipermail/wpkg-users/
> _______________________________________________
> wpkg-users mailing list
> wpkg-users at lists.wpkg.org
> http://lists.wpkg.org/mailman/listinfo/wpkg-users


-- 
Carl van Eijk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wpkg.org/pipermail/wpkg-users/attachments/20130212/24ee2e73/attachment-0002.html>


More information about the wpkg-users mailing list