index > ClickOnce and Setup & Deployment Projects > Can I install prerequisites from the CD in a Setup project?

Can I install prerequisites from the CD in a Setup project?

Visual Basic 2005 Professional:

I am using a Setup project to deploy my application. I would like to have the prerequisites installed from the CD instead of downloading them from a website because a user may not have internet access.

I was able to do this with ClickOnce, but, I do not see how to do it with a Setup project.

furjaw
I haven't used Visual Basic, but in Studio 2005, when you right-click on your setup project and select Properties, you will see a Prerequisites button. Click on that. You'll see a list of available prerequisites for your app, including Dot Net 2.0, Windows Installer 3.1, etc. Select the ones you want to include in your setup project. When you go to install, it will automatically check for you, and any prerequisites not already installed will trigger the appropriate prerequisite installer. Very cool.

And the mechanism for installing prerequisites is extensible. Such projects are called Bootstrappers. You can make your own bootstrapper like I did to install the MSXML Parser. Search MSDN for the word "bootstrapper".

Bill Cumming
reply 2

You can use google to search for other answers

 

More Articles

• IIS 6 .NET DLL usercontrol download
• How to Deploy the Web and Win projects at the same time
• DEployment of VB.NET application to client machine
• ActiveX control e88121a3-9fa9-11cf-9d9f-00aa003a3aa3 cannot be in...
• Distribute framework
• 100% Managed Controls
• how to make install throuh cd and get updates through web.
• run application after installation
• Error deployng reports made with Crystal 8.5
• Configuration Tool error
Bookmark and Share
Welcome to Bokebb   New Update  
 

New Articles

• Try my weather program!
• Register an ODBC System Data Source at s
• Office Document Editing using Rich Client
• BootStrapper and getting it to exit BEFO
• .msi file for project was deleted. How d
• Alternative to Java applet hosted in IE
• VS beta2 with production Framework Click
• ClickOnce Installs fail, ADODB 7.0.3300
• Passing arguments to DOTNET's href'ed Ex
• ClickOnce Application.Restart Fails
• ClickOnce and Team Foundation
• Param Tag Issue in IE
• problem deploying obfuscated app using C
• adding .deploy extension while Populatin
• Porblems installing WSUS: cannot connect

Hot Articles

• Deployment and SQLExpress?
• .NET Linker / deployment issue
• Setup Project: Execute vsi file inside t
• deployment problems
• Custom Action runs from version being re
• Best place to store user data files, suc
• NET application updater with Windows XP
• How to start onse setup in another setup
• Update database structure
• disable bootstrapper install.log?
• ClickOnce Installation Location
• Multiple update point
• .Net framework 1.1 deployement
• Getting ClickOnce to create a desktop sh
• Deploying changed User.Config or App.Con

Recommend Articles

• Error message "Unable to locate .ms
• ? Enabling ClickOnce Security Permission
• Outlook application
• c# windows forms Network Based Deployment
• SQL Express
• SignTool reported an error 'XmlResolver
• ClickOnce and Mandatory User Profiles
• Multiple update point
• ClickOnce update to deployment manifest
• Error launching Clickonce app from intra
• Click Once with two project !!!
• clickonce manifest error
• Can we force install location?
• how to deploy the windows project with c
• IE not recognising .NET dlls?