T
tharris
I am new learning how to use Visual Studio 2005 to program in C++. I
have been having trouble deploying my applications onto another
computer. I also use the Bloodshed Dev C++ compilier and when I
compile my program it creates a exe that I can simply copy onto
another computer and it will run. However, with Visual Studio I must
create a setup project. I have tried using the help system and it
didn't give me simple enough steps for me to complete my setup
project. I am wriing win32 console applications (I just completed an
introduction to C++ course) and according to the help I need to use
the MS Installer to deploy this type of program. What should I use
when I start creating Windows forms applications?
Is there anyone that has been able to create a setup project that
actually works? I could use some advice.
have been having trouble deploying my applications onto another
computer. I also use the Bloodshed Dev C++ compilier and when I
compile my program it creates a exe that I can simply copy onto
another computer and it will run. However, with Visual Studio I must
create a setup project. I have tried using the help system and it
didn't give me simple enough steps for me to complete my setup
project. I am wriing win32 console applications (I just completed an
introduction to C++ course) and according to the help I need to use
the MS Installer to deploy this type of program. What should I use
when I start creating Windows forms applications?
Is there anyone that has been able to create a setup project that
actually works? I could use some advice.