Jump to content

painkilla

Member
  • Posts

    26
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    China

Everything posted by painkilla

  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
  15. **** ! i just moved the code a little bit lower in de runonceex.cmd in the hope that it works then but it still loads windows after the first list is done. I have this in the somewhere int he middle rundll32.exe iernonce.dll,RunOnceExProcess REG ADD %KEY% /V TITLE /D "Installing Applications" /f The code is right but it still doesnt work:( Or do i have to put the reboot code just above the code?
  16. Ok i have put the code above to my runonceex.cmd and during the install the screen is now smaller and i dont see a second screen with the rest of the programs( i dont know if this is normal.) After the first list it wont go on with the second but it start windows right after it . Here is the middle peive of code from my runonceex.cmd: --------------------------- REG ADD %KEY%\085 /VE /D ".NET Framework v1.1" /f REG ADD %KEY%\085 /V 1 /D "%systemdrive%\install\framework1.1\netfxsp1.exe" /f rundll32.exe iernonce.dll,RunOnceExProcess SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\090 /VE /D "Norton partition Magic 8.05" /f REG ADD %KEY%\090 /V 1 /D "%systemdrive%\install\partitionmagic\setup.exe /S /v/qn" /f ---------------------------- This file is located in OEM\$1\install This is set in my winnt.sif: [GuiRunOnce] %systemdrive%\install\RunOnceEx.cmd
  17. Ife just converted my start.cmd to RunOnceEx methode. But when windows starts and the screen appears the list goes out of screen because ive so many programs. Is there anything i can do about it because this doesnt look nice:(. Ibe got 32 programs btw.
  18. I hope somebody can help me with this, I have tried almost every switch i know but it just wont silently install. And i dont know how autoit works. All help would be great.
  19. I idnt find anything in this forum about true image and i need to know how to install it silently and register it also. Does anyone here knows this?
  20. i dont know what it is but i just cant find an way to delete the desktop shortcut This is the code in my start.cmd DEL "%systemdrive%\Documents and Settings\All Users\Desktop\Alcohol 120%.lnk" But this just dont seem to work. I also have tried al variations such as : alcohol120%.lnk or Alcohol_120%.lnk and i have tried other peoples code to delete this shortcut but i keeps saying. C:\Documents and Settings\All Users\Desktop\Alcohol 120%.lnk cannot be found But it is there!!
  21. yes im having the same problem. But too havnt found a solution. :S
  22. I have searched this forum and i only came acros 1 topic about this program wich was usefull about how to install silently, but the problem is that i want to register the program at the same time without filling it in afte the installation. Does anyone know a reg key or something? SORRY I DOUBLE POSTED TIS TOPIC I THOUGHT IT WAS NOT SEND BECAUSE I GOT A CONNECTION TIME OUT MODDS CAN DELETE THIS TOPIC! please reply in my other topic
×
×
  • Create New...