Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid Win32-FileTime #45

Open
burnello opened this issue Feb 27, 2024 · 1 comment
Open

Invalid Win32-FileTime #45

burnello opened this issue Feb 27, 2024 · 1 comment

Comments

@burnello
Copy link

burnello commented Feb 27, 2024

Invoking Get-MSISummaryInfo on some MSI i get the error mentioned below. The same MSI can be opened by Orca without errors.
Create/Modify/Last Access date of the MSI is correct and a valid date.

Get-MSISummaryInfo : Ungültige Win32-FileTime.
Parametername: fileTime
In U:\PS1\MSIQSCheck.ps1:151 Zeichen:17
+ $TableSummary = Get-MSISummaryInfo -Path $msi
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Get-MSISummaryInfo], ArgumentOutOfRangeException
    + FullyQualifiedErrorId : System.ArgumentOutOfRangeException,Microsoft.Tools.WindowsInstaller.PowerShell.Commands.GetSummaryInfoCommand
@heaths
Copy link
Owner

heaths commented Feb 27, 2024

Could you add the full exception as well? If it was the last error, you could do $Error[0].Exception | clip.exe and paste that between some code fences here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants