PDA

View Full Version : Enable Web Installation, IIS and MIME- types



NewsArchive
05-06-2011, 12:50 PM
We have moved our installs to a new webserver.
Initally, LiveUpdate didn't work, because the .wuf file was not found.
This I fixed by adding a MIME type wuf as text/plain.

Then, installs failed downloading the individual files in a Web
Installation. These have file extensions .00001 to 00092 in my case.
Adding one MIME type for each file doesn't sound right.

Anyone know how to setup IIS (7) to allow download of those files?

Thanks
Bjarne

NewsArchive
05-06-2011, 12:50 PM
Bjarne,

> We have moved our installs to a new webserver.
> Initally, LiveUpdate didn't work, because the .wuf file was not found.
> This I fixed by adding a MIME type wuf as text/plain.
>
> Then, installs failed downloading the individual files in a Web
> Installation. These have file extensions .00001 to 00092 in my case.
> Adding one MIME type for each file doesn't sound right.
>
> Anyone know how to setup IIS (7) to allow download of those files?

The following should get you going:

http://www.lindersoft.com/forums/showthread.php?t=30131
http://www.lindersoft.com/forums/showthread.php?p=7792#post7792

There are more MIME related threads, but this should do it.

Friedrich

NewsArchive
05-06-2011, 12:51 PM
Thank you, that will get me going.

Bjarne Havnen