How do i change the default progress bar in the setup wizard?

mryesss

New member
I created a wizard setup application for my c# project and i want to change the default progress bar that's displayed during the installation but there is no setting to do that- so how do i change it to the pretty green 3Dish progress bar that's present even in the simple windows application project? maybe i need to create my own dialog and add it to the setup wizard instead of the default "Progress" dialog in the setup wizard project- but i don't know how to create dialogs in vs using c# or in any other way for that matter- help!!!!
 
Back
Top