installer

michkyutie

Member
Joined
Jan 10, 2009
Messages
11
Programming Experience
Beginner
i jz want 2 know how to convert my windows application to be an installer...

could someone help me there?..

please...

thanks in advance...
 
Create a new project.
Under "Other Project Types" select Setup and Deployment

You have options to create a "Setup Project" and there is also a Setup Wizard (in VS 2008, not sure about 2005).
 
or you can use the ClickOnce system in all VB2005/2008 versions, go from Publish tab in project properties. To add installer also click Prerequisites and check "create setup program to install prerequisite components".
 
Back
Top