winston Posted March 2, 2005 Posted March 2, 2005 Is there anyway to install applications from a usb drive(hard drive or pen/thumb drive)? I have searched but have not found the answer.
MCT Posted March 2, 2005 Posted March 2, 2005 just do it like any other wayif exist c:\filename.txt set usb=c:\do the same for all drivesjust have filename.txt on your usb drive
durex Posted March 3, 2005 Posted March 3, 2005 and if you meant is there anyway to do your UA windows install from a usb key, the answer is no, you cant.
eagle00789 Posted March 3, 2005 Posted March 3, 2005 and if you meant is there anyway to do your UA windows install from a usb key, the answer is no, you cant.<{POST_SNAPBACK}>Sorry to disappoint you, but yes you can.The only downside to this, is that your bios has to support it.
batman75 Posted March 3, 2005 Posted March 3, 2005 @Eagle,Have you done this?I was thinking of giving this a try.Thanks
winston Posted March 3, 2005 Author Posted March 3, 2005 No I'm not looking on how to do a ua from a usb key. My ua is on cd and I want to be able to go to a usb key for the applications to install. My CD with what applications I have on it is already at 690mb and still have more apps to go. I am using wpi to pick what apps to install.
durex Posted March 3, 2005 Posted March 3, 2005 Sorry to disappoint you, but yes you can.The only downside to this, is that your bios has to support it.<{POST_SNAPBACK}>Interesting... you're the 1st to say that around here... Ive seen about 5 different threads asking this question and they all say you cant. Mind shedding some light how to do it or how to verify if you bios supports it?Thanks!
bledd Posted March 3, 2005 Posted March 3, 2005 if your bios supports it, it'll have USB-ZIP, USB-DRIVE options for boot priority, I've never used it, but have seen those options, on a shuttle I saw them
Bâshrat the Sneaky Posted March 3, 2005 Posted March 3, 2005 It's possible indeed. But you need a relative new motherboard for it... (and the money for a expensive USB stick)
mow9779 Posted March 4, 2005 Posted March 4, 2005 Hey guys, I hate to rain on your parade but windows does not allow you to boot from a usb device. What happens is during the boot process windows re-initializes the usb devices which in turn disconnects the primary drive because it is a usb device. When this happens windows freaks out and crashes. I have tried this a few times and yes I have 2 different new boards that support booting from usb. I believe there may be some linux distributions that this may work on but as for windows, as of right now, it does not. Just my two sense...mow
mow9779 Posted March 4, 2005 Posted March 4, 2005 One more comment, if you're going to try this anyway, make sure you disconnect your primary hd before trying to install to the usb drive. Odds are it will corrupt your primary when trying to load windows to the usb drive...mow
winston Posted March 4, 2005 Author Posted March 4, 2005 Ok we seem to be missing the real question here. My question is: I have an unattended install of XP on cd with as many applications that will fit on it(683mb). I have extra applications that I need to install, that are on my usb key and/or usb hard drive. My original question is is this possible and how to do it. I have tried the following code in runonceex.cmd:@Echo OffSET PP=%SystemDrive%\Install\IF EXIST D:\usb.txt set usb=D;IF EXIST E:\usb.txt set usb=E;IF EXIST F:\usb.txt set usb=F;IF EXIST G:\usb.txt set usb=G;IF EXIST H:\usb.txt set usb=H;IF EXIST I:\usb.txt set usb=I;IF EXIST J:\usb.txt set usb=J;SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Starting Windows Post Installer" /fREG ADD %KEY%\000 /VE /D "Windows Post installer" /fREG ADD %KEY%\000 /V 1 /D "%SystemDrive%\Installs\wpi\wpi.cmd" /fEXITThis didn't seem to work the usb.txt(which is a blank text file) file is located on my usb device root.
durex Posted March 4, 2005 Posted March 4, 2005 This isnt going to work because while youre setting the 'usb' variable in your runonceex script, it wont be set in wpi. I dont use WPI, so Im not familar with how it works, but if theres something in on of the scripts which say where you want to install from (cdrom, hard drive, usb), this is what you need to change... not your runonceex. Youd be better off posting something in that section for an answer.
winston Posted March 4, 2005 Author Posted March 4, 2005 Here is what I have in my wpi config for one of the apps:%usb%\spybotsd13.exe /verysilent /sp-
winston Posted March 4, 2005 Author Posted March 4, 2005 In the options in wpi for disc path the description says blank or 'root'- not used, when using %xxx% in path
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now