If you’d like to deploy your license automatically so that the Enscape user doesn’t have to enter the code manually when starting Enscape for the first time, simply follow these steps:
1. Create a file called “License.txt” containing your license code
2. Create the directory “%ProgramData%\Enscape” on the computer on which you want to deploy Enscape
3. Place the License.txt there
Upon startup of your used CAD software, the license code in the file will automatically be applied. If successful, the file gets deleted.
Here’s a very simple deployment script which you can adopt for your needs:
if not exist "%ProgramData%\Enscape" md "%ProgramData%\Enscape" echo your_license_code > "%ProgramData%\Enscape\License.txt" start /w Enscape-Setup.exe /S
Note: If you want your license to be deployed on each start up (for each user) without being deleted, name it “License-Persistent.txt”, and place it into “%ProgramData%\Enscape”.
Selecting the “all users” option from the installer will only install it for users who have already logged in at least once onto the local system. In order to ensure the installation for every user, you have the following options:
If you need further assistance, please send an email to our support.