|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Junior Member
|
using MUI, how can I create an installation with section info box on bottom, not left
as NSIS installation itself
both !define MUI_UI_COMPONENTSPAGE_SMALLDESC and !define MUI_UI_COMPONENTSPAGE_NODESC do nothing, did I miss something else? there are no examples with interface styles at all ![]() and, the second question - installation has a lot of sections, and total size is huge, has anyone a script that could show sections' and groups' sizes together with names, as MSInstaller for example, so user don't have to click all sections to find out which of them have a big size? |
|
|
|
|
|
#2 |
|
Debian user
(Forum King) Join Date: Jan 2003
Location: Arch land
Posts: 4,917
|
I think you need, either change the UI.exe source code or open it with resource hacker to modify the controls.
Also try MUI_COMPONENTSPAGE_SMALLDESC * PC: Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM: Archlinux-i686 with MATE. * Laptop: Intel Core 2 DUO T6600 @ 2.20 GHz with 4 GB RAM: Archlinux-x86-64 with MATE. Last edited by Joel; 19th July 2006 at 14:22. |
|
|
|
|
|
#3 |
|
Junior Member
|
Thanks :)
MUI_COMPONENTSPAGE_SMALLDESC works fine!
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|