Problem with a broken link

S

schoenfeld1

I used to distribute software on my website by offering as a download
an installer.msi.

I now need to distribute it as installer.exe.

There are many requests from other sites coming directly for
installer.msi.

I tried doing a server-side redirect from 'installer.msi' to
'installer.exe' but when the client goes to run the file, windows
complains of file corruption (since the msi file is really an exe
file).


Question is: what is the recommended strategy to deal with this
problem? There are hundreds of shareware sites redirecting users to
that file, and i can't seem to get the client browser to start
downloading 'installer.exe'.

Any help immensly appreciated..
 
R

Rik

I used to distribute software on my website by offering as a download
an installer.msi.

I now need to distribute it as installer.exe.

There are many requests from other sites coming directly for
installer.msi.

I tried doing a server-side redirect from 'installer.msi' to
'installer.exe' but when the client goes to run the file, windows
complains of file corruption (since the msi file is really an exe
file).


Question is: what is the recommended strategy to deal with this
problem? There are hundreds of shareware sites redirecting users to
that file, and i can't seem to get the client browser to start
downloading 'installer.exe'.

Hmmz, when a server-siode redirect straight to the *.exe isn't really
working, perhaps redirecting to some PHP-page which sends the appropriate
headers (filename, mime-type, length etc), before sending the *.exe?

Grtz,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top