Bug 1557 - Add "safe mode" shortcut to the installer
Summary: Add "safe mode" shortcut to the installer
Status: RESOLVED FIXED
Alias: None
Product: PulseView
Classification: Unclassified
Component: Other (show other bugs)
Version: unreleased development snapshot
Hardware: All All
: Normal normal
Target Milestone: ---
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-05 10:31 CEST by Soeren Apel
Modified: 2020-06-08 23:32 CEST (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Soeren Apel 2020-06-05 10:31:54 CEST
Like so:

# Create a shortcut for the PulseView application in "safe mode".
         SetOutPath "$INSTDIR"
         CreateShortCut "$SMPROGRAMS\sigrok\PulseView\PulseView (Safe Mode).lnk" \
                 "$INSTDIR\pulseview.exe" "-c -D" "$INSTDIR\pulseview.exe" \
                 0 SW_SHOWNORMAL \
                 "" "Open-source, portable sigrok GUI (Safe Mode)"
Comment 1 Uwe Hermann 2020-06-08 23:32:49 CEST
Fixed in 1d3defec28e1fe67c8aec4d61eaaf6b41ab4d6c4, thanks!