Jump to content

ironman

Member
  • Posts

    59
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Israel

Everything posted by ironman

  1. Hi every one , i am having a really annoying problem : I want to customize my boot screen , i'm using Resource Tuner and Resource Hacker . The problem is that when i'm changing the ntoskrnl.exe file the default screen is appears ... so i disable windows file protection cause i thought it might be the problem , i boot is safe mode and replace ntoskrnl.exe but i'm still getting the same default screen. I downloded BootXP but still i wasn't able to change it .... any suggestions?
  2. prathapml , thanks - i downloaded the App and it's works great !!!
  3. ChiDragon - I did replace the file in Safe Mode .... i also notice that that original BMP is wight 15kb , and the one i replace is wight 320kb , maybe that is the problem?
  4. Hi guys , I downloaded from here some kick a** boot screens , the problem is installing them . The instruction are here I did as the site instruct me but when i downloded the files , i got 4 files which are : the bmp , the bar bmp , ntoskrnl.exe , ntoskrnlsp.exe. I am using sp1 so i delete the ntoskrnl.exe and paste the edited ntoskrnlsp.exe , but for some unknown reason i am getting the same xp built in boot screen. What's worng?
  5. fatblueduck , try this : Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoSMHelp"=dword:00000001
  6. Hi guys , i hate the "print" option in the right click menu , is there a way to disable it ?
  7. big_gie , looking great !!! , i wonder if you can post the finished script that you use , i dont no nothing about programing ... your script can be really usefull for me ... thanks any way
  8. Randy Rhoads - thanks - works like a charme !!!! - ( Hail ozzy btw ) Adiel - i edited the BMP with resource hacker , hakol tov btw !!!!
  9. Hi guys , i found this site and downloaded the dll file .... i tried to edit it and replace the Jenifar LO bmp by using Resource Hacker but i got an error msg . I am sure i edited my bmp to be in the same size as the source ( JL bmp ) . does any one have an idea what that error might be ?
  10. There you go , ECHO Installing HEBREW INTERFACE MUI ECHO Please wait ... start /wait %systemdrive%\install\Applications\muiinst\muisetup.exe /i 040d /d 040d /r /s here are the lang id's , just replace the id to the desired language 0401 Arabic ARA.MUI 0402 Bulgarian BG.MUI 041a Croatian HR.MUI 0405 Czech CS.MUI 0406 Danish da.MUI 0413 Dutch (Standard) NL.MUI 0425 Estonian ET.MUI 040b Finnish FI.MUI 040c French (Standard) FR.MUI 0407 German GER.MUI 0408 Greek EL.MUI 040d Hebrew HEB.MUI 040e Hungarian hu.MUI 0410 Italian IT.MUI 0411 Japanese JPN.MUI 0412 Korean KOR.MUI 0426 Latvian LV.MUI 0427 Lithuanian LT.MUI 0414 Norwegian no.MUI 0415 Polish pl.MUI 0416 Portuguese (Brazil)Br.MUI 0816 Portuguese (Standard)PT.MUI 0418 Romanian RO.MUI 0419 Russian RU.MUI 0804 Simplified Chinese CHS.MUI 0c0a Spanish (Modern Sort)ES.MUI 041b Slovak SK.MUI enjoy
  11. Wow !!!! that's cruel !!! Thanks prathapml , as always your comments are very professional !!! Still after i read the manual i would be very glad if anyone will post a finished script , i just dont understand how can it be done , sorry.
  12. Hi guys , I don't know really what XPLODE does ... i know it does something with the gui . I read the manual of how to edit it but i dont know nothing in programming , so i would be very glad if someone could post here finished scripts that could use ... it will save me a lot ... Thanks
  13. I think you misunderstood me , the cmdlines.txt is running regardless the runonce , you can run it from any app that located under the $oem$ folder , so , if you run the MUI installation by the cmdline.txt , the first app which be installed is it - the MUI ( It's worked fine for me so just try it ) and with hebrew interface . [Commands] "muiinst\muisetup.exe [/i LangID1 LangID2 ...] [/d LangID] /r /s" Try to read the MUI manual , here are the high lights : 5.0 INSTALLING MUI PACK IN UNATTEND MODE ========================================================================= The following steps explain how to install the Windows MUI Pack in unattend mode. 1. Copy all the MUI files from MUI CDs into a temporary directory on a network share, such as $OEM$\MUIINST. In this example, we use a server \\MUICORE. The directory for the MUI CD contents will be \\MUICORE\UNATTEND\$OEM$\MUIINST. 2. Add a "Cmdlines.txt" file in \\muicore\UNATTEND\$OEM$ that includes the following lines: [Commands] "muiinst\muisetup.exe [/i LangID1 LangID2 ...] [/d LangID] /r /s" Note that you must specify " " in your cmdlines.txt file. Use the appropriate Language ID (LANGID)s, and the muisetup command line parameters to ensure a quiet installation. Please check muisetup.hlp for a complete description of all the command line parameters for muisetup.exe (the command line help content is under "related topics" in the help.). 3. Create an answer file (mui.txt): a. add the following entries in the "Unattended" section [unattended] OemPreinstall=Yes OemFilesPath=\\muicore\unattend OemSkipEula=YES "OemFilesPath" must point to a network share or drive containing the MUI install source stored in the above directory structure. The Windows install sources can be anywhere else (CD, network share, etc). b. add a "RegionalSettings" section. Use this section to specify the Language Groups and locales to install. Use the appropriate Language Group IDs and Locale IDs (LCIDs). Ensure that the Language Groups you install are sufficient to cover BOTH the locale settings and the User Interface languages you are installing. Example: [RegionalSettings] LanguageGroup="5","8","13" Language="0401" Of course, the answer file may also include other OS unattended setup options. 4. Run winnt32.exe with the appropriate options to use the answer file. If you require the installation of East Asian language and locale support, you must specify /copysource:lang or /rx:lang to copy the necessary language files. If you do not, and the [RegionalSettings] section of your answer file contains East Asian values, Setup will ignore everything in the [RegionalSettings] section. For Winnt32.exe, the appropriate syntax is: winnt32.exe /unattend:"path to answer file" /copysource:lang /s:"path to install source"
  14. Sure - you simply edit the CMDLINE.txt in the $oem$ dir , (also copy the MUI dir into $OEM$ ) : [command] muiinst\muisetup.exe /i 040d /d 040d /r /s What will happend is this - the installation of the MUI will start at the t-12 stage as a hebrew interface ... and that is it . enjoy
  15. bardugu , I have a better solution for you - Hebrew Mui , run it unattended and you wont have to seek for any more language solutions ! Here are the switches - ECHO Installing HEBREW INTERFACE MUI ECHO Please wait ... start /wait %systemdrive%\install\Applications\muiinst\muisetup.exe /i 040d /d 040d /r /s enjoy
  16. I simply don't know , sorry ,but what i do know (as you probably saw) is that it represent the Application path .... ( obviously ) Crahak - I did the same as you - took what i need in the registry dir and some updates and dump the rest . I publish Autopatcher here just because i knew that you guys will probably do some smart things with this utility .... i guess i was right
  17. Alanoll , sorry , didnt saw it . Just wanna to share it , sorry again
  18. Hi ang good afternoon , I adapted the RUNONCEEX method , the problem is that i'm using a VB file to eject the CD for switching to the one that contains the Office files and i dont know how to integrate it with the runonceex.cmd file . Here is a part of the Install.cmd that im using for Office , can you help me to "convert" it to runonceex command ? GOTO MAIN :Main CLS ECHO. ECHO Ejecting CD-ROM Drives... ECHO If you are using a cd rom please remove it from ECHO the cdrom drive and If you have a second cd place ECHO it in the drive at this time please. ECHO. ECHO If you are using a dvd please remove it ECHO at this time. ECHO. ECHO Wait till the cdrom/dvd drive quits blinking ECHO and then ... start cscript %systemdrive%\install\Tools\cd_eject.vbs >nul PSKill cscript.exe >nul ECHO. PAUSE NEXT IF EXIST %systemdrive%\install\Applications\of2003\OF20032.cmd GOTO of22 SET CDROM2= IF EXIST D:\install\of2003\OF20032.CMD SET CDROM2=D: IF EXIST E:\install\of2003\OF20032.CMD SET CDROM2=E: IF EXIST F:\install\of2003\OF20032.CMD SET CDROM2=F: IF EXIST G:\install\of2003\OF20032.CMD SET CDROM2=G: IF EXIST H:\install\of2003\OF20032.CMD SET CDROM2=H: IF EXIST I:\install\of2003\OF20032.CMD SET CDROM2=I: IF EXIST J:\install\of2003\OF20032.CMD SET CDROM2=J: IF EXIST K:\install\of2003\OF20032.CMD SET CDROM2=K: IF NOT EXIST %CDROM2%\install\of2003\OF20032.CMD GOTO next ECHO Please be patient while files are copied to your hard drive. xcopy %CDROM2%\install\OF2003 %systemdrive%\install\Applications\OF2003 /S /C /Q /H /Y ECHO. :of22 ECHO. echo Installing Office 2003 Professional English Interface Support Please Wait..... echo. start /wait %systemdrive%\install\Applications\of2003\setup.exe TRANSFORMS=%systemdrive%\install\Applications\of2003\Unattended.MST /qb- start /wait %systemdrive%\install\Applications\of2003\EngMUI\setup.exe TRANSFORMS=%systemdrive%\install\Applications\of2003\EngMUI\Unattended.MST /qb- ECHO.
  19. Well Mazin , the latest version is 261 mb ... but you also have the ultralite version which is 85 mb and is not installs anything but the updates . 2 . Yes it is customable , here is a copy of how to customize : Add the Custom Program files you wish to install to the "CustomProgFiles" directory. Move the file called "My Custom Database.db" from the CustomProgFiles dir, and place it in the "db" directory. Now, edit the file and you'll see it has been made for you. Now you need to edit the entries. For example: <item displayName="Master 1 - Section 1 - Test 1 - A" default="True" autoExpand="True" description="Master 1 - Section 1 - Test 1 - A" uniqueID="AM1S1T1" batchID="M1S1T1" noBackupBatchID="M1S1T1" uri=""/> ----------------------------------------------------------------- You can edit everything here. A quick rundown of the fields: ----------------------------------------------------------------- <item displayName= - Name that will be shown in the program Default= - Either set for True (Checked) or False (Unchecked) AutoExpand= - Either set for True (Expand) or False (Don't expand) Description= - Description that shows up in the program UniqueID= - This must have a *Unique* name for each new file (Suggestion, just use Custom1, Custom2, Custom3, etc) batchID= - This is where you put the name of your Batch Entry. noBackupBatchID= - This is where you type the name of the batch file you made that will be run if "No Backup" is chosen uri= - Optional weblink, if you don't want to use it, don't add anything after the "=" sign. ----------------------------------------------------------------- You can make as many extra Custom Program entries like the one above as you need, as long as you follow the instructions given. Once you have it edited to suit your needs, save and close the file. Once you're done editting, it should look something like this: <item displayName="Name of Custom Program" default="True" autoExpand="True" description="Description of Custom Program" uniqueID="Custom1" batchID="Custom1" noBackupBatchID="Custom1" uri=""/> Once you're done, it's time to edit the batch entries like so: <batch uniqueID="M1S1T1"> ping localhost -n 20 set ERRORLEVEL=0</batch> First, change M1S1T1 to what you labelled your batchID above. Example, Custom1. Next, change "ping localhost -n 20" to the name of the program with the path. Example: {apdirectory}\CustomProgFiles\Whatever.exe Finally, add whatever switches you are going to use. Example: /Y /Z (To find out what switches must be used to ensure a silent install, check the manufacturer's website, you can always "test" some switches before you use them. Some common ones for silent installs are: /q /z /qn REBOOT=Suppress /q:a /r:n /silent /qb /q These are not all the switches that can be used, and I don't guarentee any of these will work with your custom install. Some programs can NOT be installed silently. I suggest you check with the manufacturer of the program to be sure.) Now, your final Result should look something like this: <batch uniqueID="Custom1"> "{apdirectory}\CustomProgFiles\Whatever.exe" /Y /Z set ERRORLEVEL=0</batch> Now, run the AutoPatcher like normal. When you run it, it should now have all the default programs like the standard AutoPatcher, but it should now also have your custom programs at the bottom. enjoy
  20. Hi Amigos , For those among us who still uses SP1 and it's features , i found a great utlility that gather all the updates into 1 exe file ( which can be run fully unattended of course ..) so , here are the links - my recommendations are to download the files only with Bittorent or you will get corrupted files ... autopatcher Check out this folder "autopatcher_full\AutoPatcher XP\db\regundo\Appearance Tweaks " after you extract the files - it contains great reg keys For unattended mode here are the switchs - AutoPatcherXP.exe /unattend /nochecks /noeula Explanation : ( copied from Autopatcher forum ) Silent Mode (a.k.a. Unattended mode) You can use the /unattend switch when you want to make AutoPatcher XP run in silent mode, suppressing any popup windows, batch file checks or questions. However: This wont stop any other applications/installation routines from giving popups or error messages... Also, note that when you use the /unattend switch, AutoPatcher XP will NOT unckeck any installed updates. An other thing to keep in mind, is, that since the /unattend switch makes the process completely silent, there is no way you can select what to install... This means that AutoPatcher XP will use the defaults, provided by the database file. To change that, you will have to save your own defaults BEFORE using the actual unattended procedure! No EULA Mode In unattended mode, the EULA is displayed because it is an agreement between us and the users. If you have read it, agreed and don't want it to show up, you can use the /noeula switch. This switch will be very useful in unattended installs... No Batch File Checks When AutoPatcher XP starts, it checks for the target batch files, to prevent some problems... If you want to skip these tests and make the startup procedure somewhat faster, use the /nochecks switch. Enjoy
  21. Here is a list of usefull switches for hotfixes - my contribution for this kick a** forum !!!! just copy and paste in your install.cmd file ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\KB319233\update\update.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\KB319233\update\update.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q322011_WXP_SP2_x86_ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q322011_WXP_SP2_x86_ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q323183_WXP_SP2_x86_ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q323183_WXP_SP2_x86_ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q324230_WXP_SP2_x86_ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q324230_WXP_SP2_x86_ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q326119_WXP_SP2_x86_ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q326119_WXP_SP2_x86_ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q328070_WXP_SP2_x86_ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q328070_WXP_SP2_x86_ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q328237_WXP_SP2_x86_ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q328237_WXP_SP2_x86_ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q329457_WXP_SP2_x86_ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q329457_WXP_SP2_x86_ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q329692_WXP_SP2_x86_ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q329692_WXP_SP2_x86_ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\KB329909\UPDATE\update.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\KB329909\UPDATE\update.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\WindowsXP-KB828028-x86-ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\WindowsXP-KB828028-x86-ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q330512_WXP_SP2_x86_ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q330512_WXP_SP2_x86_ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q331320_WXP_SP2_x86_ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q331320_WXP_SP2_x86_ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q810032_WXP_SP2_x86_ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q810032_WXP_SP2_x86_ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q811114_WXP_SP2_x86_ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q811114_WXP_SP2_x86_ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\KB811789\UPDATE\update.exe" /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\KB811789\UPDATE\update.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q812415_WXP_SP2_x86_ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q812415_WXP_SP2_x86_ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q815411_WXP_SP2_x86_ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q815411_WXP_SP2_x86_ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q810243_WXP_SP2_x86_ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q810243_WXP_SP2_x86_ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q817027_WXP_SP2_x86_ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\Q817027_WXP_SP2_x86_ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\Q820128_WXP_SP2_x86_ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\Q820128_WXP_SP2_x86_ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q823182_WXP_SP2_x86_ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q823182_WXP_SP2_x86_ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q824105_WXP_SP2_x86_ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q824105_WXP_SP2_x86_ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q824141_WXP_SP2_x86_ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q824141_WXP_SP2_x86_ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q825119_WXP_SP2_x86_ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q825119_WXP_SP2_x86_ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q826939_WXP_SP2_x86_ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q826939_WXP_SP2_x86_ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\WindowsXP-KB826942-x86-ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\WindowsXP-KB826942-x86-ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\WindowsXP-KB826959-x86-US.EXE /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\WindowsXP-KB826959-x86-US.EXE /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q828035_WXP_SP2_x86_ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q828035_WXP_SP2_x86_ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q828940_WXP_SP2_x86_ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q828940_WXP_SP2_x86_ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Windows-KB833407-x86-enu.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Windows-KB833407-x86-enu.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q829637_WXP_SP2_x86_ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q829637_WXP_SP2_x86_ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\hu1002_per.exe /q:a /r:n ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\hu1002_pro.exe /q:a /r:n ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updatess\Q327979_WXP_SP2_x86_ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q327979_WXP_SP2_x86_ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q330836_WXP_SP2_x86_ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q330836_WXP_SP2_x86_ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q810272_WXP_SP2_x86_ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q810272_WXP_SP2_x86_ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\KB813862\UPDATE\update.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\KB813862\UPDATE\update.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q814995_WXP_SP2_x86_ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q814995_WXP_SP2_x86_ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q816736_WXP_SP2_x86_ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q816736_WXP_SP2_x86_ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\KB816979\UPDATE\update.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\KB816979\UPDATE\update.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\KB816982\UPDATE\update.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\KB816982\UPDATE\update.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q817589_WXP_SP2_x86_ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q817589_WXP_SP2_x86_ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q817778_WXP_SP2_x86_ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q817778_WXP_SP2_x86_ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q820291_WXP_SP2_x86_ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q820291_WXP_SP2_x86_ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\WindowsXP-KB821588-x86-ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\WindowsXP-KB821588-x86-ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\KB823354.exe /S /v /qn ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q831240.exe /QB ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q833330_WXP_SP2_x86_ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q833330_WXP_SP2_x86_ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\gpmc.msi /QN ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\DoomCln-KB836528_ENU.exe /S ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q821253_WXP_SP2_x86_ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q821253_WXP_SP2_x86_ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q810019_WXP_SP2_x86_ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q810019_WXP_SP2_x86_ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q813503.exe /q:a /R:N ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\q824463.exe /q:a /R:N ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\q826940.exe /q:a /R:N ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q837251.exe /q:a /R:N ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\q827057.exe /q:a /R:N ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q831167.exe /q:a /R:N ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\q820369.exe /q:a /R:N ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\OE6.0sp1-KB837009-x86-ENU.exe /q:a /R:N ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q832894.exe /q:a /R:N ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\q330994.exe /q:a /R:N ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\WindowsXP-KB810217-x86-ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\WindowsXP-KB810217-x86-ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\KB832414_MSXML3.0_x86.exe /C:"dahotfix.exe /q /n" /q ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\KB832414_MSXML4.0_x86.exe /C:"dahotfix.exe /q /n" /q ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Q825116_WXP_SP2_x86_ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\KB831937-DirectX9-x86-ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\WindowsXP-KB829558-x86-ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\WindowsXP-KB830363-x86-ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\WindowsXP-KB830363-x86-ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\WindowsXP-KB834709-x86-ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\WindowsXP-KB834709-x86-ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\WindowsXP-KB835318-x86-ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\WindowsXP-KB835318-x86-ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\WindowsXP-KB831651-x86-ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\WindowsXP-KB831651-x86-ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\WindowsXP-KB834372-x86-ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\WindowsXP-KB834372-x86-ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\Windows-KB841720-ENU.exe /S ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\WindowsXP-KB823980-x86-ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\WindowsXP-KB823980-x86-ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\WindowsXP-KB828741-x86-ENU.EXE /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\WindowsXP-KB828741-x86-ENU.EXE /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\WindowsXP-KB831114-x86-ENU.exe /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\WindowsXP-KB831114-x86-ENU.exe /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\WindowsXP-KB835732-x86-ENU.EXE /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\WindowsXP-KB835732-x86-ENU.EXE /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\WindowsXP-KB837001-x86-ENU.EXE /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\WindowsXP-KB837633-x86-ENU.EXE /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\WindowsXP-KB837633-x86-ENU.EXE /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\WindowsXP-KB838292-x86-ENU.EXE /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\WindowsXP-KB838292-x86-ENU.EXE /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\WindowsXP-KB838884-x86-ENU.EXE /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\WindowsXP-KB838884-x86-ENU.EXE /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\WindowsXP-KB839876-x86-ENU.EXE /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\WindowsXP-KB839876-x86-ENU.EXE /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\WindowsXP-KB840374-x86-ENU.EXE /q /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\WindowsXP-KB840374-x86-ENU.EXE /q /n /o /z ECHO. ECHO Please wait... start /wait %systemdrive%\Install\Applications\updates\WM9Codecs.exe /Q ECHO.
  22. Hi everyone , I am looking for unattended installation switches for the following Hotfixes : KB837001.EXE KB839645.exe Q819696.exe KB839643.EXE Q817787.EXE Q828026.exe I tried many switches but for some unknown reason i get the EULA screen ... hope you can help me with this one .... i m breaking my head here
  23. Here you go .... enjoy http://www.msfn.org/board/index.php?showtopic=10502&st=40
×
×
  • Create New...