
Signature
-------------------
C# Enthusiast
Hi Rbisch,
> How do you customize the setup project to replace the standard templated text
> in the upper left corner of all the installation wizard steps ?
That banner text is not a custom property of the VS.NET setup project, so
you could not modify it inside the VS.NET IDE.
However, you can achieve what you want bu manually edit the target .msi
file resource.
To edit a .msi file resource, you can use the Microsoft's Orca.exe tool,
which is shipped with the latest Platform SDK/Windows Installer SDK V2.0:
http://www.microsoft.com/msdownload/platformsdk/sdkupdate/
After you installed than Orca tool and ran it, you can open the targeting
.msi file, select the "Control" item in the left "Tables" panel, then in
the right listview sub-window, look for the "WelcomeForm"(Dialog)
/"BannerText"(Control) row, then in that row double click the Text cell,
and edit its value to your needs, finally save it and quit...
Wish it helps!
Best regards,
Gary Chang
Microsoft Online Partner Support

Signature
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------