Is there an MSI download for Enscape 4.0?
Hi @HUgator , welcome to our Forum.
We do not offer any .MSI installer for Enscape (4.0) anymore, so may I ask why you would require it?
Just to make sure allow me share the following “Installer Program Options” and “Deploy to Multiple Machines” knowledgebase articles right away (which have also been updated for the .exe installer) in case this might be of relevance for you:
https://learn.enscape3d.com/blog/knowledgebase/installer-program-options/
https://learn.enscape3d.com/blog/knowledgebase/deploy-to-multiple-machines/
If you require this installer format for a different reason feel free to let us know. Thanks a lot in advance.
I was able to get Enscape installed as a Package using MECM. However, I can’t get the license key installed in the registry using the script from your website.
reg query HKEY_LOCAL_MACHINE\SOFTWARE\Enscape /v LicenseKey >nul
if %errorlevel% equ 1 (
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Enscape /reg:64 /v LicenseKey /t REG_SZ /d your_Enscape_license_code
)
I didn’t think that this part would be needed since Enscape is already installed:
PATHtoENSCAPEexe -gui=0 -acceptEULA -configFile=”config.xml” -quiet=1
Any help would be appreciated.
I’ve discovered that running this portion of the script AS AN ADMINISTRATOR will add the license code to the registry.
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Enscape /reg:64 /v LicenseKey /t REG_SZ /d your_Enscape_license_code
Is there a way to deploy the script to run as an administrator using MECM (SCCM)?