Click here to Skip to main content
15,909,091 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have downloaded the bootstrapper package[^] from Microsoft site and installed it.

Now how to use it in deploying a form application which will install .NET framework first?
How to set bootstrapper property to none?

In MSDN site they told that right click on project deployment in solution explorer click on properties and then click on bootstrapper tab and set it to none but I do not get any project deployment option & do not get bootstrapper tab in any property.
How to set it to none so that it will install .NET framework first then my application on client PC?

Please help me.

Thanks.
Posted
Updated 4-Oct-11 10:49am
v2
Comments
André Kraak 4-Oct-11 16:50pm    
Edited question:
Formatted text/code
Spelling/Grammar

1 solution

The Bootstrapper you link to is a type that is part of the Prism[^] framework, it has nothing to do with creating a Setup. Prism is a guide and framework you can use to create WPF applications.

What you're look for is this Walkthrough: Creating a Custom Bootstrapper to Show a Privacy Prompt[^] never used it myself, but I see no mention of a "bootstrapper tab" on any of the pages I've visited, and you will need to create a seperate project, as far as I can see, which also makes sense. So I suggest you read the walkthrough I linked to.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900