[list=1][*]When you enter a wrong syntax of InstType, the compiler, which mentiones the correct syntax, doesn't mention /COMPONENTSONLYONCUSTOM[*]The documentation says /COMPONENTS... ...ONLYONCUSTOM instead of /COMPONENTSONLYONCUSTOM[*]When you use InstType /NOCUSTOM before InstType /COMPONENTSONLYONCUSTOM, then 'Custom' is still shown in the install type list. By using InstType /COMPONENTSONLYONCUSTOM first, this problem doesn't occour.[/list=1]
Announcement
Collapse
No announcement yet.
Three InstType bugs!
Collapse
X
-
Originally posted by kichik
3) Those two don't work together.
PHP Code:InstType /COMPONENTSONLYONCUSTOM
InstType /NOCUSTOM
But this is the problem:
PHP Code:InstType /NOCUSTOM
InstType /COMPONENTSONLYONCUSTOM
PHP Code:InstType /COMPONENTSONLYONCUSTOM
Altough, I just tested it again with NSIS 2.0b2, and now it seems not to work (strange)."I'll quote you when you say something memorable."
- Claudia Pelsmaeker
Comment
-
I tried this combination before and found that it did not work. Recently I downloaded the latest CVS files and, after reading through this thread, decided to try it again. It works better, but not great. The reason I say this is that the selection box is gone, but there is still a message at the top of the screen that says:
Check the components you want to install and uncheck the components you don't want to install. Click Next to continue.
Thanks!
Comment
-
Specifically the "ComponentText" installer attribute (if use default UI) and/or !define MUI_COMPONENTSPAGE_TEXT (if use Modern UI).My Wiki Pages
Working now on:
New projects. (language: any)
Comment
-
If you are using Modern UI you can define 'MUI_UI_COMPONENTSPAGE_NODESC' to have a components page without the description box.
Vytautas
Comment
-
Doh! I thought that something strange was happening since my scripts used a different define that the one I found in the docs. I should have had a deeper look in them.
Vytautas
Comment
Comment