Title: | Silent install on clean system does not target any Max installs |
Category: | Install/Uninstall |
Status: | Open |
Posted By: | licensing@creamelectricart.com ( Steve York ) |
Date Created: | 10 April 2019 |
Title: | Silent install on clean system does not target any Max installs |
Category: | Install/Uninstall |
Status: | Open |
Posted By: | licensing@creamelectricart.com ( Steve York ) |
Date Created: | 10 April 2019 |
Description: | We are following the documentation here: https://ephere.com/plugins/autodesk/max/ornatrix/docs/6/Installing_and_Uninstalling.html#SilentBatch-Installation Previously this would work fine, however we noticed this now only works for computers we had previously silently installed with v4. With v6 of the plugin, if the machine has never had a previous install of Ornatrix for Max, it will not target any of the Max installs on the machine, so while the silent install completes without error, it also does not install the plugin for any version of Max present on the machine. This is the command we are using (where all variables are replaced with the applicable version): msiexec.exe /i Ornatrix-3dsmax-%PRODUCT_VERSION%-win64_%PKG_INSTALLER_VERSION%.msi" /quiet /qn /norestart MAX_INSTALL_PATH_%AUTODESK_VERSION%="C:\Program Files\Autodesk\3ds Max %AUTODESK_VERSION%" We tried adding: ENABLE_MAX_%AUTODESK_VERSION%=1 To explicitly try to target a particular Max version, however this did not work either. When opening the installer manually on a machine that was previously silently installed successfully (using v4), we see the following: So it is targeting the Max installs correctly. When opening the installer manually on a machine that was previously had no installs of Ornatrix, we see the following: It fails to automatically target any Max installs. The documentation says "By default all 3dsmax versions present on the computer will be targeted, so one needs to exclude the versions not to target.". This does not seem to be true anymore, for either silent or manual installs. We have had to revert to scripting our own manual install, however we would much prefer to just use the msi installer like we did before. Any help solving this issue would be appreciated. |
Steps to Reproduce: | Simply run a silent install on a machine that has never had a previous install of Ornatrix for Max. E.g.: msiexec.exe /i Ornatrix-3dsmax-6-1-5-19133-win64_342032302038313333.msi" /quiet /qn /norestart MAX_INSTALL_PATH_2017="C:\Program Files\Autodesk\3ds Max 2017" No versions of Max are targeted on the machine. Install reports no error, but no Max plugins are installed. |