Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

Automate detecting deployment platforms and packages

–1 vote
I am able to create an offline installer for wWise by installing everything I want, zipping up the install directory, unzip to my target machine, silently install the launcher, install the prerequisites and set the WWISEROOT and WWISESDK environment variables. I understand I am unable to automate the launcher detecting a local installation and i'm able to get around this by pointing it to the Wwise launcher executable, however none of the packages and deployment platforms are there, even though I had included all of them before zipping up the directory. I thought setting the environment variables would do this, but it appears not. Is there a way to get the launcher to pick these up without having to modify the install?
asked Sep 22, 2021 in Feature Requests by Craig S. (120 points)
recategorized Sep 22, 2021 by Samuel L. (Audiokinetic)

1 Answer

–1 vote
The information for what was installed for all Wwise installations on a machine is localized into a single file on the Wwise Launcher side.
Pointing the Wwise Launcher to an existing installation path only informs the Wwise Launcher that a Wwise executable is present at this location, but it cannot infer what was installed.

This is a feature request for moving this information inside individual installation so that they can be portable across machines.
Unfortunately, this is not currently supported, but we are considering going in this direction.
answered Sep 22, 2021 by Samuel L. (Audiokinetic) (23,220 points)
...