Components page: how to show ONLY components selection?
That's why I want to do. How do I remove (or move to up/down side of selection box) the "Select components to install" and "Space required" from the components page?
Archive: Components page: how to show ONLY components selection?
Components page: how to show ONLY components selection?
That's why I want to do. How do I remove (or move to up/down side of selection box) the "Select components to install" and "Space required" from the components page?
Please read the manual.
To remove "Select components to install":
ComponentText (ch 4.8.1.11)
To remove "Space required":
SpaceTexts (ch 4.8.1.38)
To move text you will need a resource editor.
but how I use it? The help just explain how it works, but not how to use it!
(sorry, I'm a bit newbie on some things)
Place
ComponentText "" "" " " ;Notice the space in the last parameter
SpaceTexts none none
anywhere logic in the script, like just above "Page components"
Thanks! :)