Jump to content
Ketarin forum

shawn

Moderators
  • Posts

    1,181
  • Joined

  • Last visited

Posts posted by shawn

  1. It sounds like you never actually extracted the zip file. You're probably using the Windows' native zip parsing to look inside, and it *looks* like it's a folder, but it behaves rather differently. Right-click on the zip file and select "extract". Follow the prompts. You'll end up looking at mostly the same thing, but both files should be extracted into a real folder now. Try again, and it should work.

  2. The problem here can be resolved by being more selective with what data you use to feed the URL in the filename.

     

    For Adobe Reader, use the FileHippo tech page:

    http://www.filehippo.com/download_adobe_reader/tech/

     

    Use a regexp parse for {version} with:

    Adobe\sReader\s([\d\.]+)\<\/td\>

     

    Use a regexp parse for {filepre} with:

    <td>(AdbeRdr\d+)_

     

    Then use the following pattern matching for the installer:

    hxxp://ardownload.adobe.com/pub/adobe/reader/win/{version:split:.:0}.x/{version}/enu/{filepre}_en_US.exe

     

    Replace "enu", "en" and "US" with your language code 3-char, language code 2-char and country code if you don't want the English/US version.

  3. I've just discovered Ketarin this last week - after having developed a similar application myself late '08.

     

    I would like to add a couple features (multiple-level custom tagging and automation of maintaining profiles, to start) and ensure the code is stable enough for unattended operation.

     

    However, I've downloaded the code and it's lacking several linked resources, which appear to each be tied to the CDBurnerXP project. Just loading the project results in:

     

    Error 2 Unable to create a manifest resource name for "M:\CsLib\CDBurnerXP\Forms\ProgressDialog.resx". Could not find a part of the path 'M:\CsLib\CDBurnerXP\Forms\ProgressDialog.cs'. Ketarin

     

    Altering a few lines of code in the csproj file result in 25 additional errors...in any case, I'm having problems. Is there a place where build advice is made? A "hacking" section somewhere or something, maybe?

     

    Thanks in advance.

×
×
  • 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.