Jump to content
Ketarin forum

mikeparkie

Members
  • Posts

    38
  • Joined

  • Last visited

mikeparkie's Achievements

Newbie

Newbie (1/14)

  1. I have the same issue here with about a dozen definitions failing to download.
  2. I just needed a new column so I knew which apps were portable/silent installs, created a new variable called "Silent" and "Portable" with a textual context = Yes and then added two custom columns {silent} and {portable}. Cleans up the file names a little as the info is only stored in Ketarin.
  3. ha ha, cheeky I know, thanks for the assistance, I will have a play with that tool and see if educates me Update: thanks for the advice and tools, I've managed to do the regex for the remaining drivers now! I expect the urls to break when the new versions are updated because of ASUS's naming convention, but now I have (albeit) some skills.
  4. Thanks, that's good for the chipset's how about the others? In the meantime can you recommend a good regex tutorial so I can figure them out by myself?
  5. The first link contains the page with multiple downloads on, each of the following links are the full urls for the direct downloads I then use two variables (in the case of the Chipset drivers) to create the full url Variable 1 (url) http://dlcdnet.asus.com/pub/ASUS/misc/utils/Chipset_V{version}_WHQL_X99.zip Variable 2 (version) regex? So I need some regex to match each of the blue version numbers?
  6. Just realised I never thanked you for your reply. Many thanks for the response. This helped out greatly!
  7. Thanks for the response! That's the same as pulling the content from a page still though? That just gives me the size of the download, how does that help you?
  8. Download links are coming from here: http://support.asus.com/download.aspx?SLanguage=en&m=X99-S&p=1&s=42&os=45&hashedid=qCCN4VASDw933uL6 I'm after the following files http://dlcdnet.asus.com/pub/ASUS/misc/utils/Chipset_V10_1_2_8_WHQL_X99.zip http://dlcdnet.asus.com/pub/ASUS/misc/audio/Audio_Win7-8-81-10_V6017525.zip http://dlcdnet.asus.com/pub/ASUS/mb/LGA2011/X99-S/X99-S-ASUS-1801.zip http://dlcdnet.asus.com/pub/ASUS/lan/LAN_V20_1_2019_0_WHQL.zip http://dlcdnet.asus.com/pub/ASUS/misc/utils/AISuite3_Win7-8-81-10_X99-SERIES_VER10096.zip And I also need to clear the version numbers up, so they appear as 1.0.0 rather than 1_0_0 or 1-0-0. Could someone give me a hand with the regex please. I got as far as \bChipset_V\d{1,3}_\d{1,3}_\d{1,3}_\d{1,3} But I keep stumbling, still learning regex, it's an acquired art I'm SLOWLY getting to grips with Thanks in advance
  9. Is there a column where you can specify if the installation is silent? Found it
  10. Because I removed them all to simplify the installation just to get it working, then I plan adding each back in, so I can see what's breaking it each time, trial and error I guess.
  11. I've echoed the command and it's coming out as C:\\temp\AdobeAIR.exe -silent Not sure where it's getting the extra \ from? Forgot to sign in the above post is from me
  12. Thanks for the info, I've removed the & from my folder path, so it's now {root}\System\{category}\{appname} [{version}].{url:ext} which translates as D:\System\Browsers, Plugins\Adobe AIR [14.0.0.110].exe But still it fails
  13. Any suggestions would be appreciated, has anyone else run into similar issues, if so how did you get around it?
  14. Same thing with Adobe Air, command line install perfectly using: "C:\System\Browsers & Plugins\Adobe AIR [14.0.0.110].exe" -silent But fails when specified in setups (even without the double quotes): Very puzzled...
  15. Thanks for the reply, but this time error code 1602 and the installer loads. I have this problem with a number of exe/msi application: the command line function works but as soon as I put it into setup then it fails. Is it possible to call a BAT file in commands to then run the command in a native contact to get around Ketarin failing to complete the setup function correctly (if so how would one go about this)?
×
×
  • 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.