Building Custom Setup Application

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sheshadrinath R

    Building Custom Setup Application

    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
  • Vadym Stetsyak

    #2
    Re: Building Custom Setup Application

    Hello, Sheshadrinath!

    SRHello,
    SR I am preparing a Setup Project. I want to give some customised
    SRoptions like installing only 'Server Tools' or 'Client Tools' etc. I am
    SRalso interested in giving customised messages to the user, while
    SRinstalling. I want to make this Setup more interactive. How can I do
    SRthis 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

    Comment

    • Pritcham

      #3
      Re: Building Custom Setup Application

      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:



      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
      Sheshadrinath R wrote:
      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

      Comment

      Working...