# --- Default section ---------------------------------------------------------
Section "@PACKAGE_NAME@ (required)" Section1
-
# This section is gray (can't be disabled) in the component list.
SectionIn RO
WriteRegDWORD HKLM "${REGSTR}" "NoRepair" 1
# TODO: Add sigrok-cli directory to the PATH env. variable.
-
SectionEnd
Section /o "Example data" Section2
# --- Uninstaller section -----------------------------------------------------
Section "Uninstall"
-
# Always delete the uninstaller first (yes, this really works).
Delete "$INSTDIR\Uninstall.exe"
# Delete the registry key(s).
DeleteRegKey HKLM "${REGSTR}"
-
SectionEnd