Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

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

0.00/5 (No votes)
7 Oct 2006 1  
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,

 

Here is some cool stuff to add your own (Custom) prerequisite to "ClickOnce" application.

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.

Sample screenshot

4.      Select FileNew will see following screen.

Sample screenshot

5.      Select �Package Manifest� and click on OK, you will see following screen.

Sample screenshot

6.   Type project name and click on �Add Installer File� icon top left you will see following     screen.

Sample screenshot

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

8.      Click on Ok you will see following screen.

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.

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.   

 

 

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