<br><br><div class="gmail_quote">On 12 February 2013 21:34, antonya <span dir="ltr"><<a href="mailto:antony@bizappcenter.com" target="_blank">antony@bizappcenter.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
Hi there:<br>
<br>
We are using WPKG over HTTP. Msi installs work fine: msiexec /i<br>
<a href="http://someserverurl" target="_blank">http://someserverurl</a>.<br>
<br>
What about .exe? Does anyone have experience with installing .exe from a<br>
remote server? what is the "install cmd" to install a .exe from a remote<br>
server?<br>
<br></blockquote><div><br></div><div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">I've not tried this, but perhaps invoking a powershell command might work...</div>

<div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">

<span style="line-height:17px"><font face="arial, helvetica, sans-serif">powershell -command "(new-object System.Net.WebClient).DownloadFile('<a href="http://ipv4.download.thinkbroadband.com/5MB.zip" target="_blank" style="color:rgb(17,85,204)">http://ipv4.download.thinkbroadband.com/5MB.zip</a>','C:\5MB.zip')"</font></span></div>

<div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><span style="line-height:17px"><font face="arial, helvetica, sans-serif"><br></font></span></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">

<span style="line-height:17px"><font face="arial, helvetica, sans-serif">something like </font></span></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><span style="line-height:17px"><font face="arial, helvetica, sans-serif"><br>

</font></span></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><pre style="white-space:pre-wrap;padding:0px;border:0px none white;line-height:1.2em;margin-top:0px;margin-bottom:0px;background-image:none;vertical-align:top">

<font face="arial, helvetica, sans-serif"><install cmd= '<span style="line-height:17px;white-space:normal">powershell -command "(new-object System.Net.WebClient).DownloadFile('<a href="http://servername/installpackage.exe" target="_blank" style="color:rgb(17,85,204)">http://servername/installpackage.exe</a></span><span style="line-height:17px;white-space:normal">','C:\installs\installpackage.exe')"</span>'></font></pre>

<pre style="white-space:pre-wrap;padding:0px;border:0px none white;line-height:1.2em;margin-top:0px;margin-bottom:0px;background-image:none;vertical-align:top"><font face="arial, helvetica, sans-serif"><br></font></pre><pre style="white-space:pre-wrap;padding:0px;border:0px none white;line-height:1.2em;margin-top:0px;margin-bottom:0px;background-image:none;vertical-align:top">

<font face="arial, helvetica, sans-serif">?</font></pre><pre style="white-space:pre-wrap;padding:0px;border:0px none white;line-height:1.2em;margin-top:0px;margin-bottom:0px;background-image:none;vertical-align:top"><font face="arial, helvetica, sans-serif"><br>

</font></pre></div></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Thanks,<br>
Antony<br>
<span class="HOEnZb"><font color="#888888">--<br>
View this message in context: <a href="http://old.nabble.com/Installing-an-.exe-from-a-remote-server-tp35016031p35016031.html" target="_blank">http://old.nabble.com/Installing-an-.exe-from-a-remote-server-tp35016031p35016031.html</a><br>


Sent from the WPKG - Users mailing list archive at Nabble.com.<br>
<br>
-------------------------------------------------------------------------<br>
wpkg-users mailing list archives >> <a href="http://lists.wpkg.org/pipermail/wpkg-users/" target="_blank">http://lists.wpkg.org/pipermail/wpkg-users/</a><br>
_______________________________________________<br>
wpkg-users mailing list<br>
<a href="mailto:wpkg-users@lists.wpkg.org">wpkg-users@lists.wpkg.org</a><br>
<a href="http://lists.wpkg.org/mailman/listinfo/wpkg-users" target="_blank">http://lists.wpkg.org/mailman/listinfo/wpkg-users</a></font></span></blockquote><div><br></div><span style="font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">-- </span><br style="font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">

<div><span style="background-color:rgb(255,255,255);font-family:arial,sans-serif;font-size:13px">Carl van Eijk</span> </div></div><br>