Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 133713
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T06:28:56+00:00 2026-05-11T06:28:56+00:00

How can I add into Setup & Deployment project that I want to the

  • 0

How can I add into Setup & Deployment project that I want to the client has more components, like:

Microsoft Chart Controls Microsoft SQL 2008 Express Edition (not 2005) 

etc…

alt text http://img55.imageshack.us/img55/2586/200902021225eu9.png

This options are not in VS 2008, and in the window (image above) it only has a link to ‘Check Microsoft Update for more Redistributable components‘ but it goes to a page with 2 ‘bootstrapper packages’ (I don’t even know what’s this)

any ideas on how to add this to the project instead asking the users to install this manually?

Thank you.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T06:28:57+00:00Added an answer on May 11, 2026 at 6:28 am

    Have a look at the article

    Authoring a Custom Bootstrapper Package for Visual Studio 2005

    If you locate a folder C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\BootStrapper\Packages (VS 2005) or, for VS 2008, C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages

    Each folder under ‘Packages’ is the prerequisite you see in the list, as shown on your screenshot.

    So, if you want to add an application called MyPrereq as a prerequisite, you need to make your own folder ‘MyPrereq’ under ‘Packages’. Then you make a product.xml file similar to this

    <?xml version='1.0' encoding='utf-8'?> <Product ProductCode='MyPrereq' xmlns='http://schemas.microsoft.com/developer/2004/01/bootstrapper'>   <PackageFiles CopyAllPackageFiles='false'>     <PackageFile Name='MyPrereq.exe' />   </PackageFiles>   <InstallChecks>   </InstallChecks>   <Commands Reboot='None'>     <Command PackageFile='MyPrereq.exe' EstimatedInstallSeconds='90'>       <InstallConditions>       </InstallConditions>       <ExitCodes>     <ExitCode Value='0' Result='Success'/>         <DefaultExitCode Result='Fail' String='GeneralFailure' FormatMessageFromSystem='true' />       </ExitCodes>     </Command>   </Commands> </Product> 

    and your package.xml file similar to this

    <?xml version='1.0' encoding='utf-8'?> <Package Name='MyPrereq' Culture='Culture' xmlns='http://schemas.microsoft.com/developer/2004/01/bootstrapper'>   <Strings>     <String Name='Culture'>en</String>     <String Name='DisplayName'>MyPrereq</String>     <String Name='GeneralFailure'>A fatal error occurred. The installation failed.</String>   </Strings> </Package> 

    and place these files and your setup package (MyPrereq.exe) in the folder. Check the existing packages as an example to see where to place files.

    If you do everything properly, you will be able to see your MyPrereq option in the list of ‘Choose which prerequisites to install’.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm looking for an add-in to VS2008 that can enable structural highlighting ( vertical
I know I can add a icon to the Resources.resx file of a project
I know that I can add a HintPath to an external DLLs to help
In Visual Studio 2008 I can add a project reference and set Copy Local
I'm having a problem installing a windows service using the Setup & Deployment Method
I've setup some webviews & with tabs in Appcelerator Titanium, but wondered: How can
Currently, I have a table view that the user can add items and delete
Ruby can add methods to the Number class and other core types to get
When commiting to SVN I can add a top level commit message to detail
Is there a way where I can add a connection string to the ConnectionStringCollection

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.