Question How to make an Installer?

Haxaro

Well-known member
Joined
Mar 13, 2009
Messages
105
Programming Experience
1-3
I have made my program which i want to distribute, how can i make an installation package for it?

I know there are third party software i can use to do this, but is there anything in the VB framework that i can use to install it?
 
I have made my program which i want to distribute, how can i make an installation package for it?

I know there are third party software i can use to do this, but is there anything in the VB framework that i can use to install it?

Note: If you dont have a full copy of visual studio you won't be able to make an MSI. Read up on ClickOnce
 
Thanks for the chime in on this one cjard, i havent had the chance to use vs express
 
Back
Top