How do I make a project built into a downloadable Cd?
Posted
by Dcurvez
on Stack Overflow
See other posts from Stack Overflow
or by Dcurvez
Published on 2010-04-17T23:05:44Z
Indexed on
2010/04/17
23:13 UTC
Read the original article
Hit count: 174
visual-studio-2008
hi all
I just got finished making my first project in visual studio 2008. what I want to do is put it on a CD and let another person run it.
I went to the clean and build and publish and all went well. When I took it to my friends house to put it on her computer..i never got a "download" and "install" screen.
We were able to see it and use it on her computer (which is good cuz she doesnt have Visual on her machine) but I wanted her to be able to use it without keeping the CD in the drive.
Is there some setup or something I have to do to make my program download and install? The whole shibang was all done with starting a new windows application..and then just adding windows forms to the original.
Thanks :)
© Stack Overflow or respective owner