Connecting Tech Pros Worldwide Help | Site Map

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

trint
Guest
 
Posts: n/a
#1: Feb 26 '07
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

Tom Porterfield
Guest
 
Posts: n/a
#2: Feb 26 '07

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


trint wrote:
Quote:
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

Rad [Visual C# MVP]
Guest
 
Posts: n/a
#3: Feb 26 '07

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


On Mon, 26 Feb 2007 13:02:21 -0500, Tom Porterfield wrote:
Quote:
trint wrote:
Quote:
>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.
Or better yet WiX ...

--
Bits.Bytes
http://bytes.thinkersroom.com
trint
Guest
 
Posts: n/a
#4: Feb 27 '07

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


On Feb 26, 1:02 pm, "Tom Porterfield" <tppor...@mvps.orgwrote:
Quote:
trintwrote:
Quote:
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 fromhttp://www.jrsoftware.org/isinfo.php.
--
Tom Porterfield

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

Closed Thread