an easy install wizard for my new c# app...

T

trint

Anyone know the best way for me to offer an installation process for
my c# app that I just completed? I need for it to install into the /
program files directory and it would be nice for it to be zipped up
into one executable.
Thanks for any help.
Trint
 
T

Tom Porterfield

trint said:
Anyone know the best way for me to offer an installation process for
my c# app that I just completed? I need for it to install into the /
program files directory and it would be nice for it to be zipped up
into one executable.

In VS2005 add a setup and deployment project to your solution. Or try Inno
Setup from http://www.jrsoftware.org/isinfo.php.
 
T

trint

trintwrote:

In VS2005 add a setup and deployment project to your solution. Or try Inno
Setup fromhttp://www.jrsoftware.org/isinfo.php.


Tom Porterfield View profile
trint wrote: > Anyone know the best way for me to offer an
installation process for > my c# app that I just completed? I need
for it to install into the / > program files directory and it would be
nice for it to be zipped up > into one executable. In VS2005 add a
setup and deployment project to your solution. Or try Inno Setup from
http://www.jrsoftware.org/isinfo.php. -- Tom Porterfield
More options Feb 26, 1:02 pm

Tom,
http://www.jrsoftware.org/isinfo.php
was the anwer.
Thanks,
Trint
 

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