Downloading failed with HRESULT=-2146697210
I have published my application on Linux Apache web server. I am using ClickOnceDeployment provided by Microsoft.
But when I am trying to launch/Install this application I am facing this problem.
(10/11/2007 12:54:37 PM) Downloading 'CrystalReports\CRRedist2005_x86.msi' from 'http://www.xyz.com/setup/CrystalReports/CRRedist2005_x86.msi' to 'C:\DOCUME~1\Testing5\LOCALS~1\Temp\VSD5C.tmp\'
Download completed at 10/11/2007 12:54:38 PM
Downloading failed with HRESULT=-2146697210
I provided prerequisites (.NetFrameWork2.0, CRRedist2005_x86.msi, WindowsInstaller3.1, Sqlexpress).
I have added these commands to .htaccess file on Linux server.
(AddType application/x-ms-application .application
AddType application/x-ms-application .manifest
AddType application/octet-stream .deploy)
If anyone knows how to launch CRRedist2005_x86.msi from apache web server, please let me know.
I will really appreciate that if anyone going to help me out.
Thanks

