Jump to content

Alphaz

Member
  • Posts

    82
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    France

Everything posted by Alphaz

  1. that is exactly what I meant, I want to make a DVD that allows me to install a system in two or more different languages, but I don't know how to make the menu. Like you boot on the dvd and you get this menu on which you choose your language for the install.
  2. Hi, I would like to put on one disc an unattended install for two languages, and give the ability to the person who would boot on the disk and install the system, to choose the language for the install. Thanks in advance for your help. Regards
  3. Hi, My unattended DVD works fine, except for the Office 2003 install, because two WAV files cannot be found from the source during the install. What could I do to unattendly ignore those two error messages? Thanks in advance for any help. Alphaz
  4. Thanks a lot !!!!! It worked fine, installed all the hotfixes except 3 : KB828026, KB819639 and 814078 (js56nfr.exe) FYI, I put my file below. Note: I have Windows XP SP1 in French [Commands] "js56nfr.exe /q /r:n" "kb810217.exe -u -z" "kb821557.exe -u -z" "kb823182.exe -u -z" "kb823559.exe -u -z" "kb824105.exe -u -z" "kb824141.exe /passive /norestart" "kb825119.exe -u -z" "kb826939.exe /passive /norestart" "kb828035.exe /passive /norestart" "kb828741.exe /passive /norestart" "kb833330.exe /passive /norestart" "kb833407.exe /passive /norestart" "kb835732.exe /passive /norestart" "kb836528.exe /q /r:n" "kb837001.exe /passive /norestart" "kb837009.exe /q /r:n" "kb840374.exe /passive /norestart" "kb841720.exe /q /r:n" "msjavwu.exe /q /r:n" "q323255.exe -u -z" "q329115.exe -u -z" "q813951.exe /q:a /r:n" "q817787.exe /q /r:n" "q819639.exe /q /r:n" "q823718.exe /q:a /r:n" "q828026.exe /passive /norestart" "q831167.exe /q:a /r:n" "q329170.exe -u -z" "q329390.exe -u -z" "q329834.exe -u -z" "q832894.exe /q:a /r:n" "vbs56nfr.exe /q /r:n" "qchain.exe"
  5. I have installed SP2 for XP, and I cannot enable file auto-protect.... on the VMware pc, I don't have the problem. If anybody finds the solutions to this, thanks a lot
  6. Hi, I followed step-by-step the procedure for downloading and installing the hotfixes, my install goes well without error messages, but when I go to the Windows Update, it finds all the updates that should have been included... Can somebody give me a hint ? Cheers, Alphaz
  7. Hi, I replaced with the newer version of Direct X, but the switches no longer work... ANy help available ? Even /? doesn't work (
  8. http://greenmachine.msfnhosting.com/XPCREATE/HFComp.htm The page does not exist, error 404!
  9. Thanks Rahbas, I used to do my installs with the GuardianKnot codec pack, but I couldn't find any silent switches... and this one looks really complete, I recommend it to everyone, check out the features: http://doa2.host.sk/codecs/klfeatures.htm Alex.
  10. I could install the messenger without any popup byt using the following: ECHO. ECHO Installation de MSN Messenger 6.1 ECHO Please wait... start /wait %systemdrive%\install\Apps\MSN\MsnMsgs.msi /QB Alex.
  11. If you have ZoneAlarm Pro already installed on a PC, you can export from the registry the registration info, and then run the reg file after the silent install. that would give something like this in your unattended.bat (that's how I named it) file: ECHO. ECHO Installation de ZoneAlarm Pro with Webfiltering V 4.5.530 (Anglais) ECHO Numero de serie: xxxxx-xxxxx-xxxxx-xxxxxx-xxxxxx ECHO Please wait... start /wait %systemdrive%\install\Apps\ZoneAlarm\ZoneAlarmPro.exe /s /noreboot ECHO. ECHO Enregistrement de ZoneAlarm REGEDIT /S %systemdrive%\install\Apps\ZoneAlarm\za.reg I installed ZA on a VMWARE environment, without entering my registration information, executed the REG file and after a reboot I could use it fine. Rgrds, Alex
×
×
  • Create New...