Jump to content

Sesshoumaru

Member
  • Posts

    157
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Argentina

Posts posted by Sesshoumaru

  1. All the changes made in the pack are documented on the website.

    You're the first person in over 300 downloads of .NET to have issues with it, so I'm betting the problem lies on your end.

    your bet was RIGHT.

    for some reason, if i downloaded it with NO download manager (after readiong the "warnings" (to call them in some way) about your bandwith, i thought no download manager was better for you, and chose not to use flashget.

    the 3 downloads i did like that where corupted, then, i used flashget and problem solved (and when i replaced the corrupted one that was on my cd, i noticed it was a 58kb file... stupid me i didn't notice earlyer)

    i'll look at your web again to see if the taskill thing is because a change on your pack.

  2. was there a change for taskkill, or did it failed on my last test because it needed something from .net frameworks which didn't install because "Microsoft .NET Framework 1.1 SP1 Switchless Installer" from RyanVM gave a weird error (a little box from 7z-zip thatsaid "unspecified error")

    Sounds like a corrupt download to me.

    Also, I'll say it again - PLEASE DON'T PM ME, REPLY IN MY THREAD, AND EMAIL ME WITH THE SAME QUESTION. It's incredibly annoying and amounts to nothing more than harrassment in my opinion. ONE FORM OF COMMUNICATION IS ENOUGH. I'm getting ready to just start ignoring people who ignore me. If it's too much to ask of you, then it's too much to ask of me.

    im REALLY sorry.

    i didn't want to mail you (well, i did want to at first, but my ISP always refuses to send mails to gmail accounts, so the mesage was left on the outlook express outbox and for some reason was able to be sent later without me noticing).

    the PM was intended to happen, and in this thread, i asked something diferent

    my queston in this thread was about taskill, wich didn't work and gave a message about a frame"something".dll.

    was it because of the "broken" .net i downloaded and it didn't install ?

    or was there a change in it too with this pack (like the one that happened with shutdown)

  3. hi sess,

    you MUST not remove Media Player from Windows, when using nLite.

    also be aware:

    if you remove outlook express, aou are not able to install Outlook Pro later on.

    rgds

    alex

    ps: love your MF tech demonstration :D

    i removed media player because i don't use it, i rather have that error instead if it cant be helped.

    outlook is there, i haven't removed.

    i didn't get that about MF tech demostration, if you where talking to me, maybe you have mistaken me with someone else ?

  4. later time ?

    if yo mean in runonceex.cmd, but more close to the end, its the last thing now in te list, and i tryed placing it first and in middle.

    if i manually install it once windows has loaded, the same happens.

    can i install it before ? with commandlines ?

    also, a "normal" windows with SP2 and NO NLITENING has no problem.

  5. after usin nlite on my windows XP, kazaa lite megacodec pack produces an error during instalation, on sp2 (with no nlitening everything is fine).

    since no one knew what removal caused this, and since i can click ignore and everything SEEMS fine, ii don't care, BUT, the error halt the runonce installation, so i wanted to know if there was a way for it to automatically "ignore" the error.

    my lines in runonce are:

    REG ADD %KEY%\053 /VE /D "kazalite megapack(irgnorar error)" /f
    REG ADD %KEY%\053 /V 1 /D "%systemdrive%\install\megapack\klmcp.exe /VERYSILENT /SP-" /f

    a pick of the error:

    codecerror.png

    PD: pls, is this didn't belong here, pls move it, i am sorry, but i think its ok here

  6. i read that, but when i go to "add reply", in other forums, at the bottom of the screen (before the the part where all the replyes are shown) there is the "attach section", wich i can't see in this forum :(

    thats why i said it was suposed to be attached but i couldn't attach it myself (i lean fastm so with the firt edit by a moderator i usally stop making hings that are not allowed, but i couldn't now)

    about the topic, i tryed copying some lines form the custom loguin but the most i got was to turn the black parts, WHITE.

    this is the last thing i need to finish my windows CD, so any help will be appreciated :(

  7.   element [id=atom(toppanel)]
      {
          background: gradient(argb(0,0,0,0),argb(0,0,0,0),0)

    that gave me an error, but i wrote:

      element [id=atom(toppanel)]
      {
          background: gradient(argb(0,0,0,0),argb(0,0,0,0),0);

    and no error found, but the image is still "reziced", and the black upper and lower part is still there :(

  8. i get an error at first logon that reads:

    parse error "{" at line 32

    ne code:

    /*
    UIFILE Generated by LogonStudio
     v1.2.2
    www.LogonStudio.net
    */

    <style resid=framess>
       element
       {
           background: argb(0,0,0,0);
       }
       element [id=atom(contentcontainer0)]
       {
           background: gradient(argb(0,0,0,0),argb(0,0,0,0),0);//rcbmp(100,6,#FF00FF,0,0,1,0);
       }
       button
       {
           background: rcbmp(112,6,#FF00FF,0,0,1,0);
           borderthickness: rect(8,8,0,8);
       }
    </style>

    <style resid=toppanelss>
       element
       {
           background: argb(0,0,0,0);
       }
      element [id=atom(toppanel)]
       {
    background: gradient(argb(0,0,0,0),argb(0,0,0,0),0)

       }
       element [id=atom(divider)]
       {
           background: rcbmp(125,6,#FF00FF,0,0,1,0);
       }
    </style>

    <style resid=bottompanelss>
       element
       {
           background: argb(0,0,0,0);
       }
       element [id=atom(bottompanel)]
    {
    background: gradient(argb(0,0,0,0),argb(0,0,0,0),0)


       }
       element [id=atom(divider)]
       {
           background: rcbmp(126,6,#FF00FF,0,0,1,0);
       }
       element [id=atom(options)]
       {
           padding: rect(25rp, 20rp, 25rp, 20rp);
       }
       button
       {
           foreground: rgb(0,0,0);
    fontsize: 9 pt;
    fontface: "Arial";

           /*fontsize: rcint(42) pt;*/
           /*foreground: white;*/
           cursor: hand;
       }
       button [mousefocused]
       {
           fontstyle: underline;
       }
       button [keyfocused]
       {
           fontstyle: underline;
       }
       element [id=atom(instruct)]
       {

    .
    .
    .

  9. ups :P

    i did't know about that, since my music icon did change :P

    EDIT: now i see my music icon is not in that DLL :P

    and u was confused because "my documents" icon was the custom one, but that was because i had it applied in my theme :)

  10. i edited my unattended win XP sp2 cd SHELL32.DLL file to have many custom icons.

    i replaced most of the original ones, but for some reason, the shortcut to "my pictures" thats on the startup is still using the original icon, which is no longuer in the shell32.dll file :}

    is its icon stored somewhere else ?

    is there a reg tweak to set it ?

  11. i have resourse hacker, and thats what i use for this kind of stuff.

    about the bootscreen, it looks like the original custom bootscreen i was using with style XP had a better resolution, cause the leters XP at the center of the screen where smaller, and when i took that image and replaced the one from the SP2 logonui.exe, letters are way bigger.

    about logonui.exe, i'll have a look, but more info will be apreciated

  12. i found a bootscreen that i like, and a loguin also, and integrated em into my unattended cd, but i encountered some problems.

    the bootscreen, from the original custom bootscreen was much nicer that the one i ended up with.

    i took the original bootscreen, and changed the picture, and it is not as good as in the custom one :(

    is there a way to put better quality images into the original ntoskrnl ?

    with the loguin, the problem i have, is that the image is reziced, and it apears with a black part on top and under it.

    again, is there a way to change the original sp2 loguin image so that it looks lik e the custom one ?

×
×
  • Create New...