Skip to content

Commit

Permalink
Package download lastactivityview
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Dec 9, 2020
1 parent c54c617 commit 138d598
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
23 changes: 23 additions & 0 deletions automatic/lastactivityview/lastactivityview.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>lastactivityview</id>
<version>1.32</version>
<title>LastActivityView</title>
<authors>Nir Sofer</authors>
<owners>dtgm</owners>
<licenseUrl>http://www.nirsoft.net/utils/computer_activity_view.html</licenseUrl>
<projectUrl>http://www.nirsoft.net/utils/computer_activity_view.html</projectUrl>
<iconUrl>https://cdn.rawgit.com/dtgm/chocolatey-packages/2697586f564894b3346352497da46f320a02e725/icons/lastactivityview.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>LastActivityView is a tool for Windows operating system that collects information from various sources on a running system, and displays a log of actions made by the user and events occurred on this computer.

The activity displayed by LastActivityView includes: Running .exe file, Opening open/save dialog-box, Opening file/folder from Explorer or other software, software installation, system shutdown/start, application or system crash, network connection/disconnection and more...</description>
<summary>View the latest computer activity in Windows operating system</summary>
<releaseNotes>#### Package
* Automatically built and uploaded by [dtgm](https://chocolatey.org/profiles/dtgm)</releaseNotes>
<copyright>© 2012 NirSoft</copyright>
<tags>activity viewer log</tags>
<packageSourceUrl>https://github.com/dtgm/chocolatey-packages/tree/master/automatic/lastactivityview/</packageSourceUrl>
</metadata>
</package>
15 changes: 15 additions & 0 deletions automatic/lastactivityview/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
$packageName = 'lastactivityview'
$url = 'http://www.nirsoft.net/utils/lastactivityview.zip'
$checksum = '8572b903d316b55e89fa7c129a7c8d0e1da597158fcde8a7210b2b1a6e34df17'
$checksumType = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$installFile = Join-Path $toolsDir "$($packageName).exe"

Install-ChocolateyZipPackage -PackageName "$packageName" `
-Url "$url" `
-UnzipLocation "$toolsDir" `
-Checksum "$checksum" `
-ChecksumType "$checksumType"

Set-Content -Path ("$installFile.gui") `
-Value $null
Binary file added icons/lastactivityview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 138d598

Please sign in to comment.