
13,375
Downloads
263
Downloads of v 0.6.3.20140820
8/20/2014
Last update
ruKernelTool
0.6.3.20140820
Universal flash-, upload- and recovery-tool for AVM Fritz!Box.
Note
The actual version of ruKernelTool is 0.6.3.10.
This package puts the ruKernelTool files into $env:ChocolateyBinRoot\ruKernelTool
.
To install ruKernelTool, run the following command from the command line or from PowerShell:
C:\> choco install rukerneltool
--version 0.6.3.20140820
To upgrade ruKernelTool, run the following command from the command line or from PowerShell:
C:\> choco upgrade rukerneltool
--version 0.6.3.20140820
Files
Hide- tools\chocolateyInstall.ps1
Show
try { $packageName = 'rukerneltool' $zipFile = 'rukerneltool.zip' $zipFilePath = Join-Path $env:TEMP $zipFile $url = 'http://rukerneltool.rainerullrich.de/download2/ruKernelTool.zip' $oldDestinationFolder = Join-Path $env:SystemDrive 'ruKernelTool' $binRoot = Get-BinRoot $destinationFolder = Join-Path $binRoot 'ruKernelTool' if ((Test-Path $oldDestinationFolder) -and ($oldDestinationFolder -ne $destinationFolder)) { $destinationFolder = $oldDestinationFolder Write-Output @" Warning: Deprecated installation folder detected: %SystemDrive%\ruKernelTool. This package will continue to install rukerneltool there unless you remove the deprecated installation folder. After you did that, reinstall this package again with the “-force” parameter. Then it will use %ChocolateyBinRoot%\ruKernelTool. "@ } cd $env:TEMP Start-Process 'wget' -NoNewWindow -Wait -ArgumentList $url, "-O $zipFile", '--user=ruKernelTool2', '--password=Bommelchen_2010' Get-ChocolateyUnzip $zipFilePath $destinationFolder Remove-Item $zipFilePath Write-ChocolateySuccess $packageName } catch { Write-ChocolateyFailure $packageName $($_.Exception.Message) throw }
- tools\chocolateyUninstall.ps1
Show
try { $packageName = 'rukerneltool' $desktop = "$([Environment]::GetFolderPath("Desktop"))" $startMenu = "$([System.Environment]::GetFolderPath([System.Environment+SpecialFolder]::StartMenu))\Programs" $installDir1 = Join-Path $env:SystemDrive 'ruKernelTool' $installDir2 = Join-Path $env:SystemDrive 'tools\ruKernelTool' $installDir3 = Join-Path $env:ChocolateyBinRoot 'ruKernelTool' $shortcut1 = Join-Path $desktop 'ruKernelTool.lnk' $shortcut2 = Join-Path $startMenu 'ruKernelTool.lnk' $possibleItemsToRemove = @($installDir1, $installDir2, $installDir3, $shortcut1, $shortcut2) foreach ($itemToRemove in $possibleItemsToRemove) { if (Test-Path $itemToRemove) { Remove-Item -Recurse -Force $itemToRemove } } Write-ChocolateySuccess $packageName } catch { Write-ChocolateyFailure $packageName $($_.Exception.Message) throw }
- rukerneltool.ketarin.xml
Show
<?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="e69e8f72-970f-47ff-8028-21b6df75a525"> <WebsiteUrl /> <UserAgent /> <UserNotes /> <LastFileSize>46632</LastFileSize> <LastFileDate>2014-07-23T18:16:12.0918162</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>Textual</VariableType> <Regex /> <Url /> <StartText>V</StartText> <EndText>, </EndText> <TextualContent>{realVersion:regexreplace:0\.6\.3\.\d+:0.6.3.{yyyy}{MM}{dd}}</TextualContent> <Name>version</Name> </UrlVariable> </value> </item> <item> <key> <string>realVersion</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>StartEnd</VariableType> <Regex /> <Url>http://rukerneltool.rainerullrich.de/ChangeLog_Long.txt</Url> <StartText>V</StartText> <EndText>, </EndText> <Name>realVersion</Name> </UrlVariable> </value> </item> <item> <key> <string>url64</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>Textual</VariableType> <Regex /> <TextualContent>{realVersion}</TextualContent> <Name>url64</Name> </UrlVariable> </value> </item> </Variables> <ExecuteCommand /> <ExecutePreCommand /> <ExecuteCommandType>Batch</ExecuteCommandType> <ExecutePreCommandType>Batch</ExecutePreCommandType> <Category /> <SourceType>FixedUrl</SourceType> <PreviousLocation>C:\Chocolatey\_work\ChangeLog_Long.txt</PreviousLocation> <DeletePreviousFile>true</DeletePreviousFile> <Enabled>true</Enabled> <FileHippoId /> <LastUpdated>2014-07-23T18:16:12.0918162</LastUpdated> <TargetPath>C:\Chocolatey\_work\</TargetPath> <FixedDownloadUrl>http://rukerneltool.rainerullrich.de/ChangeLog_Long.txt</FixedDownloadUrl> <Name>rukerneltool</Name> </ApplicationJob> </Jobs>
Virus Scan Results
- rukerneltool.0.6.3.20140820.nupkg (8ba51c311c63) - ## / 57 - Log in or click on link to see number of positives
Dependencies
Package Maintainer(s)
Software Author(s)
Copyright
2013 Rainer Ullrich
Tags
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
ruKernelTool 0.6.4.36 | 1335 | Tuesday, September 13, 2016 | approved |
ruKernelTool 0.6.4.34 | 374 | Tuesday, August 9, 2016 | approved |
ruKernelTool 0.6.4.32 | 258 | Thursday, July 21, 2016 | approved |
ruKernelTool 0.6.4.30 | 223 | Monday, July 11, 2016 | approved |
ruKernelTool 0.6.4.28 | 194 | Sunday, June 12, 2016 | approved |
ruKernelTool 0.6.4.26 | 208 | Friday, June 10, 2016 | approved |
ruKernelTool 0.6.4.24 | 249 | Tuesday, May 24, 2016 | approved |
ruKernelTool 0.6.4.22 | 269 | Tuesday, April 19, 2016 | approved |
ruKernelTool 0.6.4.20 | 233 | Tuesday, March 22, 2016 | approved |
ruKernelTool 0.6.4.18 | 256 | Tuesday, February 23, 2016 | approved |
Discussion for the ruKernelTool Package
Ground rules:
- This discussion is only about ruKernelTool and the ruKernelTool 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 ruKernelTool, 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.