
742
Downloads
742
Downloads of v 0.666
2/22/2015
Last update
FreeArc is fast but efficient compression and rich set of features.
FreeArc works 2–5 times faster than best other compression programs.
FreeArc combines best 7-zip and RAR features: auto-selected LZMA/PPMD/Multimedia compression, 1gb dictionary, exe/dict/delta data filters, updatable solid archives, SFXes, recovery record, AES+Twofish+Serpent encryption, Linux support and much more...
To install FreeArc (Install), run the following command from the command line or from PowerShell:
C:\> choco install freearc.install
To upgrade FreeArc (Install), run the following command from the command line or from PowerShell:
C:\> choco upgrade freearc.install
Files
Hide- tools\chocolateyInstall.ps1
Show
$packageName = 'freearc.install' $installerType = 'exe' $url = 'http://freearc.org/download/0.666/FreeArc-0.666-win32.exe' $checksum = '2b482a5834c30cda2c2c830defd3da88d4e24de0' $checksumType = 'sha1' $silentArgs = '/S' $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 "$packageName" -InstallerType "$installerType" -Url "$url" -SilentArgs "$silentArgs" -ValidExitCodes $validExitCodes -Checksum "$checksum" -ChecksumType "$checksumType"
- tools\chocolateyUninstall.ps1
Show
$packageName = 'freearc.install' $installerType = 'EXE' $silentArgs = '/S' $validExitCodes = @(0) #please insert other valid exit codes here, exit codes for ms http://msdn.microsoft.com/en-us/library/aa368542(VS.85).aspx $scriptPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition) $ahkFile = Join-Path $scriptPath "freearcUninstall.ahk" $ahkExe = 'AutoHotKey' $ahkRun = "$Env:Temp\$(Get-Random).ahk" Copy-Item $ahkFile "$ahkRun" -Force $osBitness = Get-ProcessorBits if ($osBitness -eq 64) { $unString = (get-item -path HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\freearc).getvalue('UninstallString') } else { $unString = (get-item -path HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\freearc).getvalue('UninstallString') } try { Start-Process $ahkExe $ahkRun Uninstall-ChocolateyPackage "$packageName" "$installerType" "$silentArgs" "$unString" -validExitCodes $validExitCodes Remove-Item "$ahkRun" -Force } catch { throw $_.Exception }
- tools\freearcUninstall.ahk
Show
#NoEnv SendMode Input SetTitleMatchMode, 2 ;text must contain DetectHiddenText, off ;toggle search hidden window text DetectHiddenWindows, off ;toggle detect hidden windows WinWait, FreeArc ahk_class #32770, Are you sure you want to completely remove FreeArc, 20 WinActivate ControlClick, &Yes, FreeArc ahk_class #32770 WinWait, FreeArc ahk_class #32770, successfully removed from your computer, 20 WinActivate ControlClick, OK, FreeArc ahk_class #32770 ExitApp
Virus Scan Results
- freearc.install.0.666.nupkg (ee1cce4832bf) - ## / 56 - Log in or click on link to see number of positives
Dependencies
Package Maintainer(s)
Software Author(s)
Copyright
© Bulat Ziganshin
Tags
Release Notes
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
FreeArc (Install) 0.666 | 742 | Sunday, February 22, 2015 | approved |
Discussion for the FreeArc (Install) Package
Ground rules:
- This discussion is only about FreeArc (Install) and the FreeArc (Install) package. If you have feedback for Chocolatey, please contact the google group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or FreeArc (Install), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.