Re: [flexcoders] Re: How to run another air application from air application

2009-08-13 Thread Tom Chiverton
On Thursday 13 Aug 2009, vladakg85 wrote: > Yes, but I don;t want to use framework. I have to make manual update. By writing your own framework ? Why bother... ? I don't see you having any particularly odd requirements. -- Helping to autoschediastically deploy IPOs as part of the IT team of the

[flexcoders] Re: How to run another air application from air application

2009-08-13 Thread vladakg85
No, download goes ok, if I run file.air manually update is OK. Old version is replaced with new. This is how I get file: urlStream.addEventListener(Event.COMPLETE, loaded); urlStream.load(urlReq); private function loaded(event:Event):void

Re: [flexcoders] Re: How to run another air application from air application

2009-08-13 Thread Ian Thomas
On Thu, Aug 13, 2009 at 11:44 AM, vladakg85 wrote: > > > Yes, but I don;t want to use framework. I have to make manual update. I have > methods that check if there is new version on server,manually download new > version from server, and manually run installer, but I recived this message. > > This

[flexcoders] Re: How to run another air application from air application

2009-08-13 Thread vladakg85
Yes, but I don;t want to use framework. I have to make manual update. I have methods that check if there is new version on server,manually download new version from server, and manually run installer, but I recived this message. This application cannot be installed because this installer has bee

Re: [flexcoders] Re: How to run another air application from air application

2009-08-13 Thread Ian Thomas
On Thu, Aug 13, 2009 at 11:07 AM, vladakg85 wrote: > > > Hi, you help me a lot, but now I have some strange problem: > > This application cannot be installed because this installer has been > mis-configured. Please contact the application author for assistance. If you're having trouble rolling you

[flexcoders] Re: How to run another air application from air application

2009-08-13 Thread vladakg85
Hi, you help me a lot, but now I have some strange problem: This application cannot be installed because this installer has been mis-configured. Please contact the application author for assistance. I make one relase 0.0.1. and install on client. I make new relase 0.0.2. I put new relase on se