Jump to content
Ketarin forum

a2855158

Members
  • Posts

    14
  • Joined

  • Last visited

a2855158's Achievements

Newbie

Newbie (1/14)

  1. Hi everyone, My English is not good so forgive me. I want to add Chrome (32 Bit Standalone) to ketarin apps but download link isn't binary. Chrome link: https://www.google.com/chrome/browser/thankyou.html?standalone=1&system=true&platform=win&statcb=0&installdataindex=defaultbrowser Auto download link: https://dl.google.com/tag/s/appguid%3D{8A69D345-D564-463C-AFF1-A69D9E530F96}%26iid%3D{E98A73B0-D618-2E00-8F02-C080BDD47788}%26lang%3Dtr%26browser%3D4%26usagestats%3D0%26appname%3DGoogle%20Chrome%26needsadmin%3Dtrue%26ap%3Dstable-arch_x86-statsdef_1%26installdataindex%3Ddefaultbrowser/chrome/install/ChromeStandaloneSetup.exe I need link in red font. How can i find this code in chrome link? I think it is in javascript code. And when do you release stable version of ketarin? How can i extract archive or file to archive?
  2. I'm sorry, I don't understand and i didn't do it. Can you share xml code for this solution? (Setting app and setting columns...)I'm a not expert user Thank you for everythig.
  3. This code DirectoryInfo di = new DirectoryInfo("D:\\my software"); FileInfo[] files = di.GetFiles("CCle*"); foreach (FileInfo fi in files) { string filename = fi.Name.ToString(); filename= filename.Replace("CCleaner", ""); filename= filename.Replace(".rar", ""); MessageBox.Show(filename); } Output >> Version in folder Can I transfer output to column?
  4. I just want to see current version coulumn for my software folder. https://ketarin.org/forum/topic/812-relative-paths-on-download-location/page-2#entry6172 >>> Current column is as I wanted. Ketarin will take version in soft. folder. Ketarin will scan file name and take version code in folder. Example; My dir: Winrar 5.20 CCleaner 5.02 Ketarin will take version for this software. Appname: Winrar | Current Column : 5.20 | Last Version: 5.22 Appname: CCleaner | Current Column : 5.02 | Last Version: 5.02 (It will take all name not only availabe update. Thank you for help.
  5. No, I don't want to create an offline archive of multiple versions, only I want to see old version in my software folder. And I just compare new version and old version.You are right, I create offline archive but I want to only create new version archive not multiple. I request current column only. So, how can i do it?
  6. Thank you, it works So, Can you make it new column for me? This column will "old version" in folder. I mean, when i check update for "example 1.23", appear 1.23 in column name "old version" Example this topic: https://ketarin.org/forum/topic/812-relative-paths-on-download-location/?p=6172 I want to current column. I say again, sorry my English. I be rude unconsciously.
  7. Any news? Can do you make it? Sorry my English, I'm sorry I can not express myself. I want to Ketarin will check file version in downloaded folder(this folder is specific, I mean each software in each paths) and check new version to website. I say again. I mean I have D:\software\archive\winrar 5.1.rar (My files are .rar extension) and ketarin will check file version name for update? Not only winrar, for ~50 software So compare file version in folder and version in website. DirectoryInfo di = new DirectoryInfo("D:\software\archive\"); FileInfo[] files = di.GetFiles("winr*"); foreach (FileInfo fi in files) { MessageBox.Show(fi.Name); } This code can take file version in folder but just I can do before downloading. I can't fi.name to current column. Please help me! If you know Turkish people (can speak English and create template) in forum, I can talk about it.
  8. Hi, Firstly, sorry my English. I want to make new update check system. Example Keratin in my desktop but my apps in other folder (not download folder), keratin check file name in folder. My apps folder: "D:\Myapps\Winrar 4.20.rar" Keratin checks old version and write in column like that {old version} And it compare them. Can you create it?
  9. Hi, Can you share your settings file and template. And Can you do it? https://ketarin.org/forum/topic/3504-other-location-update-check/ Thanks.
  10. Already your software work it what i say. I want to check each software different folder. Can you any script for it?
  11. Firstly, sorry my English. I want to check new update the other location each software. I mean I have D:\software\archive\winrar 5.1.rar (My files are .rar extension) and Can ketarin check file version name for update? Not only winrar, for ~50 software
×
×
  • 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.