msi installer checksum
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-02-19 04:09 PM
Hello,
Would like to know if there is a way to check the integrity of the msi file downloaded for installing blue prism ?( like checksum ) .
Appreciate your response.
Thank you!
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-02-19 01:13 AM
There's a built-in command-line function to Windows called CertUtil. https://docs.microsoft.com/en-us/windows-server/administration/windows-…
Example:
CertUtil c:\path\to\file.msi MD5
You can also specify other algorithms if you'd rather use those.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-02-19 04:38 PM
Hei ,Thank you for your response. However, does blue Prism provide checksum ( example using MD5 ) for a particular installation file for me to compare with ?
I can run certutil on the msi i downloaded from BluePrism portal and get a MD5 for it. However, i would like to compare it with something to verify if it matches.
Thank you!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-02-19 08:45 PM
As you said, Blue Prism does not currently provide a checksum to match against. You have two options:
1) Contact support to obtain a checksum, and/or suggest they publish this info
2) Download the msi from multiple systems and compare the checksum between them. Chances are, if it's the same, it's also going to match what's been put out for download.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-02-19 02:56 PM
1. Agree with you on contacting support to include checksum information in their website. This is especially important when BP is installed at customers where security is of high priority.
2. Blue prism portal is the only official site for download of installation files. Not sure what you mean by downloading from multiple systems.
Neverthless, having this included in the website itself is a good idea.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
14-02-19 02:23 AM
Correct - The portal is the only place to get the install files from. I just mean browsing to that page from multiple different systems, downloading the msi to each, then comparing the downloaded files.
