.Net Framework 2.0

  • Thread starter Thread starter Jason
  • Start date Start date
J

Jason

I need to install .Net Framework 2.0 in my XPe image.

Any ideas how I can have this done during the Runtimes FBA?
 
Make sure that the Windows Installer Service component is in the image.
Create a component for the .NET Framework 2.0 installer, and include a FBA
GenCMD resource that runs at phase ~25,000.

Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
XP Embedded Book Author - XP Embedded Advanced, XP Embedded Supplemental
Toolkit.
 
You will need to add the Error Reporting Component into your
configuration.
The .net 2.0 framework will not install successfully if this component
isnt in your configuration. When you will create your RunOnce Request
to launch the .net 2.0 framework installer, use the quiet argument and
a logging file. You will be able to consult the logging file if any
error occured. Also, the windows installer service component isnt
enough for the .net 2.0 installer. You will need to componentize the
windows 3.0 installer and add it to your configuration.

Regards,
Jonathan Proulx
 
You will need to add the Error Reporting Component into your
configuration.
The .net 2.0 framework will not install successfully if this component
isnt in your configuration. When you will create your RunOnce Request
to launch the .net 2.0 framework installer, use the quiet argument and
a logging file. You will be able to consult the logging file if any
error occured. Also, the windows installer service component isnt
enough for the .net 2.0 installer. You will need to componentize the
windows 3.0 installer and add it to your configuration.

Regards,
Jonathan Proulx
 
Back
Top