Bug 1557

Summary: Add "safe mode" shortcut to the installer
Product: PulseView Reporter: Soeren Apel <soeren>
Component: OtherAssignee: Nobody <nobody>
Status: RESOLVED FIXED    
Severity: normal CC: uwe
Priority: Normal    
Version: unreleased development snapshot   
Target Milestone: ---   
Hardware: All   
OS: All   

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!