Michael Dyck wrote:
> 
> After downloading ActivePython-2.0.0.202.msi, I double-clicked on the file
> and got the alert:
> 
>     Windows Installer
>     This installation package could not be opened.
>     Contact the application vendor to verify that
>     this is a valid Windows Installer package.

What is the exact file size on the MSI?

11/11/2000  04:10a           7,991,296 ActivePython-2.0.0.202.msi

I don't know an easy way to get a CRC on Windows. Here's one way:

> zip -v
Copyright (C) 1990-1999 Info-ZIP
Type 'zip "-L"' for software license.
This is Zip 2.3 (November 29th 1999), by Info-ZIP.
...

> unzip -v
UnZip 5.41 of 16 April 2000, by Info-ZIP.  ...

> zip foo.zip ActivePython-2.0.0.202.msi
adding: ActivePython-2.0.0.202.msi (152 bytes security) (deflated 6%)

>unzip -v foo.zip

Archive:  foo.zip
 Length   Method    Size  Ratio   Date   Time   CRC-32    Name
--------  ------  ------- -----   ----   ----   ------    ----
 7991296  Defl:N  7524766   6%  11-11-00 04:10  3cf068ae 
ActivePython-2.0.0.202.msi
--------          -------  ---                            -------
 7991296          7524766   6%                            1 file

 Paul Prescod
_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython

Reply via email to