setup and deployment graphics

  • Thread starter Thread starter Doug
  • Start date Start date
D

Doug

Hi

I am using the VS2005 setup and deployment project template to deploy my new
app.

However it only seems to allow graphics during the setup process to be
placed in the top banner area.

Is there a way to have the graphics on the left hand side of the EULA for
example?

Or are there alternative setup arrangements that I can use that allow more
flexibility?

Thanks

Doug
 
Doug,

In order to do this, you will probably have to look into a more robust
install tool, something like the offerings from Wise.

Windows Installer has a great degree of customization, but it is not
exposed by the installer projects in VS.NET. You can try and generate the
installer project manually (there is documentation for the 70+ tables in the
installer packages), but generally, I would advise against it.
 
Back
Top