Searching for Win utility to list installed vst´s as text file

Discussion in 'PC' started by Legotron, Feb 16, 2020.

  1. Legotron

    Legotron Audiosexual

    Joined:
    Apr 24, 2017
    Messages:
    1,923
    Likes Received:
    1,853
    Location:
    Hyperborea
    The title says it. I remember there being software, which could list your installed vsti´s and vst fx´s, and you could then export the list as text file. I´ve been trying to search it from internet, but could not found it.
    I need to install OS on new drive and I hate that missing plugin thing, when starting older projects, also my back up SSD drive would have everything installed and ready with just swap of a SSD drives.

    TIA, Legotron
     
  2.  
  3. GammaStar

    GammaStar Platinum Record

    Joined:
    Jul 28, 2012
    Messages:
    246
    Likes Received:
    165
    Location:
    Scotland
    • Useful Useful x 3
    • Like Like x 1
    • List
  4. Mechanix604

    Mechanix604 Kapellmeister

    Joined:
    Apr 26, 2013
    Messages:
    139
    Likes Received:
    56
    • Useful Useful x 3
    • Like Like x 1
    • List
  5. Xupito

    Xupito Audiosexual

    Joined:
    Jan 21, 2012
    Messages:
    6,983
    Likes Received:
    3,855
    Location:
    Europe
    • Useful Useful x 3
    • Like Like x 1
    • List
  6. No Avenger

    No Avenger Moderator Staff Member

    Joined:
    Jul 19, 2017
    Messages:
    8,981
    Likes Received:
    6,182
    Location:
    Europe
    You can do this with TotalCommander too. Search for *.dll in the folder, in the result list click the most right botton (Feed to listbox), Mark -> Copy Names With Path To Clipboard and paste into a text file.
     
    Last edited: Mar 19, 2020
    • Like Like x 4
    • Agree Agree x 3
    • List
  7. alex921

    alex921 Producer

    Joined:
    Jan 27, 2016
    Messages:
    282
    Likes Received:
    120
    shift right click on your vst folder, open cmd here, write in your cmd dir > myfavOuritevSTfolder.txt go in your favourite vst folder. open the text file. congratulations.
     
    • Like Like x 2
    • Useful Useful x 1
    • List
  8. lukehh

    lukehh Audiosexual

    Joined:
    Jun 22, 2012
    Messages:
    1,043
    Likes Received:
    592
    With this little tool you can export from every active window...even from Boxes in Your DAW to a text file.

    https://www.nirsoft.net/utils/sysexp.html

    For example go into the the list of your DAW with the installed Plugins (maybe expand it if you have more than 1 PlugIn from one developer) then use the mentioned tool scoll down the list and export the wanted list.
     
    • Interesting Interesting x 1
    • List
  9. tun

    tun Rock Star

    Joined:
    May 13, 2016
    Messages:
    1,179
    Likes Received:
    464
    there are already a lot of great answers so i dont feel so guilty asking :) but why cant you just look in your plugin directories? do you not keep all plugins within a few folders?
     
  10. Legotron

    Legotron Audiosexual

    Joined:
    Apr 24, 2017
    Messages:
    1,923
    Likes Received:
    1,853
    Location:
    Hyperborea
    @tun vst2+vst3 folder is like 200 plugins or more, kind of hard to memorize them all by only looking
     
  11. lerkjurk

    lerkjurk Platinum Record

    Joined:
    May 22, 2014
    Messages:
    403
    Likes Received:
    297
    Location:
    Behind you
    edit- i miss @alex921 already post

    open CMD prompt
    navigate to vst2 folder
    dir /b > MyVST2Files.txt
    repeat vst3 folder

    problem you will have extra files in list, some vst mahybe have crypto name hard to find meaning

    type help dir in cmdprompt for more option
     
  12. Talula

    Talula Rock Star

    Joined:
    Apr 22, 2018
    Messages:
    1,051
    Likes Received:
    316
    I don't know about windows features, but on mac I can open any directory in chrome browser (address for Applications folder is file:///Applications/ ) and save page as html file.
     
  13. poly

    poly Platinum Record

    Joined:
    Sep 29, 2016
    Messages:
    279
    Likes Received:
    170
    Location:
    Hä?
    Directory Lister... is half perfect for me.
    [​IMG]

    Edit:
    Not a solution for .vst3 plugins! :(
     
    Last edited: Mar 20, 2020
  14. tun

    tun Rock Star

    Joined:
    May 13, 2016
    Messages:
    1,179
    Likes Received:
    464
    ah okay, you have LOTS :)
    maybe you can copy n paste from your plugin list within your DAW?
    or use a pen and paper or text document of some kind?
    you started this thread over a month ago, i feel like you could have used a pen and paper in that time :dunno: maybe im just old idk.
     
    • Like Like x 1
    • Funny Funny x 1
    • List
  15. Legotron

    Legotron Audiosexual

    Joined:
    Apr 24, 2017
    Messages:
    1,923
    Likes Received:
    1,853
    Location:
    Hyperborea
    Well, I tried few of those programs with no luck, ended up taking photos of folders with my phone:rofl:
    I wasn´t patient enough to get stuck with it
     
    • Funny Funny x 3
    • Like Like x 1
    • List
  16. tun

    tun Rock Star

    Joined:
    May 13, 2016
    Messages:
    1,179
    Likes Received:
    464
    ah yes, the pen and paper of 2020 :rofl:
     
    • Like Like x 1
    • Agree Agree x 1
    • List
  17. digitaldragon

    digitaldragon Audiosexual

    Joined:
    Apr 27, 2016
    Messages:
    1,256
    Likes Received:
    1,064
    Your request caused me to do a little googleing. :)
    I may try to code this up. Using the directory approach would be ok in a simplistic way, but it wouldn't expose the VST's real name as you would see in your DAW. Might be able to expose the version information also. It'd be a good beginning exercise for some other projects I have in mind.
    I'll likely make the interface similar to Cakewalk's VST Preferences page where you would be able to include multiple plugin directories. You guys could give me a head start by listing several default VST locations that you are aware of.
    For anyone that's interested, I found the following .NET wrappers:
    https://github.com/obiwanjacobi/vst.net
    https://github.com/obiwanjacobi/midi.net
     
    • Like Like x 2
    • Winner Winner x 1
    • Interesting Interesting x 1
    • List
  18. Pagurida

    Pagurida Producer

    Joined:
    Nov 30, 2012
    Messages:
    196
    Likes Received:
    149
    Location:
    Brain
    XSearch is an excellent freeware search tool that can export lists of found files (e.g. *.dll, *.vst3) into a tab-delimited text file.
    This file can then be viewed a/o processed with Excel.
    The application requires almost no resources and can also be integrated into Windows Explorer context menu.
    In addition, it has extensive search criteria and a hex viewer.

    https://www.easexp.com/xsearch/
     
  19. digitaldragon

    digitaldragon Audiosexual

    Joined:
    Apr 27, 2016
    Messages:
    1,256
    Likes Received:
    1,064
    After further reading, it appears that VST.NET will only host VST2.4. Don't know how useful this would be if it missed VST3 plugins.
    I'll keep looking.
     
  20. poly

    poly Platinum Record

    Joined:
    Sep 29, 2016
    Messages:
    279
    Likes Received:
    170
    Location:
    Hä?
    For a coder with a little VST2.x/VST3 coding experience it would be sure easy to programming a small utility to collect all VST header information's and put it out to a html, or?
     
    Last edited: Mar 21, 2020
    • Interesting Interesting x 1
    • List
  21. Legotron

    Legotron Audiosexual

    Joined:
    Apr 24, 2017
    Messages:
    1,923
    Likes Received:
    1,853
    Location:
    Hyperborea
    @digitaldragon I use the basic folders, that Steinberg recommends ->
    C:\Program Files\Common Files\VST3
    C:\Program Files\Steinberg\VSTPlugins
     
    • Like Like x 1
    • Agree Agree x 1
    • List
Loading...
Similar Threads - Searching utility list Forum Date
Searching on sister site Forum News and Updates Mar 28, 2024
Searching for an instrument... Software Nov 29, 2023
searching song again :) (with audio example) Music Nov 23, 2023
Searching for the old free KTGranulator Software Aug 31, 2022
Searching for vintage sampler full of jazzy/70s instruments Samplers, Synthesizers Aug 7, 2022
Loading...