Jump to content

centi50

Member
  • Posts

    36
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by centi50

  1. Thanks Yzöwl Thanking Everyone for helping me out PEACE AND LOVE TO ALL
  2. What if am to install Win Xp Updates, is there something to edit in the Batch code Being Provided here
  3. Thanks Yzöwl, Please can you or anyone Explain to me or what does this line mean FOR /R %%# IN (*-KB*.MSU) DO (CALL :SUB %%~n# Thanking everyone in Advance
  4. Big Up to mselfidem and Yzöwl for Helping out. As i said am no Computer Geek or Guru, so there was no way i was going to spot any error in any batch code. But thanks to Bro Yzöwl . And Thx to myselfidem. To help me. Two questions i have to my friends. 1.I see the start & wait cmd is not there. will the installation still wait for the first installation to finnish then go to the other one. or will it start the second installation even if the first did not finnish? 2. Will these script search into subfolders containing the .MSU files? if not, Can anyone modify the batch to make it search into subfolder and install the .MSU files. Please if somebody will modify the batch code and post, i kindly ask him or her to post the full batch code and not only the modification, Becoz i will not understand. i'll just copy the batch and save it. Once again i thank all who helped me.
  5. Yzowl. I dont know anything about batch programming. what i wanted was a batch file that can search my folders for .msu files and install them silently. Thanx to myselfidem he provided me the Batch code and it installed my msu's file. If you have a better Code. i'll be happy to employ it.
  6. Thanks myselfidem the scrripts works fine. But i would like to include wusa.exe in the batch script to install the updates can anyone help please.
  7. Thanks myselfidem for your time and efforts to help me out. i'll try ur batch script
  8. Hello to all, Am no Computer guru nor Programmer Geek. Please please can anyone write me a batch script for installing win 7 updates manually from a folder i have on hard disk.This is what i want to be exact. I have windows updates files i have been downloading from catalog.update.microsoft.com. in a folder on Drive D of my Laptop. now every time there is an update alert by windows 7 update agent, i go to catalog.update.microsoft.com and download the updates to my folder. This way i dont have to download the same updates when i want to update my PC desktop running widows 7. So i humbly ask this great community to help me out to accomplish this by giving me a batch script which i can paste on Notepad and save it as a .bat file so when i double click my .bat file i will install my updates silently on the target system. eg. AMD64-all-windows6.1-kb2482017-x64_95006a2b965e8566d8a57600a0c0c53cb7212874.msu AMD64-all-windows6.1-kb2479628-x64_a774713ef62d45373a08d4a7c0acfa18e8ec87c8.msu I want a batch script to find the msu's file in a folder and install them silently. It should install the the first update till finnish before installing the second one and so forth. This is what i've been doing. 1. open cmd prompt and i type "DIR *.* /B >My folder name.bat (eg i have a folder for Apr 2011 updates named 12 Apr 11 Updates win 7) so i type "DIR *.* /B >12apr11upadteswin7.BAT" at the cmd prompt. This will give me all the file names of the msu's in a text file. 2. Then i manually replace .msu with .msu /quiet /norestart Eg. AMD64-all-windows6.1-kb2482017-x64_95006a2b965e8566d8a57600a0c0c53cb7212874.msu changes to AMD64-all-windows6.1-kb2482017-x64_95006a2b965e8566d8a57600a0c0c53cb7212874.msu /quiet /norestart . i do this for all the msu files in that folder. 3. Then i add @echo off echo Installing 12 Apr 2011 Updates...... to be the first and second line of my batch file named 12apr11upadteswin7.BAT. so i have something like this at the end @echo off echo Installing 12 Apr 2011 Updates...... AMD64-all-windows6.1-kb2393802-x64_98de62e1afe597d60acb584552241477315bd33a.msu /quiet /norestart AMD64-all-windows6.1-kb2425227-x64_0749e0e8531479e1de9347fe584e61d43c209c0f.msu /quiet /norestart AMD64-all-windows6.1-kb2454826-v2-x64_1c0a9c5f9fa8a2ffebfc81c3163a46caf077838a.msu /quiet /norestart AMD64-all-windows6.1-kb2467023-x64_7f10b8f14a55877cf2ee67cee41ab758c3a9b376.msu /quiet /norestart AMD64-all-windows6.1-kb2475792-x64_2e8f675625883458482042e128f54167f0193f9b.msu /quiet /norestart AMD64-all-windows6.1-kb2479628-x64_a774713ef62d45373a08d4a7c0acfa18e8ec87c8.msu /quiet /norestart AMD64-all-windows6.1-kb2485376-x64_7082a10a94b6cfffdd28f5f57f02e15a5345f5a7.msu /quiet /norestart AMD64-all-windows6.1-kb2487426-x64_248e8f34492d9ed52236150179313aaf29a544d4.msu /quiet /norestart AMD64-all-windows6.1-kb2482017-x64_95006a2b965e8566d8a57600a0c0c53cb7212874.msu /quiet /norestart Now i dont want to be finding .msu and replacing with .msu /quiet /norestart manually. I want a script that will search my folder may be i have subfolders to seach in that too for msu's and install them one by one waiting to finnish installing the first update before installing the second one. i hope i have tried to explain myself clear Your efforts to help this humble soul of mine will be highly appreciated
  9. Hello DaRk MaDnEsS What Tool Are you refering to? coz the link leads me to msf..org main page
  10. Hello to all, I've Just been trying to create .Net Framework 3.5 sp1 Sfx Archive but it can't just happen.This is what i did 1 Downloaded the full package from Microsoft size 231MB 2 Extacted the Content to c:\DNF35 folder 3 I deleted The x64 related folders so only remained with x86 Folders and files 4 Contents in DNF35 folder are folders of a dotNetFX20 b dotNetFX30 c dotNetFX35 d Tools e dotNetFx35setup.exe (2.82MB) 5 My WinRAR script is ;The comment below contains SFX script commands Setup=dotNetFx35setup.exe /qb /norestart TempMode Silent=1 Overwrite=1 I created the archive and after i run it i got this error Windows can not find 'dotNetFx35setup.exe' make sure you typed the name correctly and then try again. I also tried to extract the dotNetFx35setup.exe to the DNF35 and the deleting the dotNetFx35setup.exe. and sepcifying setup=setup.exe /qb /norestart. Still the SFX archive cannot run the specified file in the setup command and i get the error Please go to the Control Panel to install and configure System Components I even specified the path as %Temp% but still setup command can not run the specified program Please can anyone help me to create the this SFX so i can convert it to be an Addon for nLite help will highly appreciated
  11. Hi everybody am new to unattended Stuffs, but i hope to benefit by learning from this big forum
×
×
  • Create New...