Jump to content
Ketarin forum

Just Arrived


rctneil
 Share

Recommended Posts

Hey

 

Just joined so I can post here with any q's I might have about Keterin. I have just only found Keterin after hearing about it months ago and knowing what it did but not being able to locate it. Found it and got it running and have configured 16 apps so far. Few questions below if anyone could kindly answer them:

 

1.) What do each of the different styles of icons used mean? - Mainly what is the orange star/circle thingy?

2.) How do I make Keterin to download a new version of an application but then if I delete the installer for an app once I ahve updated it then if I rerun keterin then it will only download a new installer for that app if a new version is available and not just another copy of the app I ahve just deleted?

Link to comment
Share on other sites

Hi

 

1.) green = the application has been checked and is no download is necessary

orange = the application has been updated (or requires an update if you selected Only check for update)

red = an error occurred while processing the application, you have more details in a summary window shown when all applications has been processed

 

2.) currently you can't.

This is an evolution that has been already asked before, but I don't know if Floele (the developer) has worked on it.

Link to comment
Share on other sites

Ok, thanks for your replies. If Ketarin could do 2.) then it would amke it a fantastic app because then you could run it and go to your specified download folder and if any installers were present then you would know that app needs updating otherwise you know everything is up to date!

 

How do all you guys currently use Ketarin?

 

Also can any of you help me with the Ketarin problem I posted in post number 6 at this link:

 

https://sourceforge.net/projects/freefilesync/forums/forum/847542/topic/3478164/index/page/1

 

Thanks

 

Regards,

Neil

Link to comment
Share on other sites

I agree that 2) is not ideal. I have a large folder that contains all setups and archives for my applications.

This is a waste of space as I almost never go back there to use them. But with hard drives that go over 2To nowadays, I don't feel this is a big issue.

 

Here's my settings for FreeFileSync (32bit version). It use a regex to get the last version number.

<?xml version="1.0" encoding="utf-16"?>
<Jobs>
 <ApplicationJob xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Guid="cde8792c-a27f-48ad-8d6f-1f4d30da7a83">
   <DownloadBeta>Default</DownloadBeta>
   <DownloadDate xsi:nil="true" />
   <CheckForUpdatesOnly>false</CheckForUpdatesOnly>
   <VariableChangeIndicator />
   <CanBeShared>false</CanBeShared>
   <ShareApplication>false</ShareApplication>
   <ExclusiveDownload>false</ExclusiveDownload>
   <HttpReferer />
   <Variables>
     <item>
       <key>
         <string>version</string>
       </key>
       <value>
         <UrlVariable>
           <RegexRightToLeft>false</RegexRightToLeft>
           <VariableType>RegularExpression</VariableType>
           <Regex>FreeFileSync_v(\d+(?:\.\d+)*)_win32.exe</Regex>
           <Url>http://sourceforge.net/projects/freefilesync/</Url>
           <Name>version</Name>
         </UrlVariable>
       </value>
     </item>
   </Variables>
   <ExecuteCommand>7z x -y -r -o{install_root}\{category}\{appname} {file}</ExecuteCommand>
   <ExecutePreCommand>rmdir /s /q "{install_root}\{category}\{appname}"</ExecutePreCommand>
   <Category>Utils</Category>
   <SourceType>FixedUrl</SourceType>
   <PreviousLocation>D:\AppInstallers\Utils\FreeFileSync_v3.1_win32.zip</PreviousLocation>
   <DeletePreviousFile>true</DeletePreviousFile>
   <Enabled>true</Enabled>
   <FileHippoId />
   <LastUpdated>2009-10-26T20:51:39.4954679</LastUpdated>
   <TargetPath>{repo_root}\{category}\</TargetPath>
   <FixedDownloadUrl>http://downloads.sourceforge.net/freefilesync/FreeFileSync_v{version}_win32.zip</FixedDownloadUrl>
   <Name>FreeFileSync</Name>
 </ApplicationJob>
</Jobs>

You can directly copy/paste this xml into Ketarin

It uses regular expressions, which are the best way to deal with changing urls. Checkout this free software to learn, test and improve your skills in regexes http://www.radsoftware.com.au/regexdesigner/

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • 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.