Jump to content

ENU_user

Members
  • Posts

    62
  • Joined

  • Last visited

Posts posted by ENU_user

  1. please add something to fish the syntax for spaces to add quotes as needed

    I could add that directly in wpibee but in default to all paths ..

    cmd1[pn]=['"%wpipath%\\install\\
    New Utilities
    \\*" /silent'];

    another thing is something for making hta not throw an error at any place it finds UID starting with a number when it starts ..

    a good example is Uid "7ZIP"

    as i want to change the UID generation in wpibee to do this

    "ieSpell" => "13SP3LL"

    cheers

  2. curious, by adding this key will it make the service start ?

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Media Center

    "Ident"="4.0"

    is there any problems with the service starting or only when using the mc addon together with this .. i guess guys will need to test it before we know

    and thanks again Rick for the addon ;)

  3. i know that when a person goes through a phase or some sort of stumble in life, it will get so hard to get back to what he was doing earlier even to an extend of getting very simple things done

    but with a little help & directions it becomes a easy way back, considering this alone will help you understand each others position much better, hopefully

  4. no more hiccups on load with this release

    quoting you :INF calls: rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %inf%

    all in all ... I have these options now:

    %wpipath%\Install\InstINF some.inf

    %wpipath%\Install\RegDll some.dll

    %wpipath%\Install\UnRegDll some.dll

    for reg "regb[pn]=[" is used as ( REG IMPORT some.reg )

    a side to those

    is ? gcond[pn]=['FileExists(....']; necessary to be included

    i can go read about it somewhere but wanted to hear your take on it before i do

    thanks for updating

  5. it isn't in config! oops\ one time it tried using ffdshow (maybe)

    another time it complains about about configwizard line:159

    but what the long wait minute when doing transactions in config\save\exit is what is bugging me right now

    ill try cleaning up and run it again i hope this goes somehow

    thanks

  6. first of all thanks & wow that alot of updates

    i couldn't help notice that on my recompiled config.js it takes a whole minute to load the the hta unless i am miss considering something else

    like the 1 minute countdown somehow slipped to load before the hta window load

    if it the config file i tested with hold no more then a dozed stand alone switchless installers so it shouldn't take long to load anyways

    using a precompiled config.js when using integrator I still get that error "script error on page" on load with nothing showing up until i go to config and hit save then it will take another whole minute to load ...

  7. So all we need is

    rundll32.exe setupapi,InstallHinfSection 132 %wpipath%\install\.telescope.\%file%.inf

    And

    Regsvr32.exe /s

    And

    Regsvr32.exe /u /s

    yes these are the ones I actually know can be put into use ;)

    if you and mritter manage to make it all in time try testing the new version against a dozen or so, WPIbee generated addons so WPI.hta loads cleanly with out any errors. (after using integrator to compile them of course)

    with the current i need to use save before it normalizes ....

    thanks

  8. yes, new commands that handles substitutes for the command line

    infa[pn]= rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %wpipath%\install\.telescope.\%file%.inf

    = infa[pn]= %file%.inf

    dlla[pn]= regsvr32.exe /s %wpipath%\install\.telescope.\%file%.ocx\dll

    =dlla[pn]= %file%.ocx\dll

    naming for the commands can be anything you choose them to be of course ... ;)

  9. can some one confirm,, if this is responsible for showing the inside contents of a viewable files in *inf *txt when hovering above them!. if its QT doing that then this is one good feature i would suggest looking in to how to pull in some cool settings its got to offer and default them in this addon

    EDIT : forgot to mention: from A search window after searching for .txt for example

    for images as well ...

    thanks

  10. i would like to add support for some other executables ..

    ".ade, .adp, .bas, .bat, .chm, .cmd, .com, .cpl, .crt, .dll, .exe, .hlp, .hta, .inf, .ins, .isp, .js, .jse, .lnk, .mdb, .mde, .msc, .msi, .msp, .mst, .pcd, .pif, .reg, .scr, .sct, .shs, .url, .vb, .vbe, .vbs, .wsc, .wsf, .wsh"

    regb[pn]= *.reg

    cmd1[pn]= (all that windows can execute stand alone)

    for all the other ones that require command parameters switches ...

    infb[pn]= *.inf

    dllb[pn]= *.dll

    what file types aren't supported with the current? or..

    from the file extensions listed which others will require command parameters switches?..or

    what other extensions can be executed stand alone fromcmd1[pn]=*

    .etc ...

    l might as well take the opportunity to request adding the other none sported .ext into the default distributed script ;)

  11. thanks rick, made a small Pass Card fetcher for you're addon, it works! :D

    ; integrate this one time and it will create a separate addon next to 1386 @ the root

    ; that will be the addon containing you're pass cards but you will need Ricks AI RoboForm addon to be integrated or integrate both at once

    ; this works with rvm integrator only!

    Passcards_fetcher_for ricks_AIRoboForm_Addon.rar \ 3063F1912BA42346588743ED5C2CD4BF

  12. i had used SSE2 version now ill revert to the regular version to see if that helps

    if you ask me the SSE2 has issues with its updater or something ...

    but i cant tell exactly

    i can see you are adding other stuff ... to this addon maker

    keep up the good work

    thanks again

  13. i think im beginning to find the source of this crash as i didn't investigate enough

    i must ask will this save home page settings ..

    i suppose it should but here its now http://www.mozilla.com/en-US/firefox/ (default)

    that might be conflicting with protection utilities ,now i also reinstalled the runtimes so im checking that

    -------------------------------

    changed the home page back to the previous

    will see how it goes from here on ;)

    Thanks!

×
×
  • Create New...