Running the release version

B

BenMoshe

My first application version runs in debug mode(vs2005) on my development PC
but it should run in any XP/Vista PC on the Internet. It uses unmanaged
libraries that the setup application must install and also some dll's that
my solution contains.
Somehow I feel that I need some tutorial regarding the following-
1. Creating the setup application
2. the libraries/components/Dll's that this setup should contain
Can someone advise please?
Regards
I. Ben Moshe
 
I

Ignacio Machin ( .NET/ C# MVP )

You can add a setup project to your solution and then add the primary
output of your project. You can then add additional files to it. There
are a couple of good articles in MSDN, look for "setup project"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top