From working project to setupdisk???

  • Thread starter Thread starter Dork
  • Start date Start date
D

Dork

Ok i may be a complet idiot but i cant find out how to go from a working
project using F5 to debug to instaling my program on another computer.
I have made a program that display info from a basicstamp microchip in a
textbox and posting it on my website.
I have even manage to send a sms to my cellphone if the right info apears in
the textbox.
But the BIG qestion is how to create a setupfile to install this on my other
computers without installing vb 2005.net on every one of them using f5 to
debug.
I cant find any info on this in any forum or books. This is kind of funny
though because i didnot find it to hard to create this program communicating
with serialport an everything :-)
 
You must be searching for the wrong terms.

Right-click on the solution in Visual Studio and choose "Add" then "New
Project". In "Other Project Types" is "Setup and Deployment". A "Setup
Project" is what I believe you wish to create.
 
Dork said:
Ok i may be a complet idiot but i cant find out how to go from a
working project using F5 to debug to instaling my program on another
computer. I have made a program that display info from a basicstamp
microchip in a textbox and posting it on my website.
I have even manage to send a sms to my cellphone if the right info
apears in the textbox.
But the BIG qestion is how to create a setupfile to install this on
my other computers without installing vb 2005.net on every one of
them using f5 to debug.
I cant find any info on this in any forum or books. This is kind of
funny though because i didnot find it to hard to create this program
communicating with serialport an everything :-)


http://msdn2.microsoft.com/en-us/library/wtzawcsz.aspx
(haven't read it myself yet)


Armin
 
Back
Top