PiRSquared17 / appsnap

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

Adobe Download Location Incorrect #129

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to update Adobe Reader
2.
3.

What is the expected output? What do you see instead?
Expect for APPSNAP to download latest release of Adobe Reader but it says 
that it cannot connect.

What version of the product are you using? On what operating system?
Server 2003 and AppSnap 1.3.3

Please provide any additional information below.

Original issue reported on code.google.com by ilovebei...@gmail.com on 8 Dec 2008 at 2:43

GoogleCodeExporter commented 9 years ago
I just tried this and it seems to be working correctly. Can you please update 
your 
database and try again? Thanks.

Original comment by ganesh...@gmail.com on 16 Dec 2008 at 5:02

GoogleCodeExporter commented 9 years ago
I tried as well and it cannot download the latest version.  It's because I see 
it
reported in the appsnapgui as version 9.0.0 and the actual filename is
AdbeRdr90_en_US.exe

appsnap tries to download the wrong filename from the wrong path, with one zero 
too many.

Here is the error:
C:\Documents and Settings\user\My Documents\appsnap>appsnap.exe -n "Adobe Reader
" -d
AppSnap 1.3.3

Application : Adobe Reader
Description : PDF Reader
Website : http://www.adobe.com/products/acrobat/readermain.html
Latest Version : 9.0.0

-> Downloading Adobe Reader

Error 404. URL = http://ardownload.adobe.com/pub/adobe/reader/win/9.x/9.0.0/enu/
AdbeRdr900_en_US.exe

Error 404. URL = http://ardownload.adobe.com/pub/adobe/reader/win/9.x/9.0.0/enu/
AdbeRdr900_en_US.exe

Error 404. URL = http://ardownload.adobe.com/pub/adobe/reader/win/9.x/9.0.0/enu/
AdbeRdr900_en_US.exe
-> Download failed : Adobe Reader

I'm using appsnap 1.3.3 but I have copied the entry from the 1.3.4 database.

[Adobe Reader]

category        = Productivity:PDF Tools
describe        = PDF Reader
website         = http://www.adobe.com/products/acrobat/readermain.html
scrape          = http://www.filehippo.com/download_adobe_reader
version         = Adobe Reader ([0-9]\.[0-9][.0-9]*)
download        =
http://ardownload.adobe.com/pub/adobe/reader/win/#MAJOR_VERSION#.x/#VERSION#/enu
/
filename        = AdbeRdr#DOTLESS_VERSION#_en_US.exe
instparam       = /s /a /s /v"/qb"
upgrades        = false
uninstparam     = /passive /norestart
instversion     = USE_UNINSTALL
uninstall       = REGISTRY_SEARCH:DisplayName=Adobe Reader ([0-9]\.[0-9][.0-9]*)

Original comment by silviu.m...@gmail.com on 21 Feb 2009 at 9:08