Install From Usb
#1
Posted 02 March 2005 - 10:32 AM
#2
Posted 02 March 2005 - 10:42 AM
if exist c:\filename.txt set usb=c:\
do the same for all drives
just have filename.txt on your usb drive
#3
Posted 02 March 2005 - 07:40 PM
#4
Posted 03 March 2005 - 09:20 AM
durex, on Mar 2 2005, 07:40 PM, said:
<{POST_SNAPBACK}>
Sorry to disappoint you, but yes you can.
The only downside to this, is that your bios has to support it.
#5
Posted 03 March 2005 - 09:41 AM
Have you done this?
I was thinking of giving this a try.
Thanks
#6
Posted 03 March 2005 - 09:50 AM
#7
Posted 03 March 2005 - 01:43 PM
eagle00789, on Mar 3 2005, 11:20 AM, said:
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!
#8
Posted 03 March 2005 - 02:18 PM
#9
Posted 03 March 2005 - 02:41 PM
#10
Posted 04 March 2005 - 12:47 AM
Just my two sense...
mow
#11
Posted 04 March 2005 - 12:49 AM
mow
#12
Posted 04 March 2005 - 08:01 AM
@Echo Off SET 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\RunOnceEx REG ADD %KEY% /V TITLE /D "Starting Windows Post Installer" /f REG ADD %KEY%\000 /VE /D "Windows Post installer" /f REG ADD %KEY%\000 /V 1 /D "%SystemDrive%\Installs\wpi\wpi.cmd" /f EXIT
This didn't seem to work the usb.txt(which is a blank text file) file is located on my usb device root.
#13
Posted 04 March 2005 - 08:25 AM
#14
Posted 04 March 2005 - 08:28 AM
%usb%\spybotsd13.exe /verysilent /sp-
#15
Posted 04 March 2005 - 08:31 AM
#16
Posted 04 March 2005 - 08:47 PM
winston, on Mar 4 2005, 10:28 AM, said:
%usb%\spybotsd13.exe /verysilent /sp-
<{POST_SNAPBACK}>
That may be, but my point is, %usb% wont be set unless something similar to that IF EXIST statement is configured in WPI.. otherwsie WPI isnt gonna know what the heck %usb% is.
#17
Posted 07 March 2005 - 03:46 PM
@ECHO OFF REM REM WPI startup something. REM REM Example, how to look for CDROM-drive. Must have a file called WIN51 in its root. 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:\WIN51 set CDROM=%%i: echo Found CD-Rom as drive %CDROM% REM Example, how to look for USB-drive. Must have a file called usb.txt in its root. for %%h 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 %%h:\usb.txt set USB=%%h: echo Found USB as drive %USB%
#18
Posted 07 March 2005 - 04:50 PM



Help
Back to top









