I would like to have an uninstaller with custom NS pages. How to do this with NSIS?
Function un.mypageCreate ;call nsDialogs or InstallOptions functions here FunctionEnd UninstPage custom un.mypageCreate
Example:
UninstPage custom un.mypage Function un.mypage ;func body here FunctionEnd
"un." required to remove features.
The function must begin with un. (for example, "un.myPageCreate"), although I'm not sure the problem is with the error message.
Source: https://habr.com/ru/post/1394240/More articles:Double Click Timer Event - c #The basic search / search function (Ctrl + F) in AX 2009/2012 does not work properly ... how to fix it? - axaptaExtJs and Sencha Touch Search Engine Optimization - htmlCan I have optional partitions in UNIS UNICE? - nsisMembers of a SWIG early released by a Java garbage collector - javaCan the boxplot in the R base display βNAβ when there is no grouping coefficient? - rDynamically get dict elements through getattr? - pythonPython Cartesian Product - pythonHTML mp3 player on website - javascriptLog in to Google using libcurl in C - cAll Articles