Expansion Installation Issue
-
@casey-kolb MacOS always kicks up permission issues. Is the plugin signed/notarized? Does the expansion (hr file) need to be signed?
-
@d-healey Ohh, are we supposed to sign the hr1 file? I'm also realizing that signing the plugin would probably help.
-
@casey-kolb said in Expansion Installation Issue:
are we supposed to sign the hr1 file?
I don't know, I hope not, but I'm wondering if it would make a difference.
-
@d-healey Signing the plugin seems like it would make a difference. I'll give that a whirl.
-
@casey-kolb Let us know if it solves it. Also is the issue there if installing from a standalone app?
-
@d-healey So far only tested from Standalone app.
-
@casey-kolb Was it codesigned?
-
@casey-kolb It was not. I'm like 90% sure that's the problem now that you mention it.
-
@d-healey I sent one of my vst to friends who had a mac m1. and the download of the hr1 was considered dangerous so directly deleted. I sent it back in zip format. it has passed but others have not. I then created a pkg to simply drag the hr1 into the library then signed and notarized. and no problem. so I made my life difficult for not much. I think you just have to put the hr1 with a zip created from a mac. and send it and it works most of the time
-
@yall That makes sense. I've been zipping the hr1, so I think we're all good there.
-
@casey-kolb said in Expansion Installation Issue:
I've been zipping the hr1
Seems redundant, like putting a zip file in a zip file.
-
@d-healey Yeah, but Macs at least know what a zip file is when you're downloading. It does seem safer, especially considering that things can get corrupted if they're not zipped, and if you're using Dropbox or other platforms to share with beta testers.
-
Not sure if they're related but a Windows user just informed me that the expansion installer gets stuck at 0% for them... Master branch
-
@iamlamprey Unrelated I think, test on develop branch
-
@d-healey Yeh it was unrelated, just following up here in case someone else has something similar happen -> run Ableton as an Admin :)
-
Ok so after testing this and code signing / notarizing my apps and installers, this is still an issue I can't resolve. It won't install expansions on certain Macs unless the Samples folder has Write permissions for "Everyone", even if I use
setReadOnly(false)
for the Samples folder.@Christoph-Hart Any thoughts on this?
-
@Casey-Kolb I have users getting stuck on the install too, across Win and Mac... Did you get to the bottom of this? I can't recreate the problems here so its super tricky to know what's going wrong!
-
@DanH Yes, we figured out that you need to install the samples to the default Expansions folder within the AppData folder to ensure your plugin has the right permissions for unpacking the samples. Basically, your plugin won't be able to write to a lot of directories on the OS because the folders may be read-only for the plugin. I'd recommend not even giving the user a choice for where to install the samples, and if they need to move the samples, they can always move them to their samples folder manually.
-
@Casey-Kolb great, thanks for letting me know! Did you run the install within the plugin or with a .pkg?
And no problems on Windows then?
-
@DanH It's currently installed within the plugin, but honestly a .pkg makes a lot more sense. We do have license keys for expansions though, so it's a bit tricky. It would certainly be faster with a .pkg file