Hello everyone,
I try to install a pulse secure application, modified by my university, which could not help me so far.
During the installation, the installer aborts and gives the following Errormessage:
Error 1720. There is a problem with this Windows Installer package. A script required for this install to complete could not be run. Contact your support personnel or package vendor. Custom action writeTncConfigFile.D7CCF602_E814_4416_8EC5_24D6FEA3289C script error -2146828212, Laufzeitfehler in Microsoft VBscript: Der Pfad wurde nicht gefunden. Line 10, Column 9,
The comment is german for "Runtime Error in Microsoft VBscript: Path not found"
The error happened during an Update. Uninstalling the previous version did not work. Any suggestions?
PS: This is the last part of the log before the Error happens:
MSI (s) (64:C4) [13:55:51:899]: Executing op: ActionStart(Name=writeTncConfigFile.D7CCF602_E814_4416_8EC5_24D6FEA3289C,,)
Action 13:55:51: writeTncConfigFile.D7CCF602_E814_4416_8EC5_24D6FEA3289C.
MSI (s) (64:C4) [13:55:51:899]: Executing op: CustomActionSchedule(Action=writeTncConfigFile.D7CCF602_E814_4416_8EC5_24D6FEA3289C,ActionType=3078,Source=Sub writeTncConfigFile
Dim myFSO, configFile, szInstallDir, objShell, objFolder, objFolderItem
Set objShell = CreateObject("Shell.Application")
Set objFolder = objShell.Namespace(&H2b&)'common files
Set objFolderItem = objFolder.Self
szInstallDir = objFolderItem.Path & "\Pulse Secure\TNC Client Plugin"
Set myFSO = CreateObject("Scripting.FileSystemObject")
Set configFile = myFSO.OpenTextFile(szInstallDir & "\tnc_config", 2, True)
configFile.WriteLine("IMC ""Pulse Secure - HC IMC"" " & szInstallDir & "\hcimc.dll")
configFile.WriteLine("IMC ""Pulse Secure - System IMC"" " & szInstallDir & "\jsystemimc.dll")
configFile.WriteLine("IMC ""Pulse Secure - Certificate IMC"" " & szInstallDir & "\CertAuthIMC.dll")
configFile.WriteLine("IMC ""Pulse Secure - SoH IMC"" " & szInstallDir & "\SoHIMC.dll")
configFile.WriteLine("IMC ""Pulse Secure - Opswat IMC"" " & sz
MSI (s) (64:F8) [13:55:51:914]: Transforming table Error.
We would need to investigate this issue. So I recommend you to open a support ticket with us.