How can a section be hidden conditionally on check or uncheck of RadioButtons in MUI NSIS installer Components Page dialog.
i have added custom button using Resource Hacker on the MUI Directory Page of the installer, now i want that when the button is clicked then the Default Textbox where the user enters the InstallDir (t
How to hide a Custom LABEL added on the Directory Page Dialog of the NSIS installer. The LABEL is added using the Resource Hacker and its id is 1300
Can PRE function of a MUI dialog be called only when required? !define MUI_PAGE_CUSTOMFUNCTION_PRE SkipComponentsPage
I want that if none of the RadioButtons are selected , then ,when the Next button is pressed, then it should give an alert that PLEASE CHOSE ATLEAST ONE ITEM, and it should not go to the next Dialog
Is there any standard way (or existing plugin) which 开发者_开发技巧allows to create a page in NSIS installer package and display there all existing browser windows. Something with the possibility of
I am using NSIS to install my application and I am trying to prepare ahead of time for future updates. Normally with ClickOnce, I\'d be able to call the Upgrade() method to update the user\'s settings
I am writing an installer using NSIS which needs to parse a block of JSON. To achieve this I was hoping to be able to call a .Net dll which would parse the JSON and then in my NSIS script I could cal
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I am trying to create a page that is showing my website (nsWeb::ShowWeb开发者_开发知识库InPage).