Jump to content
Ketarin forum

Tomorrow

Members
  • Posts

    390
  • Joined

  • Last visited

Everything posted by Tomorrow

  1. Well if you see template with {prettyversion} variable in it then it's good 98% chanche that im the author
  2. This is what i use.Exports the database.Stops installers and removes startup items that were added by installations: ketarin /export="Ketarin Database.xml" sc config trustedinstaller start= demand sc stop trustedinstaller sc config msiserver start= demand sc stop msiserver reg import "D:\Resources\CMD\Delete StartUp Items.reg"
  3. Yeah from time to time a purge would be needed to get rid of the nonworking templates.Tho giving users ability to do this would problably be a bad idea.Better if certain trusted people were given time limited acess to affect the changes. Currently i counted 2882 templates total in database.Oldest templates (last update) are from 17.11.2008
  4. Use database backup.You can go to database folder directly trough the Help-About menu. There rename jobs.db to something else an take the next newest .bak file and rename it to jobs.db Then try starting Ketarin again.If it works you'll lose a days woth of changes but atleast it works.
  5. Sure? -> http://www.rarlab.com/download.htm Lol they added direct download too now.It was not there yesterday .Anyway good.I was afraid one of my favorite tools was going to be hosted on CNet only.
  6. WinRAR is now only on CNet CybTekSol's template is unable to get correct version number but i managed to get it working.For 64bit winrar you have to enter WinRAR-64-bit in CNetDownloadName variable.For regular 32bit simple WinRAR will do. Maybe time to update template.And please can you make it faster?.The current one is like a snail crawling on a wet wood (nearly 20 seconds to check)
  7. Personally i dont see much point.Columns are sortable anyway so it's preety easy to see apps that are updated long ago.But what timeframe would these colors based?.Meaning up to 6 months is green.6-12 months is yellow and over a year is red?
  8. And outside Ketarin i use this to hide cmd windows when running batch files: http://www.ntwind.com/software/utilities/hstart.html
  9. I use the offcial silent switches: uTorrent: "{file}" /PERFORMINSTALL 0 Foxit: "{file}" /disallow /ebay /foxitbar And Messenger Plus: "{file}" /Silent
  10. http://wiki.ketarin.org/index.php/Setup_instructions
  11. Damn.Two bots.videodecul and alaslope.Several threads are being spammed.I can't even report so fast.
  12. You have to create setup instructions for this app.
  13. As i understand setup completed successfully but what's with the exit code 1 and red icon setup failed in Ketarin? Namely uTorrent and Foxit Reader love to throw this exit code after silent install trough Ketarin. Has anyone else encoutered similar exit code with other apps? Any way to get rid of this?
  14. Yeah better to wrap such things in code tags.
  15. Yep looks like the server has issues.Again.Last time this problem lasted good half a month.Hopefully this time it will be fixed faster.Every time i save apps settings i get an error because of this (unable to update online template).
  16. No nevermind.Seems the cdata is only in mass templates.Everything should be ok.Perhaps problem is in difference between versions(Stable - Beta)?
  17. You can follow my guide: http://ketarin.canneverbe.com/forum/viewtopic.php?id=657 Should be easy to setup.
  18. http://ketarin.canneverbe.com/forum/viewtopic.php?id=571
  19. appyface-s template seems to be missing the [CDATA] things from the beginning...
  20. About the first issue: when creating a new app you have an option to save the template as default.So every time you creat a new app this default setting is loaded.But i presume you already have apps and you want to add command to all existing apps? About the second issue: this is rather easy.You need to create a new global variable that points to your download folder.That way when you need to change the download folder location, you only have to change to global vatiable once.Granted - you should have done this before setting upp your apps.You can still do it but it requires a lot of manual work like with the first issue.
  21. Well that's an issue only if you actually try to check many things from the same domain.And chanches are that if you do then this place must be pretty well known like filehippo,portableapps etc.Currently most of my downloads come from many different sources and max number of connections to the same domain are 2.Only exeption is mozilla addons which i have 33 things from.Sice Ketarin allows up to 20 then that's my setting too.So to mozilla addons 20+13.I'll keep my fingers crossed that they won't ban me
  22. Indeed getting various chrome installers is a pain.For some reason they don't have official repository like Firefox and others.I suggest Chromium (bleeding edge base of chrome).It's much easier to get.Also check online database.There might be something there.
  23. Starting from Vista/Win7 users can create Symbolic Links that redirect all things to a different location(network and other drives are supported).The mentioned OS-s for example use this to redirect some XP era folders so legacy apps don't break in functionality. Also see mklink /? for command line options. If you can't get it made using cmd (i've had some trouble with this in the past) then im pretty sure i saw some GUI mklink versions too. So you could create: mklink /d "%systemdrive%\Users\username\AppData\Roaming\Ketarin" "Target Dir" See: http://ss64.com/nt/mklink.html
  24. Im not very experienced with regex so Omni or someone else will problably soon post something much better but in the meantime: http://modmii.googlecode.com/files/.{0,11}.zip This will not capture the FR version because it has 15 characters between files/ and .zip where as the regex looks for maximum of 11 characters. Very...err simple regex
×
×
  • 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.