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
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now