Jump to content
Ketarin forum

josh

Members
  • Posts

    210
  • Joined

  • Last visited

Everything posted by josh

  1. What do you mean "roundabout way", you can use Ketarin to update Ketarin... but built-in updater would be better of course.
  2. Hi shawn, did you manage to solve PortableApps (Firefox, Thunderbird...) download problems? Thanks
  3. Thanks for sharing shawn, i will be testing this for sure
  4. Hi friend, 1. Already being "worked", see http://ketarin.canneverbe.com/forum/viewtopic.php?id=436 2. To sort by post download command use {property:ExecuteCommand} as per documentation; but i agree another user column would be handy. Best ragards!
  5. I have seen this before and i believe this application problem, has well has Thunderbird and others from Portable Apps, was already reported although a workaroung was never found. I remember a discussion related to the url encoding... what i can say is that i am currently unable to download this file with Ketarin using any of the available direct dl link mirrors, all i get are timeouts. Generally speaking and unless you are a very xperienced Ketarin user i would avoid SF downloads.
  6. Will that allow us to update / download only major releases? If so, count me in!
  7. That was just a quick, simple example Ccleaner 10.x seems a bit remote shawn...
  8. Welcome. You didn't say which OS are you using, assuming it's XP you can follow tutorial on http://www.makeuseof.com/tag/how-to-automate-windows-programs-on-a-schedule/ to make Ketarin check for updates multiple times a day create several jobs
  9. If i understood correctly that will work too (like the suggestion from shawn), this one is actually closer to one of my favorite solutions but i don't track versions due to the problem shawn refered. I have created 2 XML's, both are somewhat different yet possible aproaches to the same 'problem', import them into your Ketarin window so you can see the differences & use the one that suites you best. <?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"> <WebsiteUrl /> <UserNotes /> <LastFileSize>0</LastFileSize> <LastFileDate xsi:nil="true" /> <IgnoreFileInformation>false</IgnoreFileInformation> <DownloadBeta>Default</DownloadBeta> <DownloadDate xsi:nil="true" /> <CheckForUpdatesOnly>false</CheckForUpdatesOnly> <VariableChangeIndicator /> <CanBeShared>true</CanBeShared> <ShareApplication>false</ShareApplication> <ExclusiveDownload>false</ExclusiveDownload> <HttpReferer /> <Variables> <item> <key> <string>version</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>RegularExpression</VariableType> <Regex>Version.+?(\d\.\d+)\.</Regex> <Url>http://www.piriform.com/ccleaner/download</Url> <Name>version</Name> </UrlVariable> </value> </item> </Variables> <ExecuteCommand /> <ExecutePreCommand /> <Category>Cleanup</Category> <SourceType>FixedUrl</SourceType> <DeletePreviousFile>true</DeletePreviousFile> <Enabled>true</Enabled> <FileHippoId /> <LastUpdated xsi:nil="true" /> <TargetPath>{root}\</TargetPath> <FixedDownloadUrl>http://download.piriform.com/ccsetup{version:replace:.:}.exe</FixedDownloadUrl> <Name>CCleaner (1)</Name> </ApplicationJob> </Jobs> <?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"> <WebsiteUrl /> <UserNotes /> <LastFileSize>0</LastFileSize> <LastFileDate xsi:nil="true" /> <IgnoreFileInformation>false</IgnoreFileInformation> <DownloadBeta>Default</DownloadBeta> <DownloadDate xsi:nil="true" /> <CheckForUpdatesOnly>false</CheckForUpdatesOnly> <VariableChangeIndicator /> <CanBeShared>true</CanBeShared> <ShareApplication>false</ShareApplication> <ExclusiveDownload>false</ExclusiveDownload> <HttpReferer /> <Variables> <item> <key> <string>version</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>RegularExpression</VariableType> <Regex>Version.+?(\d\.\d+)\.</Regex> <Url>http://www.piriform.com/ccleaner/download</Url> <Name>version</Name> </UrlVariable> </value> </item> <item> <key> <string>durl</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>RegularExpression</VariableType> <Regex>href="(http://[^"]+\.exe)"</Regex> <Url>http://www.piriform.com/ccleaner/download/standard</Url> <Name>durl</Name> </UrlVariable> </value> </item> </Variables> <ExecuteCommand /> <ExecutePreCommand /> <Category>Cleanup</Category> <SourceType>FixedUrl</SourceType> <PreviousLocation /> <DeletePreviousFile>true</DeletePreviousFile> <Enabled>true</Enabled> <FileHippoId /> <LastUpdated xsi:nil="true" /> <TargetPath>{root}\</TargetPath> <FixedDownloadUrl>{durl}</FixedDownloadUrl> <Name>CCleaner (2)</Name> </ApplicationJob> </Jobs>
  10. Hi OLLI, Yes, you can use a regex group like (\d\.\d+)\. to capture the relevant part of version and than apply a replace function to remove dot, something like {version:replace:.:}
  11. Hi OLLI! - Yes you are right, Ketarin is the best! - Regarding the error you got i suggest you post application XML so we can look at it and help; - Regarding Wiki, i don't think so, Ketarin is freeware and all the work you see in this forum is done by volunteers (but in many circunstances way better than "professional helpers"); so i suggest you read (if needed) Documentation To know more head to Tips and Tutorials Templates (this section is for advanced users) For all other questions Search is your friend. Best regards!
  12. Hi, Ketarin only updates on demand, however you can create a schedule using Windows Task Scheduler. Best regards!
  13. okay thx for clarification but you did say
  14. i'm talking of windows properties dialog; i would like to be able to open it from Ketarin window with a single click (or shortcut), for instance, to unlock file, change compatibility mode, verify digital signature...
  15. is it possible to link to file properties window in ketarin window? thanks!
  16. good news then, thanks
  17. this is too much IE centric... i never ever use IE. maybe a Ketarin user script or extension would be better?
  18. hmm okay... what happened to this ideia of yours? we never saw follow up, i was hoping to see some new interesting features to test...
  19. I mean, to write the shortcut key in context menu the same way we have written Ctrl+C for copy etc...
  20. Hi Mr.Floele, Glad to see we have quorum again. Just wondering, is it possible to add the following two shortcut keys to context menu? Open File ->Alt+Double-click Open Folder ->Ctrl+Double-click I keep forgeting those Best regards!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.