Jump to content

painkilla

Member
  • Posts

    26
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    China

About painkilla

  • Birthday 07/09/1986

Contact Methods

  • MSN
    erik_cornelisse@hotmail.com
  • Website URL
    http://

painkilla's Achievements

0

Reputation

  1. I also want to know how to combine the WPI withthe driverpacks and make it all work.
  2. How do i use that script? i have no experience with autoit script or how to use them Can you give a small manual howto use that script?
  3. My screen stays @ 800 x 600 so i cant see my whole PWI windows. Is it because videochanger doenst work in vmware? http://img465.imageshack.us/img465/8209/vmware3md.jpg WPI.cmd ------------------------------------------------------- @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:\install\wpi\wpi.ico 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%\install\wpi REM Hide this command window. %wpipath%\Tools\cmdow.exe @ /hid REM Force resolution to needed size for wpi interface. start %CDROM%\install\WPI\Tools\VideoChanger.exe 1024x768x32@60 -q REM Font installation - the smooth and customizable way. REM start /wait %wpipath%\Tools\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 %windir%\system32\mshta.exe "%CD%\wpi.hta" REM Cleaning up the desktop. REM del /s/q "%userprofile%\desktop\*.lnk" 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..." exit :end ---------------------------------------------
  4. is this the same controlller as mine on my MSI K8T NEO-FISR? Its called a Promise 20378
  5. Yes all the other programs are installing correctly. So its not the %cdrom% edit Nevermind if got it working right now. /edit
  6. i have this in my runonceex but adaware doesnt install at all. is this code wrong? REG ADD %KEY%\014 /VE /D "Adaware 1.05 SE" /f REG ADD %KEY%\014 /V 1 /D "%CDROM%\Software\adaware\aawsepro1.05.exe /s" /f REG ADD %KEY%\014 /V 2 /D "pskill.exe -t hh.exe" /f REG ADD %KEY%\014 /V 3 /D "pskill.exe -t Ad-Aware.exe" /f
  7. Can you tell me how you did silently install adaware se without the scan after it?
  8. Yes i didnt buy the program but used a "Garden Shovel". But i want to add my drivers but when it installs on somebody ellse's computer i dont want to install my drivers. And this will happen if i add my drivers.exe to the runonceex. So i will use the normal integrate method.
  9. i now have a program called driver genius professional. With that program you can extraxt al your 3rd party drivers from windows xp and make a singe .exe file wich then can install the drivers you want. But it is also possible to extract the driver to folders with the files in it. Is it possible to use just the files to integrate the drivers onto the cd because its much easier this way because al driver have some files and not a setup.exe or anything like that. So you can easely convert al your drivers from .exe to some driver files. my only problem is can you use these to integrate on your cd and then actualy work? You can download a 30 day trial here. http://dl.filekicker.com/send/file/146030-EQZB/drvgenpro.exe At the moment i dont have any time to format my pc to test it and im allso not very skilled at integrating drivers
  10. i dont know anyhthing about wpi only about the batch methode and runonceex.cmd. But in runconce its after the installation. i think this also counts for wpi
  11. If you put it in runonceex you have to do it like this REG ADD %KEY%\076 /V 2 /D "taskkill /F /IM iexplore.exe" /f
  12. Yes thats the program its used to download fom usenet
  13. Thanx alanoll, It now works completely only winamp with a wrong switch but thats no problem.
  14. Maybe can someone show me his runonceex.cmd who has this working? That would be great to check my runonceex
×
×
  • Create New...