Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. How to customize setup wizard in c#.net 3.5 windows application

How to customize setup wizard in c#.net 3.5 windows application

Scheduled Pinned Locked Moved C#
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    Narendra Reddy Vajrala
    wrote on last edited by
    #1

    Hi experts, In my c#.net 3.5 windows application i added a set up project to my solution. It is installing and running fine but i want to edit those install wizards means i have to display my company icon, few logos on that wizard.how to do that? is it possible? please share some knowledge and ideas to solve this. Thanks in Advance. --Naren :)

    D 1 Reply Last reply
    0
    • N Narendra Reddy Vajrala

      Hi experts, In my c#.net 3.5 windows application i added a set up project to my solution. It is installing and running fine but i want to edit those install wizards means i have to display my company icon, few logos on that wizard.how to do that? is it possible? please share some knowledge and ideas to solve this. Thanks in Advance. --Naren :)

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      You'll need a third party installer tool to do this, such as InnoSetup, InstallShield, Wise Package Studio, .... The setup project that's in Visual Studio is a very basic one and doesn't lend itself to customization very well.

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
           2006, 2007, 2008

      N 1 Reply Last reply
      0
      • D Dave Kreskowiak

        You'll need a third party installer tool to do this, such as InnoSetup, InstallShield, Wise Package Studio, .... The setup project that's in Visual Studio is a very basic one and doesn't lend itself to customization very well.

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
             2006, 2007, 2008

        N Offline
        N Offline
        Narendra Reddy Vajrala
        wrote on last edited by
        #3

        Thankyou dave sir, actually first i made my setup file with .net system defined wizards only. but higher authority want me to change those wizards with our company logo,.... using installshield we can achieve this? actualy am very new to deployment. Thankyou very much. :)

        D 1 Reply Last reply
        0
        • N Narendra Reddy Vajrala

          Thankyou dave sir, actually first i made my setup file with .net system defined wizards only. but higher authority want me to change those wizards with our company logo,.... using installshield we can achieve this? actualy am very new to deployment. Thankyou very much. :)

          D Offline
          D Offline
          Dave Kreskowiak
          wrote on last edited by
          #4

          Wait, wait, wait.... Are you saying that you still want (can) use the Setup and Deployment Wizard to generate the MSI installer, but you want to change the images in the template used to generate the MSI project?? So, all future uses of the Setup and Deployment Wizard will generate an MSI with your company logo??

          A guide to posting questions on CodeProject[^]
          Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
               2006, 2007, 2008

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups