I using NSIS to install my project. I need to show or hide section based on flag in Uninstall Component page. I used SectionSetText ${SecId} "" and now in uninstall component page I
don't see section text but the checkbox is visible.
Is there some way to hide the checkbox along with section text?
NSIS: Hide section name and checkbox in IN/UN Components page
89 Views Asked by saravana At
1
There are 1 best solutions below
Related Questions in NSIS
- can anyone help me for NSIS Script I have a case where I need to check cases can be 3.3 3.42 23.5 23.56w 3.467 999.999 999.99a but not 1.b or 8..a
- Can't use Pop to get control variable
- How will create the updater & repair window's in NSIS using NULL SCRIPT
- WPF app's icon not updated when the exe file is updated
- Two electron applications installed but same desktop shortcut
- NSIS Script - Check existence of .Net Framework 4.8 and install it
- Integrate the nsis installer with electron application. But, Desktop application window not open
- Registering COM Object on Windows 64-bit For Use In Excel-32 Bit Is Failing
- Error: spawn ./assets/softwares/csharpSoftware.exe ENOENT
- Closing a Windows Background application with NSIS
- How to make an NSIS installer like Notion's?
- Electron Builder issue
- How can .NET Core installer projects depend on the publish output?
- How can I use NSIS to make an installer that will immediately unpack and run files?
- How do I center the UI and stretch the shape over the entire resolution? NSIS
Related Questions in MODERN-UI
- can anyone help me for NSIS Script I have a case where I need to check cases can be 3.3 3.42 23.5 23.56w 3.467 999.999 999.99a but not 1.b or 8..a
- I have a problem in mui multi select checkboox
- MUI does not do proper Tree Shaking in Next.js
- How to resize buttons and frame in CustomTkinter?
- Module not found in mui-icons
- How to make a parent div not rendered and visualized but remain the child components visualized on media query?
- nsis : How to insert background picture with nsdialog or function in MUI_PAGE_INSTFILES
- How does JavaFX integrate the title bar and menu bar?
- NSIS: Hide section name and checkbox in IN/UN Components page
- z-index not working with material ui reactjs | how can I show an element top?
- How to uninstall material-ui and install the latest MUI?
- FirstFloor ModernUI Unable to Navigate via TitleLinks.LinkNavigator
- Material-UI: Expand Accordion by clicking the icon only
- How to keep NSIS install window open?
- How to create shortcut for desktop and startmenu after installation in NSIS?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You cannot toggle the visibility of a section while you are on the components page. The page pre callback is your last chance to configure...