![]() |
|
|
#6 |
|
Junior Member
Join Date: Apr 2019
Posts: 4
|
Hello,
I think we found the failure: In the log of the .msi file you can find this error: "MSI (s) (B4:CC) [13:41:07:113]: Invoking remote custom action. DLL: C:\Windows\Installer\MSICE26.tmp, Entrypoint: RunPowerShellScript Dumping PowerShell invoke log ... --> Found PowerShell path: C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powersh ell.exe --> PowerShell Script Execution Result Code: 1 --> PowerShell Script Execution log: Die Datei "C:\Users\Testuser1\AppData\Local\Temp\pssCE2B.ps1 " kann nicht geladen werden. Die Datei "C:\Users\Testuser1\AppData\Local\Temp\pssCE2B.ps1 " ist nicht digital signiert. Sie k”nnend dieses Skript im aktuellen System nicht ausfhren. Weitere Informationen zum Ausfhren von Skripts und Festlegen der Ausfhrungsrichtlinie erhalten Sie in "about_Execution_Policies" unter "http://go.microsoft.com/fwlink/?LinkID=135170".. + CategoryInfo : Sicherheitsfehler: ( , ParentContainsErrorRe cordException + FullyQualifiedErrorId : UnauthorizedAccess CustomAction PreparePostponedDriverSwap returned actual error code 1603 but will be translated to success due to continue marking" Our Powershell execution policy is set to "AllSigned". If we change it to "RemoteSigned" everything works fine. But we are not allowed to change this setting on all machines. Can you advice us how to solve this problem? Kind regards |
|
|
|
|
|