Jump to content

oneless

Member
  • Posts

    382
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Romania

Posts posted by oneless

  1. In my config.js are more than 4000 Lines.  :P

    I don't understand why you need a variable named hotfixes with the value %BASEPATH%\hotfixes.

    Why did you don't want to use %BASEPATH%\hotfixes ?!?

    I hope that the option with BASEPATH will be implemented in next version  :)

    Al

    i do NOT need a variable called %hotfixes% ( was just a very stupid sample , anyway i have other structure of my folders)

    and i WANT to use an option like BASEPATH . ok ?

    my point is that i want to know if it is possible to declare myself , my privat variables / constants if I WANT .

    if this is VERRRY simply , like one line somewhere i WANT to know.

    Do i make myself clear now ? ( i heard this in many movies and i like it)

  2. 1. this work fine now .

    2. hide programs .

    i make 2 entries for most of my prgrams in config.js.

    my bs_player entries for example :

    prog[pn]=['font color=lightblue>BSPlayer Pro 1.35.823   _(s)</font>']

    uid[pn]=['BSPLAYERPRO_']

    picf[pn]=['BSPlayer.png']

    picw[pn]=['128']

    pich[pn]=['128']

    desc[pn]=['Video Player. <i>Recomandat</i>']

    textl[pn]=['Bottom']

    texti[pn]=['1']

    ordr[pn]=[895]

    cmd1[pn]=['%cdrom%\\WinApp\\BSplayer_Pro_v1_35_823\\bsplayerpro135.823.exe /S /D=C:\\Progra~1\\BSPlayer']

    cond[pn]=['FileExists("%cdrom%\\WinApp\\BSplayer_Pro_v1_35_823\\bsplayerpro135.823.exe") && FileExists("%ProgramFiles%\\BSPlayer\\bsplayer.exe")']

    cat[pn]=['Basic Pack']

    pn++

    prog[pn]=['<font color="#00FFFE">BSPlayer Pro 1.35.823</font>   _(s)']

    uid[pn]=['BSPLAYERPRO']

    picf[pn]=['BSPlayer.png']

    picw[pn]=['128']

    pich[pn]=['128']

    desc[pn]=['Video Player. <i>Recomandat</i>']

    textl[pn]=['Bottom']

    texti[pn]=['1']

    ordr[pn]=[896]

    cmd1[pn]=['%cdrom%\\WinApp\\BSplayer_Pro_v1_35_823\\bsplayerpro135.823.exe /S /D=C:\\Progra~1\\BSPlayer']

    dflt[pn]=['yes']

    cond[pn]=['FileExists("%cdrom%\\WinApp\\BSplayer_Pro_v1_35_823\\bsplayerpro135.823.exe") && !FileExists("%ProgramFiles%\\BSPlayer\\bsplayer.exe")']

    configs[pn]=['yes']

    cat[pn]=['Basic Pack']

    pn++

    differences are highlighted with red . i use this before WPI 3.0.

    this happend only with 4.3.5 .

    the logic (for me) is that i will have always only one entry in my wpi screen

    but i know IF bsplayes is installed or not from its colour .

    most of all this help great wit the 30 windows hotfixes .

    so it happend to have one category with 5 program showed and 5 hided .

    ALSO i use cond[pn]=['getOSver()==XP&quot] combined or not with fileexist .

    PS : all conds cost me ~2 second waiting time when i start WPI but is better.

    3. an old issue (started since i double the entries) : when wpi count the needed space on screen for sorting for the category , if i have in one category 1 program showed and 10 hided , wpi will show 1 category with 1 program in a column , and the next category will begin in next column .

    4. what is doing configs[pn]=['yes'] ?

    my config.js has 2129 lines, i can atach here , but above you have a resume .

  3. probably related with the other category feature you still working .

    after i remove all my numbers , work .

    but , of course exist a but : if in a category i have a hide program

    (hide because cond[pn] is false, so this program is not shown, but it exist in the category)

    and i use this feature , then when i click on category_check_box , all program became checked but the category_check_box remain unchecked !? .

    so i cannot uncheck all programs in this category .

  4. very strange.

    before i burn my separate_WPI_cd , i saw that category_check_box dont work .

    i had more changes , so i unrar again wpi.rar . there work .

    so.... after 1 hour i discover that IF the category name start with a NUMBER !?

    (my categories names start ALL with numbers like ['1) system'],[2) Basic Pack']...)

    the check box will not work !

    i will remove the numbers , isnt catastrophic for me that ,

    but i want to know if it is a reason for ?

  5. 1. thanks for the optional categories selection features . must work hard

    here for the look of combo box , and please move the focus on start .

    anyway since appear here the checkbox for categories , i dont need optional categories .

    2. tip : i use this for close media player too when wpi is closed .

    start /wait %windir%\system32\mshta.exe "%CD%\wpi.hta"

    REM Cleaning up the desktop.

    REM del /s/q "%userprofile%\desktop\*.lnk"

    REM Rebooting the sytem to finalize the installation process.

    REM --shutdown.exe -r -f -t 30 -c "Pentru a termina instalarea WPI va restarta in 30 sec..."

    taskkill /F /IM mshta.exe

    :end

    3. needed tip : my wpi dont autostart the player .

    i read before that can be writed autostart=1 or something like that in a file .

    i cant find this now . can you help me ?

    [EDIT] found it in themes\...\wpi.htm

      <!-- Audio Player -->

      <div id="mediaplayer">   

      <div align="center">

      <embed width=300 height=44 align="middle" name="MediaPlayer" showstatusbar=0 volume=68 autostart="true" loop="true"></embed>

      </div></td>

  6. much of old reported problems are very past now.

    congratulations to you WPI TEAM .

    anyway , i have a very little smallest inconvenience .

    help me please.

    with old versions , when i run wpi , my mouse doing scroll into my 3 pages

    of wpi apps . now , when i run wpi THE combo for multiple options GET THE FOCUS

    and my mouse scroll the options there and much . of course enable all , disable all.. scrolling options take time .

    if when i run wpi and first i click somewhere on the screen THE combo lost the focus and i have then scroll between apps.

    so , in essence i want combo do not have the focus when i open wpi .

    (mainly i want this combo optional,

    but i dont want to push the things , so if i can delete

    some lines there to dissapear ... i can be more happy)

    i am very glad for the rem before deleting *.lnk from desktop too.

  7. i cant enjoy yet . XP_PRO_SP2 here

    downloaded 3 times , unrar and run from hdd (just saving my son's desktop links)

    same line 138 ...

    so silence here . i was waiting for a similarity ... but is already midnight here .

    combo box for selections can be optional ?

    Did you make any changes to it???

    all english , windows+wpi , just a rem in wpi.cmd to prevent deleting of desktop links . i have it once .

    not other changes .

    the error come when i press the begin install button

  8. first , to save my mouse life and a part of my neurons ,

    was necessary for me a way to do it unattended .

    my unattended WIN_XP_PRO CD is more completed now.

    from gui of course you can do anything you want .

  9. at http://www.btsunattended.net/wiki/doku.php...itchesdb:windvd

    the script start with version=6 , or something like that

    how work windvd7 here in my separate WPI_CD :

    i borrow 2 things from the first post .

    1. install windvd7 normally and register with a proper s/n.

    export the key (first post)

    2. before a fresh install of windvd7 , delete the key and than run the .reg file .

    when you will run windvd setup , the words "- trial version" on the title of

    installing window will vanish . ill do it with autoit

    the second thing from first post is

    DisableWinCinemaMgr=1 in default.ini .

    i dont use the .iss

    work fine here .

    setup_uAit_WinDVD7.au3

  10. i read this wroted above some time ago and i quit to make the taskbar to hide .

    but today i write an autoIT script who do this for me .

    i run it forced in my WPI_CD .

    work in english versions , easy to change for other languages if is needed.

    v1.0 do

        only

    - if is not autohided , autohide of taskbar,

    v1.1 do

    - if is not autohided , autohide of taskbar,

    - if are pinned , unpine to start menu IE6 and OutlookExpres6

    - clear list of my most recently opened documents

    - clear list of programs listed in start menu

    for me is usefull . maybe for you too .

    tweak_AutohideTaskbar_v1.0_au3.au3

    tweak_AutohideTaskbar_v1.1_au3.au3

  11. Seeing as you aren't doing too many processor intensive tasks, go for the cheaper one and save your money for something else....
    i say same thing , other words , but i just pointed something else
    And just so we're clear we're talking about 256 vs. 512 kilobytes of cache on the chip, nothing to do with DDR memory.

    as 512MB DDR .

    i dont take the above question as a poll i think the guy JUST ask us for an advice for spending his money.

    hope dont offense with that .

×
×
  • Create New...