
- #ILOK PACE LICENSE SUPPORT INSTALL#
- #ILOK PACE LICENSE SUPPORT FULL#
- #ILOK PACE LICENSE SUPPORT PRO#
LDSvc.exe is found at the following path.

LDSvc.exe is found at the following path. /rebates/2flicenses2filok&. Browse to find and select the LDSvc.exe program and choose to add this app to both Public and Private Network Types.Click on “Change Settings” to enable the “Allow another app…” button.In Control Panel, select “System and Security”, then select “Windows Firewall”, then “Allow an app or feature through Windows Firewall”.
#ILOK PACE LICENSE SUPPORT INSTALL#
It will run “License Support Win64.exe” using the -s switch along with pointing it to the “.iss” file on the command line which will silently install the software.On the Windows platform, Windows Firewall needs to be configured to allow a sharable license server to communicate through the firewall with its clients.
#ILOK PACE LICENSE SUPPORT FULL#
The final line of the command section does the silent install by having the License Support installer and “.iss” file defined if your setup.iss that was generated is located in another location please change the final section to the full directory of the file. The Invoke-WebRequest and Expand-Archive commands are the same commands from the generating the. The checkout step pulls down the contents from your VCS into the C:\Users\circleci\project\ folder in the example above the setup.iss file is located at the top level. & 'C:\Users\circleci\LicenseSupportInstallerWin64_v5.6.3_46ee731e\License Support Win64.exe' -s -f1“C:\Users\circleci\project\setup.iss” Invoke-WebRequest -Uri -OutFile C:\Users\circleci\License.zipĮxpand-Archive -Path C:\Users\circleci\License.zip -DestinationPath C:\Users\circleci\ The following config.yml will complete the silent install and each step is explained below version: 2.1

The second part of this guide will assume the file is accessible from the top level of your VCS. Avid announced that they plan to offer iLok Network license support back in January 2018, but Sounds In Sync have gone one stage further and are now actually.
#ILOK PACE LICENSE SUPPORT PRO#
Avid has announced support for network licensing is coming when they released Pro Tools 2018.1 so they can’t be far away. We would recommend adding this to your VCS and using the special checkout step to pull this file. PACE has offered iLok network licences for some time. You will need to upload this file to a location that is accessible by a CircleCI job for use on the silent install. You can copy and paste this file from the RDP session to your local machine by either dragging and dropping or using the copy-and-paste function. License Support Win64.exe -r -f1“C:\Temp\SilentInstall.iss”).Īt this point, you should have a file called setup.iss located under C:\Windows or where you have specified if using the -f1 parameter. & 'C:\Users\circleci\LicenseSupportInstallerWin64_v5.6.3_46ee731e\License Support Win64.exe' -r
