12
edits
Changes
no edit summary
[http://digestit.kennethballard.com/ digestIT 2004] is a Windows program that allows you to generate an [http://dret.net/glossary/md5 MD5 message hash] or an [http://www.pcmag.com/encyclopedia_term/0,2542,t=SHA1&i=51225,00.asp SHA-1 hash] for a file. An MD5 message hash, aka MD5 sum, and a SHA-1 hash are unique hexadecimal numbers that allow you to determine if a file has been altered. A silent installer and uninstaller for digestIT 2004 is provided below. Once it is installed, you can right-click on a file in Windows and choose "digestIT 2004" to generate either an MD5 hash or a SHA-1 hash. The software then provides you the opportunity to copy the hash to the Windows clipboard or save it to a file.
<pre>
<package
id="digestIT2004"
name="digestIT 2004"
revision="1"
reboot="false"
priority="5">
<check type="uninstall" condition="exists" path="digestIT 2004" />
<install cmd='msiexec /i "\\server\wpkg\pkg\digestIT2004\digestIT 2004.msi" /qn'>
<exit code="0" />
</install>
<remove cmd='msiexec /x{5B119660-1788-11D8-8EB8-0050BF643EE7} /qn' />
</package>
</pre>
Reference:
[http://support.moonpoint.com/os/windows/software/wpkg/install-uninstall-digestIT2004-wpkg.php Installing and Uninstalling digestIT 2004 with WPKG]
<pre>
<package
id="digestIT2004"
name="digestIT 2004"
revision="1"
reboot="false"
priority="5">
<check type="uninstall" condition="exists" path="digestIT 2004" />
<install cmd='msiexec /i "\\server\wpkg\pkg\digestIT2004\digestIT 2004.msi" /qn'>
<exit code="0" />
</install>
<remove cmd='msiexec /x{5B119660-1788-11D8-8EB8-0050BF643EE7} /qn' />
</package>
</pre>
Reference:
[http://support.moonpoint.com/os/windows/software/wpkg/install-uninstall-digestIT2004-wpkg.php Installing and Uninstalling digestIT 2004 with WPKG]