Re: To Automate Web Application
Re: To Automate Web Application
- Subject: Re: To Automate Web Application
- From: j o a r <email@hidden>
- Date: Wed, 29 Jun 2005 12:35:35 +0200
On 29 jun 2005, at 12.28, Pratush Dayal wrote:
Yes its downloading the .exe file in the local system from the web
server and then start installation and activate it.
For downloading the file, check the functionality presented by either
NSURLConnection or NSURLDownload. They are very convenient to use for
that purpose.
If the downloaded file is of a standard type, you can launch it by
using "openFile:" or "launchApplication:" from NSWorkspace.
It seems like something that you should be able to do fairly easily
using Cocoa - at least give what I know of your requirements so far.
Note that ".exe" files can't be used on Mac OS X - as it's the
executable file format used on Windows, and not something that you
can run natively on any other OS platform.
That said, I assume that you imply that you will download an
executable suitable for Mac OS X, and that's of course possible. Note
that Mac OS X applications are "bundled", and typically needs to be
archived before being transfered over the network.
j o a r
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden