
tum0r
MemberContent Type
Profiles
Forums
Events
Everything posted by tum0r
-
you added the drivers as hotfixes in nlite? i've always just used the finisher pack to install them...
-
how can i manually add my livexp back into my build without using uxp? i'm using uxp on a sp2 source to get a working livexp. then i'm nliting my source to sp3. but when i test it, the livexp option is gone.....does the livexp share i386 files with the regular build?
-
after running winbuilder .74 on an untouched SP2 source, i finally got a working liveXP. i was originally trying to use my modded sources, one an SP3 and the other a fully updated SP2. so i'm trying to figure out what updates are interfereing with the liveXP build progress......? and can it be updated to use a SP3 source at some point?
-
check out driverpacks.net. they have a slipstream method for every available driver out there....
-
still getting the same 3 errors. i've tried expanding and copying those 3 files manually to my livexp source, then replacing the livexp in uxp, but still no luck. is there another process to creating a livexp that i could try?
-
Hi! What is the path where your UXP project is placed? In case of doubt, please post the log.html file. hey nuno, these are the 3 errors i get everytime: [Failed] CopyExpand - Failed to expand file: [C:\uxp\Target\uxp\I386\MNMDD.SYS] to: [%BaseDir%\Target\LiveXP\I386\System32\drivers] [Failed] Expand - Failed to expand file: [C:\uxp\Target\uxp\i386\msgsvc.dl_] to: [%BaseDir%\Target\LiveXP\i386\system32] [Failed] Expand - Failed to expand file: [C:\uxp\Target\uxp\i386\net.hl_] to: [%BaseDir%\Target\LiveXP\i386\system32] when i run the livexp, i get lsass.exe errors.....
-
i love this project, first off. but i can not get a working livexp......
-
this is a truly amazing program......thanks!!!
-
ok cool. i didnt see the part about hosting change.... thanks for the nfo
-
i notice its been down for almost 2 days. anybody care to comment on what happened?
-
Launchy 2.0 is a nifty app launcher, that with some tweaking can pretty much replace the start menu in Windows altogether... It can even run command line functions, and comes in several skins. And it's freeware! alt + space activates Launchy website: http://www.launchy.net MD5: 64B7D35C227ED2C9CDFC20041D169295 3.47 MB download: http://mihd.net/208oqx
-
Little Help With Switch Commands
tum0r replied to mastermark's topic in Windows Post-Install Wizard (WPI)
you could use auto-it to automate the "button" process.... -
thanks for playing, but xcopy is not a program, its a command. and my problem has been sloved.
-
GUI version of what?
-
maybe use a self extracting archive, instead of the extract cmd?
-
i'm working on a 3 disc install, with WPI on discs 2 and 3. cdswitch is awesome, but i cant get disc 3 to autorun WPI, and i cant seem to call it from the WPI on disc 2 (i'm assuming you cant have multiple WPI's open at once, or is that a mshta.exe thing?) anybody have any suggestions? edit: problem solved by combining both config.js's on disc 2, cdswitch runs in the middle, then WPI resumes seamlessly.
-
totally safe to remove...
-
its very well explained on the homepage: http://wpiw.net/The%20Dark%20Side/help.html
-
k....got it to install a file to the desktop, but still not the folder. but i did get the sfx to work, so i guess my prob is solved. thanks for your help kel!
-
still totally stumped. does work to program files. says sucessful to desktop, but nothing is copied. dont have time to install another vm tonite, so i guess it'll have to wait till tomorrow.
-
yeah, i dont get it, gonna try on a virgin install
-
i dont know why, but that isnt working either. still getting a sucessfull install message, but no folders copied...
-
thanks kel, i'll give that a shot. and i know, and i'm not trying to hide....
-
thanks kel, yeah, its weird, works perfectly to copy to c:/program files, but not to docs and settings. i tried copy, and filecopy, and the /I and /i switches. i'm hoping its just a syntax thing...
-
all BAD words deleted I'm having issues running xcopy cmds. it works when i copy files or folders to Program Files, but not when i copy to Desktop. I'm getting a success msg, but no files are copied to the desktop. heres an example: CODE prog[pn]=['mlln]; uid[pn]=['MLLN']; dflt[pn]=['no']; cat[pn]=['Other']; forc[pn]=['yes']; cmd1[pn]=['xcopy "%CDROM%\\Install\\mlln" "C:\\Documents and Settings\\All Users\\Desktop\\" /i']; pn++; (mlln is just a folder name.,..) any ideas on what i'm doing wrong? Kel, i tried your suggestion, it didnt work either, i prolly did something wrong...