You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Adam Johnson 5359447a10
Change installer from WiX to NSIS.
2 years ago
..
GPLv2.txt Add "Blender for Korman" and build/package process. 3 years ago
GPLv3.txt NSIS Installer for Windows 9 years ago
Header.bmp Change installer from WiX to NSIS. 2 years ago
Icon.ico NSIS Installer for Windows 9 years ago
Installer.nsi Add Python 2.2 to the installer 5 years ago
README.md Update installer to support 64-bit 6 years ago
RegGuid.nsh Fetch the Blender install from MSI registry 6 years ago
WIX_UI_BANNER.bmp Add "Blender for Korman" and build/package process. 3 years ago
WIX_UI_BANNER.xcf Add "Blender for Korman" and build/package process. 3 years ago
WIX_UI_DIALOG.bmp Add "Blender for Korman" and build/package process. 3 years ago
WIX_UI_DIALOG.xcf Add "Blender for Korman" and build/package process. 3 years ago
WelcomeFinish.bmp Change installer from WiX to NSIS. 2 years ago
WiX.template.in Add "Blender for Korman" and build/package process. 3 years ago
license.txt.in Add "Blender for Korman" and build/package process. 3 years ago

README.md

Korman NSIS Installer

In order to facillitate usage by non-technical users, Korman has a NSIS installer.

Building the Installer

You are responsible for supplying the following items in the x86 andx64 subdirectories of the Files directory, as applicable:

  • libHSPlasma libraries (HSPlasma.dll and PyHSPlasma.pyd)
  • Visual C++ Redistributable package (vcredist_x86.exe or vc_redist_x64.exe)
  • Optionally, the C korlib (_korlib.pyd)

Given that PyHSPlasma can only be used with ABI-compatible Python releases (generally minor version levels), it is recommended that you define the name of the Python DLL (PYTHON_DLL) you expect for Blender to have. This can be done using the GUI by editing the symbol definitions under Tools > Settings, or by using the command line switch -DPYTHON_DLL=yourPythonDll. Failure to do so will not prevent the installer from working; however, it may lead to GOTCHAs where users are attempting to install Korman for Blender versions that are not actually compatible with your PyHSPlasma.