How to customize setup wizard in c#.net 3.5 windows application
-
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 :)
-
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 :)
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 -
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, 2008Thankyou 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. :)
-
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. :)
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