Switch -IIMG<name> - specify SFX logo
Specify an image (*.png) file to display as logo in the created or updated SFX archive. The <name> parameter is a name of .bmp file. You must not compress SFX module by any third party executable compressors if you are going to use -iimg.
This switch is the command line equivalent of "Load SFX logo from the file" option in SFX options: Text and icon dialog.
Size of default SFX logo is 93x302 pixels. It is recommended to use images of same size or smaller.
Examples
- add contents of c:\myfiles folder to setup.exe SFX archive and use c:\pictures\logo1.bmp as SFX logo
WinRAR a -sfx -iimgc:\pictures\logo1.bmp setup.exe c:\myfiles
- replace a logo in the already existing SFX archive setup.exe with logo2.bmp stored in the current folder
WinRAR s -iimglogo2.bmp setup.exe