Seeking advice on installing.NET 2.0/3.0 via device update agent.

  • Thread starter Thread starter black_13
  • Start date Start date
B

black_13

How would I go about installing .NET 2.0 via the device update agent
as apposed to componetized approach? I asking for advice not a
complete solution. what I had done is come up with a brute force
method of copying all the files and updating the registry. This seems
to work but I am still worried
that it may not be the best method.

Thanks,
black_13
 
Your right you may not register everything. If you have Windows Installer
Service running, you could just download the full .NET 2.0 run time and run
the installer. Execute process in DUA.

Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
Book Author - XP Embedded Advanced, XP Embedded Supplemental Toolkit
 
Your right you may not register everything. If you have Windows Installer
Service running, you could just download the full .NET 2.0 run time and run
the installer. Execute process in DUA.

Regards,

Sean Limingwww.sjjmicro.com/www.seanliming.com
Book Author - XP Embedded Advanced, XP Embedded Supplemental Toolkit









- Show quoted text -

I have the msiexec installed and the installer service running but
dotnetfx.exe installer is packaged in such a way that it looks
for internet explorer 5.01 or better, which i can't have installed
on my image. Doest microsoft supply an install image that
does not look for IE 5.01?
black_13
 
Back
Top