Content Type
Profiles
Forums
Events
Everything posted by Kelsenellenelvian
-
Ok there is a simple way to do it: DL the driver only package = 8-8_vista32_dd_67980.exe Then run it and after it extracts to the temp directory you designated you must then point vLite to that folder. The inf will be in there...
-
I can do this but only with the use of dword regtweaks. I dunno if what you want is possible.
-
Let's UPX the rarely used dll's in system32 ?
Kelsenellenelvian replied to AlfonsoX's topic in nLite
OUCH! Thats a very good rep point Trance!!! Good to see not everyone loves him... -
How to remove this?
Kelsenellenelvian replied to OmegApeX's topic in Windows Post-Install Wizard (WPI)
Heck its in the supplied manual and the options section is not that complicated to look at... -
How to remove this?
Kelsenellenelvian replied to OmegApeX's topic in Windows Post-Install Wizard (WPI)
Those buttons do not show if you start from CD... Otherwise if you wish those buttons not to show at all there is an option in the options menu that will make them disappear. -
http://www.wpiw.net
-
Question about the Tooltips
Kelsenellenelvian replied to almulder's topic in Windows Post-Install Wizard (WPI)
Bump for manual additions later -
Yes you HAVE to have the wim filter from WAIK! (If you had bothered to read a little bit you would find there is an easy, small way around it.) http://www.msfn.org/board/850-MB-download-...te-t122425.html
-
You didn't read the part right by them did you? ( The forum is messing up this link so copy www.wpiw.net/downloads/$oem$.rar )
-
1 = We have been experiencing this issue lately too. Trying to fix 2 = I have yet to see this one but I am pretty sure a simple regtweak would fix it. I would love to fix it immediatly but running a vmtest on this laptop takes over an hour... All I can say is try using regshot to track the before wpi and after wpi registry you should have your answer by then. (Just run regshot, then wpi. ok the popup then exit wpi and then take a second shot with regshot and caompare the 2) P.S. Hi m8 hows it goin??
-
Vista independent recovery disc....iso download
Kelsenellenelvian replied to dumbo's topic in Windows Vista
Dude don't be a moron... If it is or has warez report it. Then one of the staff will look into it. IF it has been found to have warez it will then be removed. The staff tries very hard but cannat track each and every link\program that floats through here. Use the report button. The way you are doing it is asking for a warning for being openly a$$-ish... -
Whats wrong with my txtsetup.sif
Kelsenellenelvian replied to fergyc's topic in Unattended Windows 2000/XP/2003
HOLY WALL OF TEXT CRITS YOU FOR 1000 POINTS OF DAMAGE!!!! Seriously though please erase all of that and post it as AN ATTACHMENT!!! -
WPI 7 - WMI wishlist & Problems
Kelsenellenelvian replied to TwoJ's topic in Windows Post-Install Wizard (WPI)
OK looking into the syntax tonight for multiple (getOSver==XP AND getOSlang=="ENU") I know you can already set multpiles just can't remember the syntax off my head... I like instead if isinstalled using the fileexsists statements... Like this --> FileExists('%programfiles%\VMware\VMware Workstation\vmware.exe') Plus you can check files sizez all sorts of different ways to see if an app is installed and disabling\graying out the selection. You can also search for specifice registry keys to see if they exist. Lawrenca is good at that one... -
Trimming down a less than reliable XP system
Kelsenellenelvian replied to speedemon86's topic in Windows XP
LOL you need to do some reading because just the e2140 alone runs all the time for A LOT of people at 3+gigs!!! With stock cooling. I ran mine with the bsel mod for 8+ months on Vista ultimate without any lockup or crashes! What gave out? The **** mobo is what not the cpu not the ram. (temps of 50-60 on full load too with the stock intel cooler.) 2180 is more than enough to run vista ultimate. Look on Toms Hardware and other places for reviews and serious results not just CRAP sayings, ACTUAL results! Toms Hardware thread = http://www.tomshardware.com/forum/245296-29-e2180-overclock Xtreme view = http://xtreview.com/addcomment-id-3247-vie...erclocking.html hardware canucks = http://www.hardwarecanucks.com/forum/overc...xperiences.html Hell they are everywhere. I am using one of the lowest dual cores possible and the proccesor got a 5.1 On the performance index. Get that a 5.1!!! You are really blowing smoke provide actual results not just your opinion. -
WPI, vLite, and a few other questions
Kelsenellenelvian replied to Sgt. D. Pilla's topic in Windows Post-Install Wizard (WPI)
Thank you very much sir. I hope this helps him out. -
I need some help from you guys
Kelsenellenelvian replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
http://www.newegg.com/Product/Product.aspx...N82E16813130185 I likey this one! Plus I have had very good experinces with MSI! -
Can malware replace legit Windows files?
Kelsenellenelvian replied to mraeryceos's topic in Malware Prevention and Security
isass.exe i.e the sasser worm does just that... They do it all the time... -
I need some help from you guys
Kelsenellenelvian replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
I can wait as long as it takes m8! I have a pretty worn down dell lappy I am using now.. Cracked screen and all Mwahahahhahhahahh That would be awesome though really! -
WPI, vLite, and a few other questions
Kelsenellenelvian replied to Sgt. D. Pilla's topic in Windows Post-Install Wizard (WPI)
@echo off for %%A in (C: D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Z:) do ( if exist %%A\bootmgr ( if not exist %%A\setup.exe ( echo. echo Installing to drive %%A echo. if exist %%A\menu.lst attrib %%A\menu.lst -h -r -s if exist %%A\menu.lst ren %%A\menu.lst menu_lst.bak if exist %%A\grldr attrib %%A\grldr -h -r -s copy %systemroot%\setup\scripts\grldr %%A\grldr attrib %%A\grldr +h +s +r %systemroot%\setup\scripts\bootinst /nt60 %%A ) ) ) for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\sources\install.wim set CDROM=%%i: echo Found CD-Rom as drive %CDROM% Start %cdrom%\WPI\wpi.hta del %0 This cmd file here Yzowl if you could possibly look at. It is 2 combined cmd files but i think it ended up being a mess. Can you try to clean it up? This is the added section: for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\sources\install.wim set CDROM=%%i: echo Found CD-Rom as drive %CDROM% Start %cdrom%\WPI\wpi.hta del %0 I only mentioned you because you are so good at cmd file and scripting. -
Your partition table blew out There is no real quick fix. How ever you do seem to have acronis so you might be able to recover it. Do you have the full acronis suite? Bootable CD and all that? http://www.acronis.com/enterprise/products...ry-manager.html <-- This is what I am thinking. It MIGHT recover the partition table.
-
Trimming down a less than reliable XP system
Kelsenellenelvian replied to speedemon86's topic in Windows XP
OMG!!! That is almost better than what I have to use everyday! I have an E2140 Bsel modded to 2143mHz A (currently burned out) Motherboard It was a super cheap ECS P.O.S! That Foxconn is ALOT better than what I had And a gigabyte 7300se With 2 gigs DDR2 667 ram. Hell that is better... -
WPI 7.0 Language and Manual files
Kelsenellenelvian replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
Your OK! They are windows border styles... -
OK with the price of a cdr under 25-50 cents you are saving a whole lot of money and man work hours by using the cd's. What you want is horribly involved and NOT totally but nearly impossible to use in a practical enviroment. UBCD for windows however is a great live windows cd and you can always use a cdrw! http://www.ubcd4win.com/ I just bought some spindles of cdr's that only cost 16 cents each cd!