I would like to be able to position an image in the installer for my VB6 app so that it customizes the installation screen a little. How do you introduce and position an image (logo) so that it shows during the installation?
VB has a setup1.vbp in the Wizards/PDWizard/Setup1 folder where ever VB is installed. Open that project in the IDE to see the setup program and all the forms it uses. Modify what you want from there. There are instructions on the Setup1.frm form on how to modify the setup program, as well.
I use to use the setup1 that came with VB6 but now that I use the Visual Studio Installer, I would not go back. I cannot remember where on Microsofts site that I got it but it was free. It is GUI driven and user friendly once you get the hang of it. You can customize the registry, folder structure, and use a customer agreement page.
Tom, Thanks for the response. I am using the Visual Studio Installer and I still am having trouble knowing how to set the details of what they call the BANNER BITMAP. I can set the bitmap to my logo BUT how do you position it and size it so that it fits nicely in the banner section of the installer window?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.