]> sigrok.org Git - pulseview.git/blobdiff - contrib/pulseview_cross.nsi.in
Rename sigrok-logo-notext.ico to pulseview.ico.
[pulseview.git] / contrib / pulseview_cross.nsi.in
index 439fd2356c2acde4ff810429d53ce65daacbce9e..13a45fe18435746f1f46c1062dd611a2ecb6b2cd 100644 (file)
@@ -56,7 +56,7 @@ RequestExecutionLevel admin
 # --- MUI interface configuration ---------------------------------------------
 
 # Use the following icon for the installer EXE file.
-!define MUI_ICON "@PROJECT_SOURCE_DIR@/icons/sigrok-logo-notext.ico"
+!define MUI_ICON "@PROJECT_SOURCE_DIR@/icons/pulseview.ico"
 
 # Show a nice image at the top of each installer page.
 !define MUI_HEADERIMAGE
@@ -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
 
@@ -199,7 +198,7 @@ Section "PulseView (required)" Section1
                "$\"$INSTDIR\Uninstall.exe$\""
        WriteRegStr HKLM "${REGSTR}" "InstallLocation" "$\"$INSTDIR$\""
        WriteRegStr HKLM "${REGSTR}" "DisplayIcon" \
-               "$\"$INSTDIR\sigrok-logo-notext.ico$\""
+               "$\"$INSTDIR\pulseview.ico$\""
        WriteRegStr HKLM "${REGSTR}" "Publisher" "sigrok"
        WriteRegStr HKLM "${REGSTR}" "HelpLink" \
                "http://sigrok.org/wiki/PulseView"
@@ -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"