Jump to content

evilvoice

Member
  • Posts

    957
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by evilvoice

  1. my mistake...7zip does extract to a temp dir...so it looks like once you make the sfx like I described and like bitmonster posted about, all you have to do is run the file...that is of course with the hope that svcpack.inf does not continue when executing netfx.msi...also...Ive made one for xpsp1 and xpsp2...as msiexec.exe is not interchangable...as far as I can tell these work...though in installing it on my machine right now gives me an error cuz I already have .net installed.
  2. well, i must say, the last time i used the KLCP was back when it was first being made...and tried i think 3 releases, back to back (basically, i didnt try .01 then .09 then 2...it was like .01 .02 .03) and it messed things up...but it seems to include a lot more codecs now...maybe that will appease me...on an unrelated topic...what is a lolly? (check your sig)
  3. ATTACH your xml, ill look at it...i had the same problem, just dont remember how I fixed it...it wasnt anything doing with unicode...it was something else...
  4. why do people use the kazaa lite codecs...in my experience, its never installed correctly...for some time now ive been using nimo (I believe thats the name...nimo.everwicked.com...cant remember...going looking in a few) and to me, thats the best codec pack out there... Welll, nm then, nimo is done...no more releases I really despise the KLCP...there are tons of users...assumingly someone has come across one that will support all files without problems...could someone point me in the right direction...
  5. remove winnt.sif to get the "Press R for recovery" window...other than removing winnt.sif, there is not other way, that I know of, to get that window to show up...which would break your unattended install... Actually, first, try removing... UnattendedInstall="Yes" and you dont need this is your winnt.sif EncryptedAdminPassword=NO
  6. I believe you still have to tell it where to extract, though I dunno.
  7. run 7zfn.exe and goto help...then look for -sfx commandline switch...its in there...ive made one...about the best it can possibly get. Some notes on how to do the 7z sfx installer... first create a 7z archive with files you want (do not select sfx) then grab upx and run it on 7zs.sfx now, create a notepad document setup the exact way bitmonster said (change obvious things) save as config.txt as UTF-8 (check encoding dropdown list while saving) now, copy the upx'd 7zs.sfx, config.txt, and your archive to the same dir... open a command console and goto the dir with the files now "copy /b 7zs.sfx + config.txt + archive.7z archive.exe" and i believe thats it
  8. well this is how it goes... svcpack executes some file (in this case its netfxsp1.exe which is a winrar file) now after executing that file, once it is done, it continues...so after it extracts the files, svcpack.inf continues with the next thing because in its mind it is done with that command...IF YOU USE ANYTHING FOR "SETUP=" svcpack.inf will not stop running its other commands...the only way to get svcpack.inf to wait until netfx is done is to first tell it to extract (this is what netfxsp1.exe does...it extracts files first), then tell svcpack.inf to run the installation...svcpack.inf will then wait until the installation is done. so in svcpack.inf, we would need netfxsp1.exe /s "%systemroot%\temp\netfx.msi /qn" (now dont ask me if this is possible, cuz I dunno...but this is what we would need
  9. you could remove the "run after extracted" command and place it in svcpack.inf..
  10. hmmm, if youre wondering why windows chooses 3112 instead of 3112r, let me give you some things that I did to test... 1. If you do not have a raid set up, or dont have your card acting as a raid, it will default to a 3112. 2. If you do have a raid, and it is set up properly (this means changing some functions of the card...and possibly the BIOS, dont remember as its been a while) then windows will install 3112r. 3. 3112 acts as both BASE and RAID (which is why both drivers exist on the cd) or maybe its just us Gigabyte owners, huh RyanVM LOL. There is a problem with the BASE drivers...when windows installs them, it doesnt work...a solution would be to remove support for 3112 and only keep 3112r as the card SHOULD work as both... I know I have both drivers in my install and windows did choose the correct one.
  11. deleted
  12. try copying it to \SETUP also...not sure, but I have this file in 2 locations...if that all works, then im fresh out of ideas.
  13. but where is the file?
  14. and what about cdromsp4.tst?
  15. deleted
  16. deleted
  17. do you have sp4.cab in i386 folder? do you have sp4.cat in i386...or the sp4 ident file in the root of the cd as well as in the folder above i386?
  18. could you give me a link to PAD? and ill test some things out till I figure out how to install it...you may be forced to use inctrl5 and then completely build the entire thing from scratch, which ive done for prolly 10 programs, because I tell ya what, these people just love to not let you edit their setup file...yahoo is a prime example...but yea, lemme know where I can download it, and maybe ill work something out...if noone posts for a while to any forums here, ill definitely get something done (cuz I get bored easily LOL)
×
×
  • Create New...