Create setup

C

Christian Havel

Hi,

I want to create a setup for my C# 2.0 exe application.

Exists there a project type for this in Visual Studio 2005?
Is there something to consider (some traps I should know)?

Christian
 
K

Kerem Gümrükcü

Hi Christian,

its me again, Kerem...;-)
yes, there is a Setup Project, at last my IDE has one (and more).
But i dont recommend you to use the Setup comming
with VStudio. There are other Open Source Installers
available out there that can produce MSI or other formats
and are much easier to use than the VS Installers. Here are
some i can recommend due my experience with them:

http://www.ethalone.com/download.php
http://sourceforge.net/projects/wix/
http://sourceforge.net/projects/spoon-installer

But WIX is best i would say here,...and its open source!

Regards

Kerem


--
 
C

Christian Havel

Hi Kerem,

thanks for help, again ;-)

Could there be any problems when the setup is executed on Windows Vista?

Christian
 
K

Kerem Gümrükcü

Hi Christian,
Could there be any problems when the setup
is executed on Windows Vista?

this depends on WHAT you want to install WHERE.
The installers are very good and sophisticated but
Vista has a lot if limitations (UAC&Misc) so you have
to Install in common under administrator account unless
you install everything in your own user space. But the
installation limitations are the same like with all other
installation applications, see here:

http://groups.google.de/groups?num=...e on Vista&oe=UTF-8&um=1&ie=UTF-8&sa=N&tab=wg

There are a lot of cases and lots of information out there you can
find in newsgroups,...


Regards

Kerem
 

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