What is installed with Kanzi?¶
Kanzi by default creates:
Kanzi Studio installation directory at
C:\Program Files\Rightware\Kanzi <KanziVersion>which contains:Kanzi Studio is installed to
C:\Program Files\Rightware\Kanzi <KanziVersion>\Studio. The directory contains:Asset Librarydirectory contains assets that come with Kanzi, including asset packages, fonts, and materials.Bindirectory contains Kanzi Studio executable and its dependencies, including:kanzi_command_prompt.batThe Kanzi Command Prompt opens the Windows Command Prompt with the Kanzi environment variables set for the version of Kanzi for which you open a Kanzi Command Prompt.
Use the Kanzi Command Prompt to access Kanzi utilities and build tools, such as Gradle, SCons, and CMake, without using absolute paths or setting environment variables.
PluginInterface.dllenables you to extend the functionality of Kanzi Studio. See Kanzi Studio plugins.
kanzi-one-software-license-terms.txtcontains the Kanzi One license terms.third-party-lib-licenses-kanzi-documentation.txtcontains the license information for the third-party libraries used by the Kanzi documentation and tutorials.third-party-lib-licenses-kanzi-runtime.txtcontains the license information for the third-party libraries used in Kanzi Engine.third-party-lib-licenses-kanzi-sdk.txtcontains the license information for the third-party libraries used in the Kanzi SDK.third-party-lib-licenses-kanzi-studio.txtcontains the license information for the third-party libraries used in Kanzi Studio.
Kanzi workspace directory at
C:\KanziWorkspace_<KanziVersion>which contains:Assetsdirectory contains the RuntimeAssets and kzuiassets Kanzi Studio projects which you can use with Kanzi.Enginedirectory contains Kanzi Engine and the Kanzi Engine binaries:applicationsdirectory contains the source code for the kzb Player.cmakedirectory contains CMake configuration files for building projects with Kanzi Engine.configsdirectory contains configuration files for building projects with Kanzi Engine.includedirectory contains the Kanzi Engine h and hpp header files.libdirectory contains Kanzi Engine binary libraries for each platform and CMake configuration files for building projects with Kanzi Engine.librariesdirectory contains third-party libraries required by Kanzi Engine.scriptsdirectory contains the scripts for building your Kanzi application for different platforms.
Exampleswhere Kanzi Studio downloads contains Kanzi example projects that show how some Kanzi features work. See Examples.Projectsdirectory is the default location where Kanzi Studio creates projects. See Creating a project.Templatesdirectory contains templates you can use as a starting point for programming Kanzi applications. See Creating a project.Tutorialswhere Kanzi Studio downloads contains the projects and assets for the Kanzi tutorials. See Tutorials.
In the Windows directory for application data that is shared between users Kanzi creates directory
%ProgramData%\Rightware\Kanzi.Paths to build tools in
%ProgramData%\Rightware\<KanziVersion>\kanzi_environment_variables.bat. Kanzi uses these tools to build applications. See Setting up Android environment for Kanzi Studio.Registry entries that associate
.kzprojand.kzmfiles with Kanzi Studio.Registry entries that enables long file path support for Windows and Git, required by the
.kzmKanzi Studio project file format.When you start Kanzi Studio for the first time Kanzi Studio creates
%AppData%\Rightware\<KanziVersion>\userPreferences.xmlthat contains the Kanzi Studio preferences.Kanzi Studio stores log messages in the
%USERPROFILE%\AppData\Local\Temp\KanziStudioLogsdirectory in these files:KanziStudio.logcontains messages from Kanzi Studio.KanziPreview.logcontains messages from the Kanzi Studio Preview. See The Preview log file.KanziThumbnails.logcontains messages from the process that draws the thumbnails in Kanzi Studio.KanziStudio_crash<n>.logcontains termination log messages, when Kanzi Studio terminates unexpectedly.