Click here to Skip to main content
15,868,016 members
Articles / Web Development / ASP.NET
Article

Add your own (custom) prerequisite to "ClickOnce" application

Rate me:
Please Sign up or sign in to vote.
4.57/5 (23 votes)
7 Oct 20061 min read 226.2K   58   27
Remember we can only add those prerequisite through ClickOnce which are by default in prerequisite list while publishing. This article will drive you, how to add custom prequisite for ClickOnce deployment

Introduction

Hi All,<o:p>

<o:p> 

Here is some cool stuff to add your own (Custom) prerequisite to "ClickOnce" application.<o:p>

Remember we can only add those prerequisite through “ClickOnce” which are by default in prerequisite list while publishing. To add our own prerequisite you need to have boot strapper package. Once created boot strapper package then it will automatically included into prerequisite list. To generate boot strapper can use “Bootstrapper Manifest Generator” tool. Follow the steps given below to add own boot strapper using “Bootstrapper Manifest Generator” tool.

1.      Download “Bootstrapper Manifest Generator” http://www.gotdotnet.com/workspaces/workspace.aspx?id=ddb4f08c-7d7c-4f44-a009-ea19fc812545

2.      Install “Bootstrapper Manifest Generator”.

3.      Open BMG (Bootstrapper Manifest Generator) you will see following screen.<o:p>

Sample screenshot

4.      Select FileàNew will see following screen.

Sample screenshot

<o:p>5.      Select “Package Manifest” and click on OK, you will see following screen.

<o:p>Sample screenshot

<o:p>6.<o:p><o:p>   Type project name and click on “Add Installer File” icon top left you will see following     screen.

<o:p><o:p>Sample screenshot

<o:p><o:p>7.  <o:p><o:p><o:p> Browse for file, you wish to add into prerequisite, as I added exe as prerequisite you can  choose as per your requirement.

<o:p><o:p><o:p>8.      Click on Ok you will see following screen.<o:p>

Sample screenshot

9.   Type display name and click on “Build” icon top left.

10.       Your prerequisite is been created, can see in prerequisite list as shown in following figure.

Sample screenshot 

11. All set select “Test” as prerequisite from above list and publish application.

<o:p>

NOTE – While creating custom prerequisite using “Bootstrapper Manifest Generator” you   can use lot many settings. I just showed possibility how to use custom prerequisite while using at production environment you must be careful.   <o:p>

 

 

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
India India
I am a .NET developer cum designer. I work for Zensar Technologies Ltd. Pune (INDIA), I consult, I develop, I debug and besides that I speak at conferences and user groups and I also write. I have written some articles on WCF, WF, SSIS, Compression decompression, CLR Store Procedure, SQL Server Reporting Services 2005, Extended grid and lot more to count.
Reach to me on:-a.malpani@zensar.com

Comments and Discussions

 
GeneralRe: THANK YOU Pin
Malpani Amol10-Oct-06 19:01
Malpani Amol10-Oct-06 19:01 
GeneralRe: THANK YOU Pin
saeid201016-May-10 20:11
saeid201016-May-10 20:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.