Bootstrapper installation on Win98

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
I 'm using the Bootstrapper source code to install the .Net Fx 1.1 but on Win 98 it is giving error for DLL
SHLWAPI.DLL. I checked that file is present but the version of that file on target machine is very old than the one o
my development machine
How can I build this to be a single static StandAlone executable. Please help.
 
Hi,

Does the win 98 machine have internet explorer 5.01 or later which
is required by the framework?

Ken
------------------
Rakesh said:
Hi,
I 'm using the Bootstrapper source code to install the .Net Fx 1.1 but on
Win 98 it is giving error for DLL
SHLWAPI.DLL. I checked that file is present but the version of that file
on target machine is very old than the one on
my development machine.
How can I build this to be a single static StandAlone executable. Please
help.
 
It had IE 4.0
I then upgraded it to IE 6.0 and then it worked
But the main concern is that the BOOTSTRAPPER WAS DEPENDENT ON THE LATEST VERSION OF SHLWAPI.DLL
HOW CAN I MAKE THAT AS SINGLE STANDALONE EXECUTABLE

Please advise.
 
Back
Top