X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=contrib%2Fpulseview_cross.nsi.in;fp=contrib%2Fpulseview_cross.nsi.in;h=ef521ce8aca917082c4fa5cdb021ac1e03e580bc;hp=439fd2356c2acde4ff810429d53ce65daacbce9e;hb=7ba8dbe5272f1d16a620c61ac86492a3de7aa747;hpb=9f95aad19f36715c46bc9f2d7e8b149358034a7a diff --git a/contrib/pulseview_cross.nsi.in b/contrib/pulseview_cross.nsi.in index 439fd235..ef521ce8 100644 --- a/contrib/pulseview_cross.nsi.in +++ b/contrib/pulseview_cross.nsi.in @@ -135,7 +135,6 @@ FunctionEnd # --- Default section --------------------------------------------------------- Section "PulseView (required)" Section1 - # This section is gray (can't be disabled) in the component list. SectionIn RO @@ -215,7 +214,6 @@ Section "PulseView (required)" Section1 # Display "Remove" instead of "Modify/Remove" in the control panel. WriteRegDWORD HKLM "${REGSTR}" "NoModify" 1 WriteRegDWORD HKLM "${REGSTR}" "NoRepair" 1 - SectionEnd Section /o "Example data" Section2 @@ -248,7 +246,6 @@ SectionEnd # --- Uninstaller section ----------------------------------------------------- Section "Uninstall" - # Always delete the uninstaller first (yes, this really works). Delete "$INSTDIR\Uninstall.exe"