I have created an Installer using .NET Installer 2003.My setup is supposed to
work with Windows 98 machine onwards.following is the listing of problem , i
am facing :

1. Setup is not working with Windows 98 and Windows NT 4.0 with SP4
machine .
I referred to link :
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotne
t/html/framewkwinsupp.asp
<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotn
et/html/framewkwinsupp.asp>

as per the information on link , We are not using any of the Namespace
and function which is incompatible with Win98 and WinNt 4.0. but still
whenever I am running my application on Windows 98, It's showing me with
an error "Application has generated an Exception that could not be
handled" . It's an error with Common Language RunTime Debugging Service.

While I alraedy have installed MDAC 2.7 and I.E. 5.5 on Windows 98 and Win Nt
4.0 machine.

2.I need to customize User Interface of .NET 2003 Installer. Instead of
Grey Background I want to have a Blue Color background.

3.I am using "URLDOWNLOADTOFILE" function to download .NEt framework 1.1
from web. Due to firewall it's downloading only 608 bytes of data of 23.1 MB
and returning S_OK as an output to above written function.

Need Help in resolving these issues.