Jump to content

How can i do a silent install of xp codec pack 2.3.6


jqnson

Recommended Posts

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 by jqnson
Link to comment
Share on other sites


Try /S (uppercase), that´s how older versions installed silently.

Regards

Thats what i already use so it aint working :wacko:

But you right the lowercase /s don't work at all

Edited by jqnson
Link to comment
Share on other sites

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}")

Edited by jqnson
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...