https://github.com/luxcorerender/maxtoluxinstaller
Max Integration Installer for LuxCore
https://github.com/luxcorerender/maxtoluxinstaller
Last synced: 4 months ago
JSON representation
Max Integration Installer for LuxCore
- Host: GitHub
- URL: https://github.com/luxcorerender/maxtoluxinstaller
- Owner: LuxCoreRender
- License: apache-2.0
- Created: 2021-02-02T14:45:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-14T11:02:06.000Z (almost 4 years ago)
- Last Synced: 2024-04-14T00:26:33.613Z (about 2 years ago)
- Language: C#
- Size: 604 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MaxToLux Installer
MaxToLux Installer, is an installer for 3ds max LuxCoreRenderer plugin.

To build from source code you will need to install Wix Toolset v3 or higher from https://wixtoolset.org/ - The WiX toolset lets developers create installers for Windows Installer, the Windows installation engine. it is opensource and free of charge.
For best experience you can install Wix Toolset extention for visual studio from WixToolset website or visual studio market place.
Requre files should be in directories with same structure as MaxToLux build as you can find in Product.wxs
To add a new version or remove an old one, just remove all the line associated with it in Product.wxs and VersionSelectDlg.wxs
Easiest way to build the project without changing the folder struchture is to have all build file in one level down of the installer project. for example:
..\Build\v2019\
..\Build\v2020\
..\Build\v2021\
..\Build\v2022\
ect.