Click here to Skip to main content
15,897,187 members
Home / Discussions / C#
   

C#

 
GeneralPassing Public int Variable to Win Form Pin
Dave Brighton7-May-04 10:53
Dave Brighton7-May-04 10:53 
GeneralRe: Passing Public int Variable to Win Form Pin
Colin Angus Mackay7-May-04 13:02
Colin Angus Mackay7-May-04 13:02 
GeneralRe: Passing Public int Variable to Win Form Pin
Dave Brighton7-May-04 14:11
Dave Brighton7-May-04 14:11 
GeneralRe: Passing Public int Variable to Win Form Pin
Colin Angus Mackay7-May-04 23:49
Colin Angus Mackay7-May-04 23:49 
GeneralRe: Passing Public int Variable to Win Form Pin
Dave Brighton8-May-04 6:12
Dave Brighton8-May-04 6:12 
GeneralRe: Passing Public int Variable to Win Form Pin
Colin Angus Mackay8-May-04 6:48
Colin Angus Mackay8-May-04 6:48 
GeneralChanging the fugly Setup Wizard icon in MSI files. Pin
Tony Archer7-May-04 9:14
Tony Archer7-May-04 9:14 
GeneralRe: Changing the fugly Setup Wizard icon in MSI files. Pin
Heath Stewart7-May-04 9:45
protectorHeath Stewart7-May-04 9:45 
The one at the top? Yes. You can change this in VS.NET by opening the User Interface view with your installer project selected. Click on the form and you'll see a BannerBitmap property in the PropertyGrid. You can change it here, but it has to either be a file installed with the product, or there's a nifty little trick where you can put a bitmap in the File System Editor but mark the file as excluded (this gets compiled into the Binary table of the MSI package anyway - so a destination bitmap isn't necessary).

The problem is that you need to do this for each form. If you download and install the Windows Installer SDK (part of the Platform SDK, which is currently the Feb. 2003 edition), you can install the Orca utility. Load your compiled MSI into Orca, go to the Binary table, the double-click the second column for the DefBannerBitmap record (that's the key name). Just import a different bitmap of proportional size. This replaces the bitmap for every dialog in one shot.

If you need a better installer, I recommend either one from Wise Solutions[^] or InstallShield[^]. I have a lot of experience with both (having a been a beta-tester for Windows Installer since before 1.0) and I prefer Wise for extensibility (if you know how to modify the tables, which InstallShield added support for not until 4.0) and for cost.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Changing the fugly Setup Wizard icon in MSI files. Pin
Tony Archer7-May-04 13:54
Tony Archer7-May-04 13:54 
GeneralPassing collection via Web Services Pin
Diego F.7-May-04 8:32
Diego F.7-May-04 8:32 
GeneralRe: Passing collection via Web Services Pin
Heath Stewart7-May-04 9:40
protectorHeath Stewart7-May-04 9:40 
GeneralRe: Passing collection via Web Services Pin
Diego F.7-May-04 12:33
Diego F.7-May-04 12:33 
GeneralRe: Passing collection via Web Services Pin
Heath Stewart8-May-04 19:27
protectorHeath Stewart8-May-04 19:27 
GeneralRe: Passing collection via Web Services Pin
Dave Brighton21-Jun-04 1:15
Dave Brighton21-Jun-04 1:15 
GeneralPassing params to an embedded control in IE Pin
TigerNinja_7-May-04 8:22
TigerNinja_7-May-04 8:22 
GeneralRe: Passing params to an embedded control in IE Pin
Heath Stewart7-May-04 9:37
protectorHeath Stewart7-May-04 9:37 
GeneralRe: Passing params to an embedded control in IE Pin
TigerNinja_7-May-04 10:57
TigerNinja_7-May-04 10:57 
GeneralRe: Passing params to an embedded control in IE Pin
TigerNinja_18-May-04 8:34
TigerNinja_18-May-04 8:34 
GeneralRe: Passing params to an embedded control in IE Pin
Heath Stewart18-May-04 9:24
protectorHeath Stewart18-May-04 9:24 
Questionhow can I clear out null characters in a string var? Pin
djkno37-May-04 8:03
djkno37-May-04 8:03 
AnswerRe: how can I clear out null characters in a string var? Pin
Jeff Varszegi7-May-04 8:15
professionalJeff Varszegi7-May-04 8:15 
GeneralRe: how can I clear out null characters in a string var? Pin
djkno37-May-04 8:17
djkno37-May-04 8:17 
GeneralA theoretical question involving Direct3D Pin
Andres Coder7-May-04 7:59
Andres Coder7-May-04 7:59 
GeneralRe: A theoretical question involving Direct3D Pin
TigerNinja_7-May-04 8:26
TigerNinja_7-May-04 8:26 
GeneralRe: A theoretical question involving Direct3D Pin
Heath Stewart7-May-04 9:32
protectorHeath Stewart7-May-04 9:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.