VST Installer

DSP related issues, mathematics, processing and techniques
Post Reply
User avatar
SBMastering
Posts: 17
Joined: Tue Jun 12, 2012 11:47 pm

VST Installer

Post by SBMastering »

I'm looking for an installer for a VST that will default to the user's VST folder. I understand it usually has a registry value:

HKLM\SOFTWARE\VST

Has anyone had success with any such installers?
User avatar
CoreStylerz
Posts: 327
Joined: Sun Jan 22, 2012 2:19 am
Location: italy
Contact:

Re: VST Installer

Post by CoreStylerz »

It was working, but also FL studio now does not add it to the registry.
Need my support for app development, website or custom scripts?
PM me if you are interested.
Experienced Java, J2EE, PHP, Javascript, Angular, Cloud Solutions developer.
stw
Posts: 111
Joined: Tue Jul 13, 2010 11:09 am
Contact:

Re: VST Installer

Post by stw »

User avatar
SBMastering
Posts: 17
Joined: Tue Jun 12, 2012 11:47 pm

Re: VST Installer

Post by SBMastering »

I saw that KVR post and I've tried innoscript without alot of success yet.

We need a really good solution here for Flowstone.
User avatar
CoreStylerz
Posts: 327
Joined: Sun Jan 22, 2012 2:19 am
Location: italy
Contact:

Re: VST Installer

Post by CoreStylerz »

I was using it in the past.. but the existance of that key depends on the DAW installer.
So many hosts (like FL that was saving as Default ../program files/ VST plugins..) now seems to not add that registry key.

So that key can works for many poeple (where the key exists) and for many not. :?
Need my support for app development, website or custom scripts?
PM me if you are interested.
Experienced Java, J2EE, PHP, Javascript, Angular, Cloud Solutions developer.
User avatar
trogluddite
Posts: 1730
Joined: Fri Oct 22, 2010 12:46 am
Location: Yorkshire, UK

Re: VST Installer

Post by trogluddite »

Also, if you do find the key, it may not always be correct...
For example, the user's current choice of software does not set the key, but an old software did this long ago. Also the host may allow multiple paths - e.g. Reaper allows any number of custom folders to be scanned. For example, my plugins are now all on a USB3 SSD drive, so that I can easily take them with me to another studio, or "quarantine" plugins that I am only testing - I don't want them on my C: drive!

I think the best that one can do reliably is to ask the user for a folder at install time, and know that at least the plugin's "internal" folder structure will be correct - with a default path suggested in the box if it can be found.
All schematics/modules I post are free for all to use - but a credit is always polite!
Don't stagnate, mutate to create!
User avatar
CoreStylerz
Posts: 327
Joined: Sun Jan 22, 2012 2:19 am
Location: italy
Contact:

Re: VST Installer

Post by CoreStylerz »

trogluddite wrote:Also, if you do find the key, it may not always be correct...
For example, the user's current choice of software does not set the key, but an old software did this long ago. Also the host may allow multiple paths - e.g. Reaper allows any number of custom folders to be scanned. For example, my plugins are now all on a USB3 SSD drive, so that I can easily take them with me to another studio, or "quarantine" plugins that I am only testing - I don't want them on my C: drive!

I think the best that one can do reliably is to ask the user for a folder at install time, and know that at least the plugin's "internal" folder structure will be correct - with a default path suggested in the box if it can be found.


Yes!
I do that. I prompt user for VST folder.
Other directories used from my plugins are instead decided by the installer and does not change (Documents, appdata etc etc).
This allow user to select VST destination, and if you need to store other data you can decide where place it.
Need my support for app development, website or custom scripts?
PM me if you are interested.
Experienced Java, J2EE, PHP, Javascript, Angular, Cloud Solutions developer.
Post Reply