Jump to content

Avneet

Member
  • Posts

    179
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Fiji

Everything posted by Avneet

  1. where do u put that script
  2. use cdimagegui beta 3
  3. ok shutdown.exe -r -f -t 30 -c i think the problem is that windows starts loading sum applications.. so u need to give it some time ..maybe 30 seconds example is given above
  4. lol..mention not mate ..glad to be of help..
  5. ok i wana knw how to stop using $OEM$ folders with BtS's DPs plizz..can u post a short description thx
  6. nod32 rulez.. i use it too and no virus problems
  7. lol.. i didnt find that word in the dictionary
  8. wat command are u sing to retsart the computer
  9. ur restart problem is fixable REM Rebooting the sytem to finalize the installation process. REM shutdown.exe -r -f -t 30 -c "To finish installations WPI will now reboot in 30 sec..." should be REM Rebooting the sytem to finalize the installation process. shutdown.exe -r -f -t 30 -c "To finish installations WPI will now reboot in 30 sec..." Remove the "REM" Ur runonece seems to be ok but try changing to this cmdow @ /HID @Echo Off FOR %%i IN (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:\win51ip.SP2 SET CDROM=%%i: SET PP=%cdrom%\WPI\ SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Programs" /f REG ADD %KEY%\000 /VE /D "WPI Installer" /f REG ADD %KEY%\000 /V 1 /D "%PP%WPI.cmd" /f EXIT And i prefer lite version.. coz y wud somone need to listen to music.. it only takes a a minute to select the softwares and install.. pluss it uses sum resources.. so if u still get errors just use the lite version and c if it works
  10. use the drivers pack.. teher is a subforum about these pack.. check there...
  11. if am not wrong the undo.reg just removes the associaton of files which is created when WPI.reg is run. u cannot driectly call wpi.hta (i think) during installation becoz theer is no asspciation created for that file at that moment. dats why wpi.cmd is using the wpi.reg to associate some files..well in some cases thats the situation.. just try using wpi.cmd and see if it works
  12. can u attach ur wpi.cmd and runoncex.cmd file
  13. doesn't seem normal to me..shud be called only once
  14. yup .. i wanted to turn thos etips off .. even in the lite version.. waiting for the update
  15. if am not wrong ..unless windows installs his sound drivers during setup.. then he would be able to play sound or adjust the volume.. if drivers dont get installed.. i dont think that will work..
  16. if ur using 4.3.8 and u just copied my script then it wont work.. one thing is that cmdow is located in the tools folder in in the full version wheer as in the common folder in the lite version.. make sum changes and then let us knw
  17. ok that problems is regarding ur WPI config.. nothing to do wit my meothod of installation coz it works fine on several machines i tested.. and am using the lite version of WPI.. check ur WPI settings it is in common folder in the lite version
  18. cdchg.exe "WinXP_SP2" \SUPPORT\TOOLS\ACT20.EXE was just testing the following command from windows.. it doesn work.. it eject drive when i nsert cd and press ok .. it doesnt start that program
  19. doesnt cancel (escape) do that
  20. i am still getting an empty background..am using version 0.8.4
  21. vmware is a virtual machine ..nothin to do wit runonce... i havnt ried the image yet.. wat shud i name the image..
  22. well i built mine on dvd and mhta started but the screen was all white it kept on reading the dvd.. and i have like 35 softwares to be installed through wpi... is teher any restrictions on how many softwares can be done.. coz it was not even able to load up and froze my pc..
  23. i use this %CDROM%\Apps\cdswitch.exe WINXP_2 /g:WINXP_1 /r:%CDROM%\Apps\WPI.cmd when it during installation in vmware,.. the dialogue asking for the cd comes up but its all blank.. no image.. nothing on it ..just plain blan brown background
  24. nice idea..
  25. Well I hope this is useful for you guys out there. Since i use floppies for my drivers (SATA/RAID) so i need to use them during the Blue Screen Setup ("Press F6 ..."). Since WPI uses OEM installation F6 procedure won't work (up to my knowledge). So i figured out a way to use WPI without creating $OEM$ folders. First My WPI.cmd looks like this: @ECHO OFF REM Example, how to look for CDROM-drive. Must have WPI.ico at the root of the CD. 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:\win51ip.SP2 set CDROM=%%i: echo Found CD-Rom as drive %CDROM% REM Determine the WPI startup path. REM if wpi should run off the cd the replace %~dp0 with %cdrom%. set wpipath=%CDROM%\WPI\ REM Hide this command window. %wpipath%Common\cmdow.exe @ /hid REM Special registry tweak needed. regedit /s %wpipath%common\wpi.reg REM Start WPI and wait for its end start /wait %wpipath%wpi.hta REM Undo registry tweak. regedit /s %wpipath%common\undo.reg exit This file i put in "Apps" Folder. (created in the root of the CD) I created a "RunOnceEx.cmd" file which looks like this: cmdow @ /HID @Echo Off FOR %%i IN (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:\win51ip.SP2 SET CDROM=%%i: SET PP=%cdrom%\Apps\ SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Programs - By Avneet Singh" /f REG ADD %KEY%\000 /VE /D "Dot Net 2.0" /f REG ADD %KEY%\000 /V 1 /D "%PP%netfx2.exe" /f REG ADD %KEY%\001 /VE /D "WPI Installer" /f REG ADD %KEY%\001 /V 1 /D "%PP%WPI.cmd" /f EXIT Am intalling DOTNET 2 without WPI The "RunOnceEx.cmd" is placed in "I386\SVCPACK" folder Now the last thing you need to do is to edit your "SVCPACK.INF" file. The "[setupHotfixesToRun]" should contains your "RunOnceEx.cmd" [SetupHotfixesToRun] RunOnceEx.cmd I thinks thats all. Complie CD and use. Am using WPI Lite Edition
×
×
  • Create New...