Jump to content
Ketarin forum

Etz

Members
  • Posts

    143
  • Joined

  • Last visited

Posts posted by Etz

  1.  

    Have you tried to import Manifest.reg from your file directory? You can also use REGEDIT /S instead of the full path. It uses a global variable in Windows.

    REGEDIT /S "{file:directory}\Manifest.reg"

     

    Tried with Global variable (eq without %WinDir%), no difference...

     

    How would import directory location make any difference?

    I could try of course, but manifest file itself from the very same directory, where reg file resides, gets copied succesfully to installation directory...  :rolleyes:

     

    EDIT: Tested, absolutely no difference, even when Reg is in the same directory as installer, and command is exactly what you gave.

  2. Stumbled across strange issue with Ketarin 1.8.2.

     

    During some applications setup, I import some reg files, now from commandline everything works and gets imported.

    Via Ketarin, nothing happens, nothing get`s imported no error message shown.

     

    Custom command syntax via Ketarin:  

    %WinDir%\Regedit.exe /S "{settings}\SeratoDJ\Manifest.reg"
    

    "Settings" is global variable (path) and according to Log it gets resolved too:

    24.12.2015 9:57.46: Serato DJ: Executing command: %WinDir%\Regedit.exe /S \\SYNO\backup\Settings\SeratoDJ\Manifest.reg
    24.12.2015 9:57.46: Serato DJ: Command result: Microsoft Windows [Version 10.0.10586]
    (c) 2015 Microsoft Corporation. All rights reserved.
    \\Syno\public\Install\Ketarin>%WinDir%\Regedit.exe /S \\SYNO\backup\Settings\SeratoDJ\Manifest.reg
    

    But nothing gets imported, no keys visible in registry.

     

    Now executing the same command via CMD (Manually filling variable ofc), file does get imported and keys appear to registry.

     

    Ketarin itself is executed as administrator and key goes to HKLM hive.

     

    Not quite sure, how to debug it further though...  :rolleyes:

  3.  

    I have the same problems, I downloaded the Beta and it makes no difference.  The following is the error log, it looks like /tech/ is getting added to the end of the page?
     
    Sun Java 32 Bit The remote server returned an error: (404) Not Found. (http://www.filehippo.com/download_jre_32/tech/)
    Sun Java 64 Bit The remote server returned an error: (404) Not Found. (http://www.filehippo.com/download_jre_64/tech

     

     

    I did not have problems with Java...  :rolleyes:

  4. OK what you do is not quite a currently supported scenario. Only recursive global variables are supported. When you put "{property:WebsiteUrl}" into the HTTP referer field though, you expect all other variables to be recursive as well.

     

    OK, thx for explanation...apparently it is by design so no worries :)

    Will change my stuff accordingly... ;)

  5. I don't quite understand your issue. {property:WebsiteUrl} still works fine for me. I don't see a problem with your second screenshot either, what is wrong with using the referer?

     

    Well, there is no issue, except in column you see variable instead of it`s value and it works.

    In previous versions it showed value, but it did not work.

  6. Maybe you had some usual chars in the column definition?

     

    Nope, I copy pasted those contents to 1.8.0 Beta topic.

     

    And I double checked yesterday, before deleting, it contained only: 

    {property:UserAgent}
    

    No excess or other characters.

     

    What I did notice, that in 1.8.1 stuff that is defined for specific application via variables, will show up as variable in columns view now not as actual value behind it.

    For Example referrer, which I do via variable {property:WebsiteUrl}, it actually works now but only shows variable name in columns view not it`s actual value.

    http://s24.postimg.org/qkxl9hllh/Capture.png

    http://s24.postimg.org/s1dp5ddw5/LOG.png

     

    Why some variables are processed twice, is still beyond me :D

  7. how about the others?  :)

     

    Play around with prefix (Chipset_V in example), if necessary add according suffix, to limit the capture ;)

     

     

    In the meantime can you recommend a good regex tutorial so I can figure them out by myself?  :)

     

    Unfortunately I don`t, I tend to just experiment, if I don`t know how to exactly capture something. 

    And occasionally I use this to help me out: http://www.ultrapico.com/expresso.htm

  8. The last time I tried this the variable values were populated into the template when it uploaded, so I don't recommend it.

     

    Well, then we would probably need somekind of option, to exclude specific variable (in my case serialkey) when application is shared...or just forget about the whole thing... ;)

  9. If its possible to somehow load for example txt/xml from external file to and variable in template, for example serial key?

     

    I would like to share some applications, but currently it is not possible, as serial is read directly from application template itself and embedded into download URL.

  10. For some odd reason, I`m getting strange results, sometimes Softpedia application page returns blank page, like there is somekind of mechanism, preventing scripted downloads.

     

    For example, 2 apps update fine after that all others get error: "The format of the URI "" cannot be determined."

    Opening same page in Web Browsers, opens up a blank page, after 30 minutes correct page opens and everything works again, for 2-3 apps and everything re-occures.

     

    Am I only one with such a problem?

     

    Any ideas how to avoid or circumvent such behaviour, already tried "do not download simultaneously", but it does not seem to help much...

  11. I'm the same way, I prefer direct downloads when possible. However, softpedia somehow stays rediculously on top of their software versions (they must use their own automated method I think). Like, I rarely see softpedia be more then a day behind the author.

    Also, softpedia hosts some software that isn't available online. A good example is macrium reflect, which requires a download manager to download from the official website, but softpedia hosts offline versions.

     

    How would you suggest choosing a different option?

     

    EDIT: figured it out, need to use a lookahead. you can choose which version for the download variable like so:

     

    (?<=window.location='(.+?)')[^[0-9]{2,}]*?x64.+?

     

     

    Sorry if that regex is ugly, I'm still stumbling around with it. "x64" matches the description in the popup title for the link you want (I could have also matched "Softpedia Secure Download (EU) - x64", but x64 will probably be the most constant).

     

    For me this works best...brackets around What I want serve only as placeholder, works without those as well...

    (?<=window.location='(.+?)')[^[.]*?(What-I-Want).+?
    
×
×
  • 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.