ylazy / nativeapplicationupdater

Automatically exported from code.google.com/p/nativeapplicationupdater
0 stars 1 forks source link

No event dispatched on trying to install damaged dmg file #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install app with updater
2. Create damaged dmg file (i got one accidentally during ftp upload)
3. Run installed app, it will download file, pb goes to 100%, and it stops 
running there.

What is the expected output? What do you see instead?
Some event, Alert, to report that file can't be mounted or similar.
Instead, I see updater window with progress bat at 100%, and nothing happens.

What version of the product are you using? On what operating system?
MacOS, Snow Leopard

Please provide any additional information below.
As I see in source code, it looks like event listener is setup, but main 
updater error event handler doesn't catch those errors.
I think error is while trying to mount damaged dmg file, and it should be 
somehow reported to user.

Original issue reported on code.google.com by pil...@gmail.com on 7 Apr 2012 at 4:13