Help - Search - Members - Calendar
Full Version: How can i do a silent install of xp codec pack 2.3.6
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
jqnson
I want the xp codec pack to be a part of my unattended cd and i want to use a bat file at the end of the setup i already tried to use the switch /S and it removes everything except the choose language dialog anyone know what i can do to avoid that!?
vascorama
Try /S (uppercase), thatīs how older versions installed silently.
Regards
jqnson
QUOTE (vascorama @ Apr 2 2008, 07:55 PM) *
Try /S (uppercase), thatīs how older versions installed silently.
Regards


Thats what i already use so it aint working wacko.gif

But you right the lowercase /s don't work at all
Waleed
capital letter not small
/S
jqnson
QUOTE (Waleed @ Apr 3 2008, 01:33 PM) *
capital letter not small
/S


i use /S but it aint skipping the language selection box

*EDIT* I solved the problem with autoit =]

CODE:
run ("XP_Codec_Pack_2.3.6.exe /S")
WinWaitActive("Installer Language")
Send("{ENTER}")




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.