Bootstrapping .NET 2.0

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

Guest

Thank you in advance for all your assistance. It is greatly appreciated,
especially the Microsoft Certified Personnel that monitor these newgroups and
answer questions and people like Seth and Ghost. I really appreciate all the
help you people give.

I have a problem, and I know you all can help me with it. My VS 205
application requires .NET 2.0 framework to be installed to run. I would like
to bootstrap .NET Framework 2.0 to my installation setup, but I have no idea
where to look or how to do it. Any code samples or information would be
greatly appreciated.

--
Michael Bragg, President
eSolTec, Inc.
a 501(C)(3) organization
MS Authorized MAR
looking for used laptops for developmentally disabled.
 
If you are using Visual Studio 2005, you can click Project from the menus
along the top and then Properties. In here you can specify to include .NET
Framework into the Setup.exe.

HTH,
Zer0
 
Zero,

Thank you for your reply, but where in Project?
--
Michael Bragg, President
eSolTec, Inc.
a 501(C)(3) organization
MS Authorized MAR
looking for used laptops for developmentally disabled.
 
Hi Michael,

You can access the Bootstrapper through the Project/Properties page. Select
Publish from the left tab, and click Prerequisites button on the right.

Here is an article about how to use the Visual Studio 2005 Bootstrapper to
kick-start your installation. I think it will be helpful.

http://msdn.microsoft.com/msdnmag/issues/04/10/Bootstrapper/

If anything is unclear, please feel free to let me know.

Kevin Yu
Microsoft Online Community Support

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================

(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 
Back
Top