View Single Post
Old 08-07-2015, 05:28 AM   #4
sbeilfuss
Junior Member
 
Join Date: Aug 2015
Posts: 3
Default Powershell policy...!!!

OK...I did what I should have done a couple tries ago...I added the logging switch to the msiexec command-line - looks like it is the Powershell Execution policy! Looks like the installer kicks off an Powershell script that is un-signed. In a corp environment where we have our PowerShell policy set 'safe' and only allowing signed code - this is going to be an issue.

=== Logging started: 8/6/2015 22:23:23 ===
Action start 22:23:23: INSTALL.
Action start 22:23:23: AI_ResolveKnownFolders.
Action ended 22:23:23: AI_ResolveKnownFolders. Return value 1.
Action start 22:23:23: AI_DATA_SETTER_33.
Action ended 22:23:23: AI_DATA_SETTER_33. Return value 1.
Action start 22:23:23: VerifySupportedOs.
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:
File C:\Users\sbeilfuss71920a\AppData\Local\Temp\pss8D2 6.ps1 cannot be loaded. The file
C:\Users\sbeilfuss71920a\AppData\Local\Temp\pss8D2 6.ps1 is not digitally signed. You cannot run this script on the
current system. For more information about running scripts and setting execution policy, see about_Execution_Policies
at http://go.microsoft.com/fwlink/?LinkID=135170.
+ CategoryInfo : SecurityError: ( , ParentContainsErrorRecordException
+ FullyQualifiedErrorId : UnauthorizedAccess
CustomAction VerifySupportedOs returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
Action ended 22:23:25: VerifySupportedOs. Return value 3.
Action ended 22:23:25: INSTALL. Return value 3.
MSI (s) (D8:4C) [22:23:25:615]: Product: DisplayLink Core Software -- Installation failed.

MSI (s) (D8:4C) [22:23:25:617]: Windows Installer installed the product. Product Name: DisplayLink Core Software. Product Version: 7.9.296.0. Product Language: 2057. Manufacturer: DisplayLink Corp.. Installation success or error status: 1603.

=== Logging stopped: 8/6/2015 22:23:25 ===
sbeilfuss is offline   Reply With Quote