chocolatey-packages
chocolatey-packages copied to clipboard
chocolateynuget packages published on chocolatey.org
enabled XML pkgs failing these pkgs will not automatically update Note: this list does not include pkgs that are disabled in ketarin and failing - [x] 0ad error ? -...
##### Nirsoft programs served from http://www.nirsoft.net/toolsdownload chromepass dialupass iepv.install iepv.portable lsasecretsdump lsasecretsview mailpv.install mailpv.portable mspass.install mspass.portable netpass.portable operapassview passwordfox pspv pstpassword.install pstpassword.portable rdpv routerpassview sniffpass.install sniffpass.portable vncpassview webbrowserpassview.install webbrowserpassview.portable wirelesskeyview...
Attempts to update the datacrow package related files, to get it working again (which would, for eg., resolve #349). I'm new to ketarin and chocolatey package internals, so I kinda...
Currently it is using FossHub which is no longer allowed.
Since the program names are the same for 64 and 32 bit, only one will get created as a shim.... so ~80 or so programs don't have an associated shim...
Programs that: - store difficult to recreate data - e.g., many frequent changes that may not be backed up often enough - accounting: [gnucash](https://chocolatey.org/packages/gnucash) - financial - value exchange units...
firefox-beta ``` posh $url = 'https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/42.0b8/win32/en-US/Firefox Setup 42.0b8.exe' $url64 = 'https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/42.0b8/win64/en-US/Firefox%20Setup%2042.0b8.exe' ``` firefox-dev ``` posh $url = 'https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2015/10/2015-10-03-00-40-14-mozilla-aurora/firefox-43.0a2.en-US.win32.installer.exe' $checksum = '634986c68c95e7b7e98f54819c552e278d88b1dc' $checksumType = 'sha1' $url64 = 'https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2015/10/2015-10-03-00-40-14-mozilla-aurora/firefox-43.0a2.en-US.win64.installer.exe' $checksum64 = '8f55079a7dedf9ff9d3fc4ee45feaa709c2a5e23'...
#### Pre-fix ``` powershell $packageName = '{{PackageName}}' $packageSearch = "$packageName" $installerType = 'exe' $silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-' $validExitCodes = @(0) try { Get-ItemProperty -Path @( 'HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*', 'HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*', 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*'...
Most AHK scripts only target an English OS as it looks for specific text to trigger keypresses. Updating to using WM_COMMAND to send input would resolve this.
No version of [sandboxie.portable](https://chocolatey.org/packages/sandboxie.portable) is currently listed on chocolatey.org. When I made `sandboxie` and `sandboxie.install` I intended to also create a .portable version, but must have had an issue creating...