-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add auto packages
- Loading branch information
Showing
99 changed files
with
1,161 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. --> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<metadata> | ||
<id>{{PackageName}}</id> | ||
<title>7+ Taskbar Tweaker</title> | ||
<version>{{PackageVersion}}</version> | ||
<authors>RaMMicHaeL</authors> | ||
<owners>doc</owners> | ||
<summary>7+ Taskbar Tweaker allows you to configure various aspects of the Windows taskbar.</summary> | ||
<description>7+ Taskbar Tweaker allows you to configure various aspects of the Windows taskbar. | ||
Most of the configuration options it provides can’t be tweaked using the taskbar properties or the registry. | ||
The tweaker is designed for Windows 7 and Windows 8.</description> | ||
<projectUrl>http://rammichael.com/7-taskbar-tweaker</projectUrl> | ||
<tags>taskbar tweaker</tags> | ||
<copyright></copyright> | ||
<licenseUrl>http://www.gnu.org/licenses/old-licenses/gpl-2.0.html</licenseUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<iconUrl>https://cdn.rawgit.com/aronovgj/chocolatey/master/icons/{{PackageName}}.png</iconUrl> | ||
<releaseNotes></releaseNotes> | ||
</metadata> | ||
<files> | ||
<file src="tools\**" target="tools" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
$packageName = '{{PackageName}}' | ||
$fileType = 'exe' | ||
$silentArgs = '/S' | ||
$url = '{{DownloadUrl}}' | ||
Stop-Process -ProcessName 7+* | ||
Install-ChocolateyPackage $packageName $fileType $silentArgs $url |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
<?xml version='1.0' encoding='utf-8'?> | ||
<Jobs> | ||
<ApplicationJob xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Guid="0fb30714-8ed0-4611-8f1b-cb8fec9dae91"> | ||
<WebsiteUrl /> | ||
<UserAgent>Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.168 Safari/535.19</UserAgent> | ||
<UserNotes /> | ||
<LastFileSize>384846</LastFileSize> | ||
<LastFileDate>2012-05-23T02:09:37.7748325</LastFileDate> | ||
<IgnoreFileInformation>false</IgnoreFileInformation> | ||
<DownloadBeta>Default</DownloadBeta> | ||
<DownloadDate xsi:nil="true" /> | ||
<CheckForUpdatesOnly>false</CheckForUpdatesOnly> | ||
<VariableChangeIndicator /> | ||
<CanBeShared>true</CanBeShared> | ||
<ShareApplication>false</ShareApplication> | ||
<ExclusiveDownload>false</ExclusiveDownload> | ||
<HttpReferer /> | ||
<SetupInstructions /> | ||
<Variables> | ||
<item> | ||
<key> | ||
<string>version</string> | ||
</key> | ||
<value> | ||
<UrlVariable> | ||
<RegexRightToLeft>false</RegexRightToLeft> | ||
<VariableType>StartEnd</VariableType> | ||
<Regex /> | ||
<Url><placeholder name="Url with version information" /></Url> | ||
<StartText><TABLE cellspacing ="1" cellpadding ="6" border = "0"> | ||
<TR> | ||
<TH class="Title" align="center" width=90>7-Zip </StartText> | ||
<EndText><BR></EndText> | ||
<TextualContent /> | ||
<Name>version</Name> | ||
</UrlVariable> | ||
</value> | ||
</item> | ||
<item> | ||
<key> | ||
<string>url64</string> | ||
</key> | ||
<value> | ||
<UrlVariable> | ||
<RegexRightToLeft>false</RegexRightToLeft> | ||
<VariableType>Textual</VariableType> | ||
<Regex /> | ||
<TextualContent>""</TextualContent> | ||
<Name>url64</Name> | ||
</UrlVariable> | ||
</value> | ||
</item> | ||
</Variables> | ||
<ExecuteCommand /> | ||
<ExecutePreCommand /> | ||
<ExecuteCommandType>Batch</ExecuteCommandType> | ||
<ExecutePreCommandType>Batch</ExecutePreCommandType> | ||
<Category /> | ||
<SourceType>FixedUrl</SourceType> | ||
<PreviousLocation /> | ||
<DeletePreviousFile>true</DeletePreviousFile> | ||
<Enabled>true</Enabled> | ||
<FileHippoId /> | ||
<LastUpdated>2012-05-23T02:09:37.7748325</LastUpdated> | ||
<TargetPath>E:\git\choco-auto\</TargetPath> | ||
<FixedDownloadUrl><placeholder name="Download Url - Optional" value="http://nowhere.com/nothing{version}.zip" /></FixedDownloadUrl> | ||
<Name><placeholder name="Name" /></Name> | ||
</ApplicationJob> | ||
</Jobs> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. --> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<metadata> | ||
<id>7taskbartweaker</id> | ||
<title>7+ Taskbar Tweaker</title> | ||
<version>4.5.6</version> | ||
<authors>RaMMicHaeL</authors> | ||
<owners>doc</owners> | ||
<summary>7+ Taskbar Tweaker allows you to configure various aspects of the Windows taskbar.</summary> | ||
<description>7+ Taskbar Tweaker allows you to configure various aspects of the Windows taskbar. | ||
Most of the configuration options it provides can’t be tweaked using the taskbar properties or the registry. | ||
The tweaker is designed for Windows 7 and Windows 8.</description> | ||
<projectUrl>http://rammichael.com/7-taskbar-tweaker</projectUrl> | ||
<tags>taskbar tweaker</tags> | ||
<copyright></copyright> | ||
<licenseUrl>http://www.gnu.org/licenses/old-licenses/gpl-2.0.html</licenseUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<iconUrl>https://cdn.rawgit.com/aronovgj/chocolatey/master/icons/7taskbartweaker.png</iconUrl> | ||
<releaseNotes></releaseNotes> | ||
</metadata> | ||
<files> | ||
<file src="tools\**" target="tools" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
$packageName = '7taskbartweaker' | ||
$fileType = 'exe' | ||
$silentArgs = '/S' | ||
$url = 'http://www.rammichael.com/downloads/7tt_setup.exe' | ||
Stop-Process -ProcessName 7+* | ||
Install-ChocolateyPackage $packageName $fileType $silentArgs $url |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<metadata> | ||
<id>ccenhancer</id> | ||
<title>CCEnhancer</title> | ||
<version>4.2</version> | ||
<authors>SingularLabs</authors> | ||
<owners>doc</owners> | ||
<summary> | ||
A small tool which adds support for over 900 new programs into the popular program CCleaner. | ||
</summary> | ||
<description> | ||
A small tool which adds support for over 900 new programs into the popular program CCleaner. | ||
|
||
The tool uses the winapp2.ini system built into CCleaner to easily add new rules and definitions for programs. | ||
|
||
The rules were sourced mainly from the Piriform Support Forum, with several sourced from other places around the internet. | ||
</description> | ||
<projectUrl>http://singularlabs.com/software/ccenhancer/download/</projectUrl> | ||
<tags>plugin add-on cleaner ccleaner</tags> | ||
<copyright></copyright> | ||
<licenseUrl>http://en.wikipedia.org/wiki/Freeware</licenseUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<iconUrl>https://cdn.rawgit.com/aronovgj/chocolatey/master/icons/ccenhancer.png</iconUrl> | ||
</metadata> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
$packageName = 'ccenhancer' | ||
$url = 'https://singularlabs.com/download/10320/' | ||
$unzipLocation = $(Split-Path -parent $MyInvocation.MyCommand.Definition) | ||
$executable = "CCEnhancer-4.2-mulitlingual\CCEnhancer-4.2.exe" | ||
$targetFilePath = "$unzipLocation\$executable" | ||
|
||
try { | ||
|
||
Install-ChocolateyZipPackage $packageName $url $unzipLocation | ||
|
||
Install-ChocolateyDesktopLink $targetFilePath | ||
|
||
Write-ChocolateySuccess $packageName | ||
|
||
} catch { | ||
Write-ChocolateyFailure $packageName $($_.Exception.Message) | ||
throw | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
$packageName = 'ccenhancer' | ||
$desktop = $([System.Environment]::GetFolderPath([System.Environment+SpecialFolder]::DesktopDirectory)) | ||
$shortcut_to_remove = "CCEnhancer-4.2.exe.lnk" | ||
|
||
try { | ||
|
||
Remove-Item "$desktop\$shortcut_to_remove" | ||
|
||
Write-ChocolateySuccess $packageName | ||
|
||
} catch { | ||
Write-ChocolateyFailure $packageName $($_.Exception.Message) | ||
throw | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<metadata> | ||
<id>cpu-z</id> | ||
<title>CPU-Z</title> | ||
<version>1.71.1</version> | ||
<authors>CPUID</authors> | ||
<owners>doc</owners> | ||
<summary> | ||
A freeware system profiler (system monitor) application that detects the central processing unit, RAM, motherboard chipset, and other hardware features of a modern personal computer, and presents the information in one window. | ||
</summary> | ||
<description> | ||
A freeware system profiler (system monitor) application that detects the central processing unit, RAM, motherboard chipset, and other hardware features of a modern personal computer, and presents the information in one window. </description> | ||
<projectUrl>http://www.cpuid.com/softwares/cpu-z.html</projectUrl> | ||
<tags>system-information hardware-info intel amd processor</tags> | ||
<copyright></copyright> | ||
<licenseUrl>http://www.cpuid.com/softwares/hwmonitor-pro/eula.html</licenseUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<iconUrl>https://cdn.rawgit.com/aronovgj/chocolatey/master/icons/cpu-z.png</iconUrl> | ||
</metadata> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
$packageName = 'cpu-z' | ||
$installerType = 'EXE' | ||
$url = 'ftp://ftp.cpuid.com/cpu-z/cpu-z_1.71.1-setup-en.exe' | ||
$silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-' | ||
$validExitCodes = @(0) #please insert other valid exit codes here, exit codes for ms http://msdn.microsoft.com/en-us/library/aa368542(VS.85).aspx | ||
|
||
try { | ||
|
||
Install-ChocolateyPackage $packageName $installerType $silentArgs $url -validExitCodes $validExitCodes | ||
|
||
Write-ChocolateySuccess $packageName | ||
|
||
} catch { | ||
Write-ChocolateyFailure $packageName $($_.Exception.Message) | ||
throw | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
$packageName = 'cpu-z' | ||
$installerType = 'EXE' | ||
$silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-' | ||
$unpath = "$Env:ProgramFiles\CPUID\CPU-Z\unins000.exe" | ||
$validExitCodes = @(0) #please insert other valid exit codes here, exit codes for ms http://msdn.microsoft.com/en-us/library/aa368542(VS.85).aspx | ||
|
||
try { | ||
|
||
Uninstall-ChocolateyPackage $packageName $installerType $silentArgs $unpath -validExitCodes $validExitCodes | ||
|
||
Write-ChocolateySuccess $packageName | ||
|
||
} catch { | ||
Write-ChocolateyFailure $packageName $($_.Exception.Message) | ||
throw | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<metadata> | ||
<id>crystaldiskinfo</id> | ||
<title>CrystalDiskInfo</title> | ||
<version>6.2.2</version> | ||
<authors>hiyohiyo</authors> | ||
<owners>doc</owners> | ||
<summary> | ||
CrystalDiskInfo is a HDD/SSD utility software which shows the health status much more clearly than similar tools. | ||
</summary> | ||
<description> | ||
CrystalDiskInfo is a HDD/SSD utility software which shows the health status much more clearly than similar tools. | ||
The "Function / Graph" is especially interesting for the "Reallocated Sectors Count". | ||
If it increases over time or is very high already, the hard drive may need to be replaced. | ||
</description> | ||
<projectUrl>http://crystalmark.info/software/CrystalDiskInfo/index-e.html</projectUrl> | ||
<tags>disk diagnostic hdd ssd</tags> | ||
<copyright></copyright> | ||
<licenseUrl>http://crystalmark.info/software/CrystalDiskInfo/manual-en/License.html</licenseUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<iconUrl>https://cdn.rawgit.com/aronovgj/chocolatey/master/icons/crystaldiskinfo.png</iconUrl> | ||
</metadata> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
$packageName = 'crystaldiskinfo' | ||
$installerType = 'EXE' | ||
$url = 'http://www.sourceforge.jp/frs/redir.php?m=iij&f=/crystaldiskinfo/61888/CrystalDiskInfo6_2_2-en.exe' | ||
$silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-' | ||
$validExitCodes = @(0) #please insert other valid exit codes here, exit codes for ms http://msdn.microsoft.com/en-us/library/aa368542(VS.85).aspx | ||
Install-ChocolateyPackage "$packageName" "$installerType" "$silentArgs" "$url" -validExitCodes $validExitCodes |
21 changes: 21 additions & 0 deletions
21
_output/crystaldiskinfo/6.2.2/tools/chocolateyUninstall.ps1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
$packageName = 'crystaldiskinfo' | ||
$installerType = 'EXE' | ||
$silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-' | ||
$validExitCodes = @(0) #please insert other valid exit codes here, exit codes for ms http://msdn.microsoft.com/en-us/library/aa368542(VS.85).aspx | ||
|
||
try { | ||
$processor = Get-WmiObject Win32_Processor | ||
$is64bit = $processor.AddressWidth -eq 64 | ||
if ($is64bit) { | ||
$unpath = "${Env:ProgramFiles(x86)}\CrystalDiskInfo\unins000.exe" | ||
} else { | ||
$unpath = "$Env:ProgramFiles\CrystalDiskInfo\unins000.exe" | ||
} | ||
Uninstall-ChocolateyPackage "$packageName" "$installerType" "$silentArgs" "$unpath" -validExitCodes $validExitCodes | ||
|
||
# the following is all part of error handling | ||
Write-ChocolateySuccess "$packageName" | ||
} catch { | ||
Write-ChocolateyFailure "$packageName" "$($_.Exception.Message)" | ||
throw | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. --> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<metadata> | ||
<id>evince</id> | ||
<title>Evince</title> | ||
<version>2.32.0.145</version> | ||
<authors>Martin Kretzschmar Jonathan Blandford Marco Pesenti Gritti Nickolay V. Shmyrev Bryan Clark | ||
Carlos Garcia Campos Wouter Bolsterlee Christian Persch </authors> | ||
<owners>doc</owners> | ||
<summary>Evince is a document viewer for multiple document formats. The goal of evince is to replace the multiple document viewers that exist on the GNOME Desktop with a single simple application. </summary> | ||
<description>Evince is a document viewer for multiple document formats. The goal of evince is to replace the multiple document viewers that exist on the GNOME Desktop with a single simple application. | ||
|
||
Evince is specifically designed to support the file following formats: PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex support with gedit, comics books (cbr,cbz,cb7 and cbt). </description> | ||
<projectUrl>https://wiki.gnome.org/Apps/Evince</projectUrl> | ||
<tags>viewer evince pdf postscript djvu tiff dvi xps tex latex cbr cbz cb7 cbt</tags> | ||
<copyright></copyright> | ||
<licenseUrl>http://www.gnu.org/licenses/old-licenses/gpl-2.0.html</licenseUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<iconUrl>https://cdn.rawgit.com/aronovgj/chocolatey/master/icons/evince.png</iconUrl> | ||
<releaseNotes></releaseNotes> | ||
</metadata> | ||
<files> | ||
<file src="tools\**" target="tools" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
$packageName = 'evince' | ||
$fileType = 'msi' | ||
$silentArgs = '/quiet' | ||
$url = 'ftp://ftp.gnome.org/pub/gnome/binaries/win32/evince/2.32/evince-2.32.0.145.msi' | ||
Stop-Process -ProcessName evince* | ||
Install-ChocolateyPackage $packageName $fileType $silentArgs $url |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<metadata> | ||
<id>hdtune</id> | ||
<title>HD Tune</title> | ||
<version>2.55</version> | ||
<authors>EFD Software</authors> | ||
<owners>doc</owners> | ||
<summary> | ||
HD Tune is a Hard Disk utility. | ||
</summary> | ||
<description> | ||
HD Tune is a Hard Disk utility which has the following functions: | ||
-Benchmark: measures the performance, | ||
-Info: shows detailed information, | ||
-Health: checks the health status by using SMART, | ||
-Error Scan: scans the surface for errors, | ||
-Temperature display, | ||
HD Tune may also work with other storage devices such as memory cards, USB sticks, iPods, etc. | ||
</description> | ||
<projectUrl>http://www.hdtune.com/index.html</projectUrl> | ||
<tags>benchmark hardware-info smart performance-testing hard-disk harddisk-diagnostic temperature-monitor s.m.a.r.t. scan-harddisk</tags> | ||
<copyright></copyright> | ||
<licenseUrl>http://www.hdtune.com/buy.html</licenseUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<iconUrl>https://cdn.rawgit.com/aronovgj/chocolatey/master/icons/hdtune.png</iconUrl> | ||
</metadata> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
$packageName = 'hdtune' | ||
$installerType = 'EXE' | ||
$url = 'http://www.hdtune.com/files/hdtune_255.exe' | ||
$silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-' | ||
$validExitCodes = @(0) #please insert other valid exit codes here, exit codes for ms http://msdn.microsoft.com/en-us/library/aa368542(VS.85).aspx | ||
|
||
Install-ChocolateyPackage "$packageName" "$installerType" "$silentArgs" "$url" -validExitCodes $validExitCodes |
Oops, something went wrong.