This post has been edited by jqnson: 02 April 2008 - 12:41 PM
Page 1 of 1
How can i do a silent install of xp codec pack 2.3.6
#1
Posted 02 April 2008 - 11:47 AM
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!?
#2
Posted 02 April 2008 - 11:55 AM
Try /S (uppercase), thatīs how older versions installed silently.
Regards
Regards
#3
Posted 02 April 2008 - 12:39 PM
#5
Posted 08 April 2008 - 01:20 PM
Waleed, on Apr 3 2008, 01:33 PM, said:
capital letter not small
/S
/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}")
This post has been edited by jqnson: 14 April 2008 - 02:17 PM
Share this topic:
Page 1 of 1



Help
Back to top








