Jump to content
Ketarin forum

floele

Administrators
  • Posts

    1,629
  • Joined

  • Last visited

Everything posted by floele

  1. Commands will be executed without window (aka "silent").
  2. trim only accepts a list of characters, not words. If it includes "de_DE", it will remove all d, e, and _ from the end.
  3. Probably depends on which scripts you use for setup?
  4. You got a problem with th line breaks in the forum maybe.
  5. Then I'll sensure that the path always ends with a backslash.
  6. Exactly Writing to the application (exe) folder is old fashioned and you could pretty much say "wrong".
  7. Hm, pretty unfortunate. Though I have no idea how to solve the issue, since Ketarin can't obfuscate your IP...
  8. It really won't hurt though. As long as it does not cause additional work for me, it's fine
  9. This should actually be done in the current beta version.
  10. I rather believe that http:// is missing there.
  11. This should not be the desired fix, see my previous post. It's also not simple to do, when making sure that the interface reflects the current status. I'd need to provide some API/methods for C# scripts to invoke commands in the main window properly. But I believe it shouldn't be necessary for now.
  12. Hm, I have a guess what the problem might be, will make a change for the next beta.
  13. If you switch to details view and sort the lists by name, the sorting will be preserved in tile view as well.
  14. Rather not a .NET bug actually, but with this I won't be able to reproduce or fix it. If you get this issue more often, I can send you a debug version of Ketarin which would reveal more details.
  15. May happen if the server does not reveal the size of the file.
  16. Basically works like this DownloadDate = DateTime.Now; DownloadSourceType = job.DownloadSourceType; FileHippoId = job.FileHippoId; FixedDownloadUrl = job.FixedDownloadUrl; HttpReferer = job.HttpReferer; UserAgent = job.UserAgent; Name = job.Name; VariableChangeIndicator = job.VariableChangeIndicator; Variables = job.Variables; SetupInstructions = job.SetupInstructions;
  17. Yep, I'd like to know in which scenario you'd actually need a default user agent different to the currently used user agent. If there is a better default than I currently use, I'd better include it in Ketarin's code.
  18. I believe the upgrade of the database engine caused the issue. Nothing too serious.
  19. Is {download} used as download URL? Do you only need to search variables in this location? Actually, there should be a way to not lose the variable content if needed.
  20. Erm, nope, it will only work for properties that belong to the application itself (not setup instructions) and those that can be represented as a string.
  21. Can't reproduce this behaviour. What I mean is that the command that is currently selected is not being imported.
  22. Except for the first command, the import works.
×
×
  • 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.