Universal Batch Plugin Installer

Discussion in 'Ai for Music' started by curtified, Jun 6, 2025 at 6:12 AM.

  1. phloopy

    phloopy Audiosexual

    Joined:
    Jul 16, 2011
    Messages:
    3,976
    Likes Received:
    1,901
  2. Jeff*

    Jeff* Producer

    Joined:
    Dec 14, 2018
    Messages:
    119
    Likes Received:
    76
    Hey man, Maestro worked great I just installed 24 pkg's in one go (which I would have probably skipped because sooo lazy right now) but with Maestro it was a breeze.. All components detected by Ableton just like that..
    had to install Installpkg of course !

    Thanks !!!!!!!!!!!!

    edit : Sequoia 15.5 M4
     
  3. LSDJ

    LSDJ Newbie

    Joined:
    Apr 9, 2025
    Messages:
    8
    Likes Received:
    2
    i just installed most plugins in a virtual machine i have the vst3 license preset folder and copied everything to my host so that i know everything will work then compressed the folders into rar so that i only have to drag the folders into place this does not work with all plugins for example plugins that use system id then you only have to use the keygen the good thing about this is you dont have 50+ installers in your program and features list
     
  4. Dom_Perignon

    Dom_Perignon Kapellmeister

    Joined:
    Mar 17, 2025
    Messages:
    84
    Likes Received:
    40
    Huh? Would you please elaborate?
     
  5. Jeff*

    Jeff* Producer

    Joined:
    Dec 14, 2018
    Messages:
    119
    Likes Received:
    76
  6. curtified

    curtified Audiosexual

    Joined:
    Feb 3, 2015
    Messages:
    883
    Likes Received:
    525
    holy smokes!! this is awesome! thank you for the feedback! no issues? I need to add feedback that its consigning correctly.

    I also think i might add a feature for the user to paste in what ever form of codesign code they want because there are some different approaches for certain installs
     
  7. curtified

    curtified Audiosexual

    Joined:
    Feb 3, 2015
    Messages:
    883
    Likes Received:
    525

    Ok @Dom_Perignon can you test this x86 version i just created. Im gonna try my girls computer later which is intel but for not lmk.

    https://pixeldrain.com/u/z16md9Qc
     
  8. curtified

    curtified Audiosexual

    Joined:
    Feb 3, 2015
    Messages:
    883
    Likes Received:
    525
  9. curtified

    curtified Audiosexual

    Joined:
    Feb 3, 2015
    Messages:
    883
    Likes Received:
    525
    I need to bake this into the initial install. I thought i did in the code but it looks like it has to be installed separately. Thanks for catching that! I didnt notice since i had it installed previously.
     
  10. clone

    clone Audiosexual

    Joined:
    Feb 5, 2021
    Messages:
    8,620
    Likes Received:
    3,760
    There can be different ways to do Codesigning, but since you are going to be dumping a bunch of different plugins and possibly different formats of them; you can just codesign everything on the machine.

    I like to issue command sudo whoami in terminal before running many commands, like in patches; all at once. it will ask you for the users password, switch to user Root for the entire Terminal session, and output the result of whoami is root. This way when the commands start flowing into terminal, the user is not interrupting them by trying to type a password as it scrolls out.

    This will do everything on the system disk. Add any additional formats you want. If you are going to add Avid search location, for AAX, that is a static location you can add easily. Even if user wants to symlink/alias to an external drive; it is a way safer move to just install to system disk first and then move the contents of plugin folders later.


    cd /Library/Audio/Plug-Ins/

    find . -name "*.bundle" -execdir sudo xattr -cr \;
    find . -name "*.VST" -execdir sudo xattr -cr \;
    find . -name "*.vst3" -execdir sudo xattr -cr \;
    find . -name "*.component" -execdir sudo xattr -cr \;
    find . -name "*.dpm" -execdir sudo xattr -cr \;
    find . -name "*.bundle" -execdir sudo codesign -f -s - {} \;
    find . -name "*.VST" -execdir sudo codesign -f -s - {} \;
    find . -name "*.vst3" -execdir sudo codesign -f -s - {} \;
    find . -name "*.component" -execdir sudo codesign -f -s - {} \;
    find . -name "*.dpm" -execdir sudo codesign -f -s - {} \;
     
    • Like Like x 1
    • Useful Useful x 1
    • List
  11. curtified

    curtified Audiosexual

    Joined:
    Feb 3, 2015
    Messages:
    883
    Likes Received:
    525
  12. aberlin32

    aberlin32 Newbie

    Joined:
    Sep 7, 2016
    Messages:
    10
    Likes Received:
    2
    I still get error.. failed loading...
     

    Attached Files:

  13. curtified

    curtified Audiosexual

    Joined:
    Feb 3, 2015
    Messages:
    883
    Likes Received:
    525
  14. curtified

    curtified Audiosexual

    Joined:
    Feb 3, 2015
    Messages:
    883
    Likes Received:
    525
    adding logging to fix errors. thx for this! looking into it
     
  15. aberlin32

    aberlin32 Newbie

    Joined:
    Sep 7, 2016
    Messages:
    10
    Likes Received:
    2
    well I still got errors... Bildschirmfoto 2025-06-11 um 08.21.05.png
     
  16. Jeff*

    Jeff* Producer

    Joined:
    Dec 14, 2018
    Messages:
    119
    Likes Received:
    76
    maybe because you should only select .pkg ?
     
  17. Jeff*

    Jeff* Producer

    Joined:
    Dec 14, 2018
    Messages:
    119
    Likes Received:
    76
    like this:
     

    Attached Files:

  18. boomoperators

    boomoperators Kapellmeister

    Joined:
    Mar 16, 2021
    Messages:
    96
    Likes Received:
    70
    Great to know for the Sister Site upload.
    Do you still have plans to push the scripts on Github ?
     
Loading...
Similar Threads - Universal Batch Plugin Forum Date
Universal Audio PolyMAX Synthesizer plugin is a FREE download for a limited time Software News May 24, 2025
Anyone getting redirects to Universal Ad Blocker constantly on AudioZ Forum News and Updates May 18, 2025
The Morphing Soundset by Sonic Sirus for the Universal Audio - Opal VSTi Presets, Patches Feb 3, 2025
Universal Audio Apollo Twin X USB Studio Dec 10, 2024
30 Universal Audio Plugins for sale | $250 Selling / Buying Aug 8, 2024
Loading...