Is there a way to create your own custom dialog, e.g. if I would like to have
my company logo on a dialog?
Phil Wilson - 09 May 2007 15:15 GMT
No, not in VS setup projects. You can change the bitmaps with Properties of
most dialogs, that might be a place to use the logo.

Signature
Phil Wilson
[Microsoft MVP-Windows Installer]
> Is there a way to create your own custom dialog, e.g. if I would like to
> have
> my company logo on a dialog?
John Gully - 23 May 2007 16:05 GMT
> Is there a way to create your own custom dialog, e.g. if I would like to have
> my company logo on a dialog?
You may want to check out this article on TheCodeProject it seems to
describe what you are asking. It does seem a little complicated
though.
http://www.codeproject.com/install/vsSetupCustomDialogs.asp
Good Luck,
John