Creating an Installer on Mac - Can't access subfolders using Whitebox
-
Hey guys,
I need your help figuring out a simple install package for a plugin on MAC.
I have an FX plugin that contains audio files that are too large to embed, so the resources file will need to be added to an installer. Shouldn't be an issue.Not a problem with PC. I can install the plugins to their proper folders, as well as deposit my AudioResources.dat file to the User AppData folder. Yay!
My dilemma is with MAC. Using Packages, I can create a Distribution package that can install the AudioResources.dat file to the ~/Library, but if I add my plugin raw packages to this Distribution package, all of the files get installed to the ~/Library folder.
I could just create 2 installers... one for the ~/Library and another for /Library, but I feel like there's a better way to do it.What have you done in the past?
-
@dustbro I'm not sure I understand well but if you create a distribution project with Packages, you can add as many packages as you want with their own payload and destination... Each package within a distribution is unique and different from the others, so I don't see where you have an issue with the destination
-
@ustk A distribution package can only deliver files to EITHER ~/Library or /Library at one time. Not both :(
From their websiteYou can not install items both in the current user's home directory and outside it.
-
@dustbro Doh! Sad news...
-
Guys, I Need Help With Destination Folder.
There Is No Choice To Select Components Folder
/Library/Audio/Plug-Ins/ComponentsCan Any One Supply A Few Screens Shots How To Build A Installer
Thanks -
@Natanr
Standing on "Packages" select "Payload", under Library you'll find the way to the plugins, right click on "Components" and chose "Add files..."
then you will be prompted to chose the plugins you want to be embedded in you installer.
-
@ulrik
Thank You Sir
But I Don't See Any Audio Folders In Library.
I Already Read The Juce Tutorial, But Nothing Get Copied In What I Created With Hierarchy > New Folder -
This Is How My Folders Look Like -
Nothing Copied Into The Components Folder :(
-
Gloryyy :)
Just Ticked The Current User's Home Bla Bla And Changed The Format To Bundle Instead Flat :)
-
@Natanr I'm glad it worked! :)
-
bump. hey @dustbro did you ever end up with a solution for this?
-
@argon said in Creating an Installer on Mac - Can't access subfolders using Whitebox:
bump. hey @dustbro did you ever end up with a solution for this?
@Christoph-Hart Can you prevent new members - bots - from posting links until they've been here a while or made so many posts?
-
@d-healey I think Dominik had already added this - the links they post do not go outside but to their own profile page.
But there was quite an influx of spam last night...
-
@d-healey youre referring to my post? im not that new lol. was a contributor to your patreon for over a year actually
question is legitimate and no real solution has been shared.
-
@argon Haha, I thought you were a bot. You can't tell these days :) You have passed the Turing test.
-
@d-healey ty sir :face_with_tears_of_joy:
-
@argon The only solution is a post-install script
-
@dustbro said in Creating an Installer on Mac - Can't access subfolders using Whitebox:
@argon The only solution is a post-install script
or build an installer in HISE
-
@Lindon said in Creating an Installer on Mac - Can't access subfolders using Whitebox:
or build an installer in HISE
How do you do that?