.Net Framework 2.0

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?
 
S

Sean Liming \(eMVP\)

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.
 
J

JoP

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
 
J

JoP

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top