alexkay / spek

Acoustic spectrum analyser
http://spek.cc
GNU General Public License v3.0
2.5k stars 255 forks source link

Windows Installer registers itself to bogus filetypes ."3gp and .wv" (with double quotes) #284

Closed legoadk closed 1 year ago

legoadk commented 1 year ago

Spek Installer (0.8.5 beta as of this writing) associates itself with these bogus filetypes (pay special attention to the double-quotes):

."3gp
.aac,aif
.wv"

Consequentially, it also does not associate itself with the proper extensions, .3gp, .aif, .aac and .wv.

This looks like a quote-parsing / delimiter error to me somewhere buried in the installer script.

See attached images for the Registry keys created by this error. image

image

image