Building Custom Setup Application

G

Guest

Hello,
I am preparing a Setup Project. I want to give some customised options
like installing only 'Server Tools' or 'Client Tools' etc. I am also
interested in giving customised messages to the user, while installing. I
want to make this Setup more interactive. How can I do this in .NET Setup &
Deployment Project??
Thanks in
advance.

--With Regards,
Sheshadrinath.R
 
V

Vadym Stetsyak

Hello, Sheshadrinath!

SR> Hello,
SR> I am preparing a Setup Project. I want to give some customised
SR> options like installing only 'Server Tools' or 'Client Tools' etc. I am
SR> also interested in giving customised messages to the user, while
SR> installing. I want to make this Setup more interactive. How can I do
SR> this in .NET Setup & Deployment Project??

I doubt that you will do that easily using VS deployment project.

You can try to use WiX to built what you want.
( http://www.tramontana.co.hu/wix/ )

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 
P

Pritcham

Hi

Looks like the following might help you do some of what you're looking
for - whether it helps you achieve everything you want I don't know:

http://msdn2.microsoft.com/en-us/library/k3bb4tfd.aspx

If you look about half way down the article you'll see something in
there about adding custom options (whether to install samples in there
instance).

Hope that helps
Martin
 

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