jqnson Posted April 2, 2008 Posted April 2, 2008 (edited) 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!? Edited April 2, 2008 by jqnson
vascorama Posted April 2, 2008 Posted April 2, 2008 Try /S (uppercase), that´s how older versions installed silently.Regards
jqnson Posted April 2, 2008 Author Posted April 2, 2008 (edited) Try /S (uppercase), that´s how older versions installed silently.RegardsThats what i already use so it aint working But you right the lowercase /s don't work at all Edited April 2, 2008 by jqnson
jqnson Posted April 8, 2008 Author Posted April 8, 2008 (edited) capital letter not small /Si 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}") Edited April 14, 2008 by jqnson
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now