For some reason I couldn't get the (?:xxx) syntax to work in the
uninstall, although the scrape was able to use it just fine. Anyone
know why that would be?
Also, a couple of new entries as well. I verified all of them are
working as of this posting.
BTW, thanks for making such a cool product! We use it at our office to
set up new workstations so we get all the odds and ends we need.
Thanks,
# Chris Donnelly
[True Launch Bar]
category = Utilities
describe = Windows QuickLaunch Enhancer
website = http://www.truelaunchbar.com scrape = http://www.truelaunchbar.com version = Current version is (\d+(?:\.\d+)+)
download = http://download.truelaunchbar.com/install/ filename = truelaunchbar#DOTLESS_VERSION#.exe
rename = truelaunchbar-#VERSION#.exe
upgrades = true
instversion = REGISTRY_SEARCH:DisplayVersion=(\d+\.\d+.*)
uninstall = REGISTRY_SEARCH:DisplayName=True Launch Bar
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to app...@googlegroups.com
Hello Chris, Thanks for your corrections and contributions. I've added them all to the official database for all to benefit. I've also fixed a whole bunch of app entries that were broken by the recent SourceForge site update.
Regarding the (?:) option, I think you needed a .* at the end to match the rest of the uninstall string (as far as I can remember).