You are viewing limited content. For full access, please sign in.

Question

Question

How can one determine if the Laserfiche software has changed?

asked on June 1, 2017

My customer has being asked by an auditor.  How can one demonstrate that a particular version of the Laserfiche software has not changed?  Is there a list of software .exe and .dll with version numbers?  Is the installation logged anywhere?

0 0

Replies

replied on June 1, 2017

You could extract the files from the MSI installer (as described here) and write a Powershell script to look at the installed files and compare them based on file properties.

You would also have to account for patches. See this utility for extracting files from patches.

1 0
replied on June 2, 2017

Thank you Miruna.

0 0
replied on June 6, 2017

An auditor might prefer that you record a cryptographic hash of the files, rather than relying on us to not release two different builds with the same version numbers.  This post talks about using powershell to get a hash of the files in a directory.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.