Jump to content

t-bullet

Member
  • Posts

    6
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Belgium

Everything posted by t-bullet

  1. no , i run WPI from my harddisk but my files are on the cd-rom. greets
  2. I have my files on my xp cd in a install map. I run WPI from my hard disk (C:\laborxp\installation) this is my cmd : @ECHO OFF REM REM WPI startup module. REM REM Example, how to look for CDROM-drive. Must have a file to identify in its root (like WIN51 or WPI.ico). 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 Determine the WPI startup path. REM if wpi should run off the cd the replace %~dp0 with %CDROM%. set wpipath=%~dp0 REM Hide this command window. "%wpipath%\common\cmdow.exe" @ /hid REM Font installation - the smooth and customizable way. start /wait %wpipath%\common\fonts\fontinstaller.exe REM Special registry tweak needed. regedit /s "%wpipath%\common\wpi.reg" REM Make WPI directory the current directory. for /f "delims=: tokens=1" %%i in ("%wpipath%") do %%i: cd "%wpipath%" REM Start WPI and wait for its end start /wait WPI.hta REM Cleaning up the desktop. del /s/q "%userprofile%\desktop\*.lnk" REM Confirming a reboot... echo Dim WshShell, oExec>%tmp%\WPI.vbs echo Set WshShell = CreateObject("WScript.Shell")>>%tmp%\WPI.vbs echo answer = Msgbox("The installation process has finished. Do you wish to reboot now?",VBYesNo,"Windows Post Installation Wizard")>>%tmp%\WPI.vbs echo if answer = 6 then>>%tmp%\WPI.vbs echo oExec = WshShell.Run("SHUTDOWN -r -t 0", 1, true)>>%tmp%\WPI.vbs echo end if>>%tmp%\WPI.vbs echo set WshShell = nothing>>%tmp%\WPI.vbs %tmp%\WPI.vbs del /q %tmp%\WPI.vbs exit :end When i try to test wpi i get a lot of errors. Because it can't find the installfiles. It goes allways to this folder : C:\laborxp\installation\Install In my WPI configuration it's like this : %CDROM%\install\mpeg2\MPEG-2.EXE /s can someone give me some advice pls? thanks Filip
  3. Thanks for the reply's ! I shall try to rebuild my shell32
  4. But it would be great if someone would make software that can change the icons in your own shell32.dll It is possible i think... But i can't do it :-)
  5. So i can't change them.. too bad... Isn't there a cache for the windows icons that i can change? I don't want to use stylexp because it slows the system down. 2forza -> http://www.jonmega.com/iceman/sysfiles/
  6. How can i insert my own icons in my unattended install of windows xp sp2 pro? I've downloaded an edited shell32.dll with nice icons and switched it to test it on my own os. But it was a shell32 from a english version of windows and everything crashed. (my version is dutch) I can't change the icons manually with resedit because that would take years. Pls can some1 help me? thanks Filip
×
×
  • Create New...