setup and deployment graphics

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
 
N

Nicholas Paldino [.NET/C# MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top