I'm attempting to put a batch file together to push a COP17 install silently to campus labs. The problem I'm encountering is with the Python extension in ChemScript and the Activate program. I'm using the admin activation guide provided by PerkinElmer which lists all the individual install packages required, but it provides no unattended setup information for the Phyton extension (which does not use MSI). The rest does. Furthermore, the activate.exe program continutes to prompt for user activation - wanting an activation code to be provided. I've created the necessary activate.ini file according to the guide's instructions but it doesn't seem to recognize it when I drop it into the script folder. I've put it in the same folder as the Activate.exe program as well as with the install.exe (which is mentioned in the guide). Here's the batch script I'm using - it is run from the same location as the extracted install folders/files. I've bolded the two problem areas. I appreciate anyone willing to put another set of eyes on this and tell me what I'm missing.
%~dp0Windows\ThirdParty\Microsoft\VCRedist\vcredist_x86.exe /q /norestart
%~dp0Windows\PerkinElmer\ChemOffice\PerkinElmer_ChemOffice_Professional_2017.msi /qn /norestart
%~dp0Windows\ThirdParty\Microsoft\VCRedist\vcredist_x64.exe /q /norestart
%~dp0Windows\PerkinElmer\ChemOffice\PerkinElmer_ChemOffice_64-bit_Support_17.0.msi /qn /norestart
%~dp0Windows\PerkinElmer\ChemScript\PerkinElmer_ChemScript_17.0.msi /qn /norestart
%~dp0Windows\ThirdParty\Python\python-3.2.2.msi /qn /norestart
%~dp0Windows\ThirdParty\PythonExt\pywin32-217.win32-py3.2.exe
%WINDIR%\System32\REG ADD HKLM\SOFTWARE\PerkinElmerInformatics\17.0 /v FNOServer /d https://perkinelmer.flexnetoperations.com/control/prkl/deviceservices /f /reg:32
%~dp0Windows\PerkinElmer\Activation\Activate.exe ChemBioOffice Ultra 17.0 IsInstaller