Jump to content
Ketarin forum

andreone

Members
  • Posts

    122
  • Joined

  • Last visited

Everything posted by andreone

  1. Thanks, it works. I've checked and found that my url was http://www.roadkil.net/download.php?FileID=403&ProgramID=29 instead of http://www.roadkil.net/download.php?FileID=402&ProgramID=29 403 is the setup version and 402 is the stand alone version. Ketarin fails to download the setup version but is ok with the stand alone one. I wonder if it's a bug from ketarin or from the website Thank you
  2. Well, I could, if I managed to make the download work. I tinkered the regex for version number and it works (the one I posted in my first post). But I don't find the correct url to actually download the file, and this why I asked you for help.
  3. Hi, I have trouble using your template. It seems the website layout has change. I tried with Unstoppable Copier and got: The downloaded file is not a binary file type (text/html). Possibly there is an error page. Status code: 200 (OK) ([url]http://www.roadkil.net/download.php?File=[/url]) Actually, I tried myself before finding your template, but never succeeded in downloading the file. The only thing I came up with is the regex for version: Latest Version(?:.*?)>(\d+[\.\d+]+) Do you have any insight?
  4. Hi, I can't help you direclty on your question (I don't have Expresso and don't know the code of Ketarin). However, for cpu-z I use CPU-Z\s(\d+(?:\.\d+)+) and it works fine so far. Anyway, welcome PS: Also, I you have a new question, please create a new post for it, it makes more sense.
  5. Maybe by replacing the edit box where you enter the variable name by a combo-box suggesting a list of common user variables, hopefully people would used them instead of typing other names.
  6. I'm a little confused by all your GUIDs Are they related to the database? The primary key of the table of applications maybe? I was actually thinking that this was only a matter of display. There's no need to modify the database to introduce parent/child relation between applications. Each application would be kept separated into the database. But only when it comes to fill the list view, for each application: - does the application's name has a \ - yes, then split it - is this the first time the left part is encountered, - yes, then create two new rows, one parent and one child - no, then append a new child to the existing parent - no, then add a new row for it
  7. Hi,Maybe if you add folding support (again ), this could be achieved using a little trick: application name: MyApp\32bits application name: MyApp\64bits application name: MyApp\no installer would be displayed - MyApp | ---- 32bits ---- 64bits ---- no installer Thus, no need to modify the setting dialog
  8. Proposition: why not call them "built-in" variables and user variables.I don't think you can be clearer.
  9. Thank you for these. However, the last one doesn't work for me: it opens the standard settings dialog.
  10. Hi, Did you see this post? http://ketarin.canneverbe.com/forum/viewtopic.php?id=276 The ability to add information, like software homepage, editor's name is very popular today Personnaly, what I miss the most is a link to the changelog/history/whatsnew page. Maybe: - the ability to define static variables with a predefined set of variable's names - the ability to choose/add columns from these static variables And everybody could be able to add any kind of information he needs about the softwares. Well, this is just an idea.
  11. Hi, By default, regexp in Ketarin are all case insensitive and multiline. Is there a way to make them case sensitive and/or single line? Thank you
  12. Nope' date=' indeed with Ketarin you need to use symbols like & and && to combine commands. [/quote']I have this for an app and it works fine: each line is executed 7z x -y -o"{install_root}\{category}\{appname}" {file} del {install_root}\{category}\{appname}\languages\* /Q rmdir {install_root}\{category}\{appname}\languages So & or && are not mandatory
  13. Why &&? You're not programming here. Simply put your two lines ... on two lines in the edit box
  14. Ok, I have found a workaround by adding start "" before the command line. The 7z extraction is then done into an other windows and Keratin doesn't hang anymore. So, there's definively an issue with Ketarin and large console outputs.
  15. Hi, Some additional shortcut propositions: Ctrl+Shift+Enter -> Open File Ctrl+DoubleClick -> Open Folder Ctrl+Shift+DoubleClick -> Open File Thanks
  16. The link goes to the download page the first time. The second time, it's the file. Cleanup your cookies: the link goes to the download page. There's something with the cookie, but I don't know what.
  17. 1. No it can't. 7z.exe is in Ketarin's folder and I have other apps that use the same kind of command lines and they work 2. I'm excluding texted.ini. Using ! is correct: -x[r[-|0]]]{@listfile|!wildcard}: eXclude filenames Again, when I copy from Ketarin's log the command line that fails and execute it a command prompt, it works. Does my example work for you?
  18. Hello, I have a problem with some applications. The download part is OK, but the command line executed after the download failed. Actually, the command never returns. The command is a simple zip extraction to a folder using 7z.exe (4.65) I'm sure this is not a problem of the command line itself, since if I execute the same command (copied from ketarin's output), it succeeds. I have also other app with the same process after downloading and the command line succeeds. Looking in the task manager, it appears that the 7z process does simply nothing (0% cpu), and Ketarin's wait infinitely. If a kill the 7z process, Ketarin's released. Then the ouput shows a truncated capture of 7z outputs. I noticed this bug only appears when the downloaded archive contains a large number of files (over a hundred). Here's a template of an application that fails (RJ Text Editor): <?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="3931a5f0-79cc-4078-b1e7-ff6eb3b9b78b"> <DownloadBeta>Default</DownloadBeta> <DownloadDate xsi:nil="true" /> <CheckForUpdatesOnly>false</CheckForUpdatesOnly> <VariableChangeIndicator /> <CanBeShared>true</CanBeShared> <ShareApplication>true</ShareApplication> <ExclusiveDownload>false</ExclusiveDownload> <HttpReferer /> <Variables> <item> <key> <string>version</string> </key> <value> <UrlVariable> <RegexRightToLeft>false</RegexRightToLeft> <VariableType>StartEnd</VariableType> <Regex /> <Url>http://www.rj-texted.se/download.htm</Url> <StartText>RJ TextEd installer version </StartText> <EndText> (</EndText> <Name>version</Name> </UrlVariable> </value> </item> </Variables> <ExecuteCommand>7z x -y -r -x!texted.ini -o"{install_root}\{category}" {file}</ExecuteCommand> <ExecutePreCommand /> <Category>Edition</Category> <SourceType>FixedUrl</SourceType> <PreviousLocation>\\Intra05\Etudes\Automate\Apps\Edition\RJ_TextEd_NoInstall.zip</PreviousLocation> <DeletePreviousFile>true</DeletePreviousFile> <Enabled>true</Enabled> <FileHippoId /> <LastUpdated>2009-04-14T10:26:56.3874668</LastUpdated> <TargetPath>{repo_root}\{category}\</TargetPath> <FixedDownloadUrl>http://www.rj-texted.se/downloads/RJ_TextEd_NoInstall.zip</FixedDownloadUrl> <Name>RJ TextEd - Portable</Name> </ApplicationJob> </Jobs> Could't it be something like Ketarin uses a buffer of a fixed size that is not big enough to capture all outputs and then freezes the 7z process?
  19. Hi, What about a multi-edit feature, that would open the standard edit dialog but applies changes on all selected entries? It would be handy to quickly updated several apps without relying on whether the apps have been created by a template or not (or when they don't share a template at all).
  20. I don't see why Vista is required. AFAIK, all the feature are provided by the .Net runtime.You might take a look a this enhanced list view, which provided among other things a "TreeListView": ObjectListView This is an open source wrapper around the standard ListView, so it works everywhere .Net runs and "should" be easy to integrate (but I don't know for sure if you can directly replace a ListView by an ObjectListView). The size of the assembly is 144Ko.
  21. Hi, I discovered Ketarin a few weeks ago and I'm a big fan. Thank you for this great app. I have now about a hundred entries and realized that it would be nice to be able to collapse/expand groups. Thank you
×
×
  • 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.