X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=contrib%2Fsigrok-cli_cross.nsi.in;h=196a10740a599eed437c71484d23f801ca673118;hb=3df03cc2b16dad892b5a9a5026311f23a1d02caa;hp=b2c3692a0298022490042928750151b6f7b79a71;hpb=d8f647c4c1181fbab1e8bb35834b1b3b20af482a;p=sigrok-cli.git diff --git a/contrib/sigrok-cli_cross.nsi.in b/contrib/sigrok-cli_cross.nsi.in index b2c3692..196a107 100644 --- a/contrib/sigrok-cli_cross.nsi.in +++ b/contrib/sigrok-cli_cross.nsi.in @@ -110,7 +110,6 @@ RequestExecutionLevel admin # --- Default section --------------------------------------------------------- Section "@PACKAGE_NAME@ (required)" Section1 - # This section is gray (can't be disabled) in the component list. SectionIn RO @@ -195,7 +194,6 @@ Section "@PACKAGE_NAME@ (required)" Section1 WriteRegDWORD HKLM "${REGSTR}" "NoRepair" 1 # TODO: Add sigrok-cli directory to the PATH env. variable. - SectionEnd Section /o "Example data" Section2 @@ -228,7 +226,6 @@ SectionEnd # --- Uninstaller section ----------------------------------------------------- Section "Uninstall" - # Always delete the uninstaller first (yes, this really works). Delete "$INSTDIR\Uninstall.exe" @@ -268,7 +265,6 @@ Section "Uninstall" # Delete the registry key(s). DeleteRegKey HKLM "${REGSTR}" - SectionEnd