Help - Search - Members - Calendar
Full Version: K-Lite Mega Codec Pack 1.01 Help!
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
evilkwan
Im getting this error when the unattended installation of K-Lite Mega Codec Pack 1.01 starts.. Does anyone know how i can fix it? or wat might cause this? or is there a way to Unload the iac25_32.ax before the k-lite mega codec pack installs?


if image dont work go to this link CLICK HERE TO SEE IT

cos something is using that file which doesnt allow the k-lite codec pack to overwrite it.. so i was think unloading that file would fix my problem..
someone help?

- Im using VMWARE Workstation 4 to test my unattended CD
- The OS is WinXP Pro
mad.gif

my code is..
CODE
REG ADD %KEY%\010 /VE /D "Installing K-Lite Mega Codec Pack 1.01/f
REG ADD %KEY%\010 /V 1 /D "%CDROM%\evil\Applications\Klitecodecp\klmcodec101.exe /VERYSILENT /SP-" /f
edmoncu
i had the same problem every once in a while during that part of the silent install. either under vmware or under vpc. sad.gif

its yet to be confirmed if the same will occur on a real pc.. rolleyes.gif
killerbee
hi,

i had a similar problem and got around it by installing the pack before anything else in GuiRunOnce.

hope this helps a bit

cya

Killer Bee
Deezire
The File that the pack is trying to replace.. is in use.. thats the reason why it cannot get acces..

so install it first:)

that should solve it
Alanoll
I wonder what would be trying to use it.

I know you can unregister the file with

CODE
regsvr32 /u iac25_32.ax


But that won't unload it. Maybe do some experimenting with trying to find the program using it? What happens when you click "Retry" same error, or does it continue? (if it continues, maybe a SLEEP 5 is in order)
RyanVM
laugh.gif, as it stands now this won't be an issue with SP2 since for some reason that file doesn't exist on the slipstreamed CD (even though txtsetup.sif is looking for it) tongue.gif
edmoncu
i had the same problem running this on a real pc when doing an unattended install, this time, the file involved is a quicktime file (or codec).
RyanVM
QUOTE (edmoncu @ May 17 2004, 12:11 PM)
i had the same problem running this on a real pc when doing an unattended install, this time, the file involved is a quicktime file (or codec).

Actually, it's for the Indeo codec.
Alanoll
wasn't indeo removed in SP1? or was it added?

I remember one install I did, I forget if it was SP1, or RTM, but i had to find the indeo codecs. But one had them, the other didn't. As far as I remember anyway
RyanVM
I think SP1 removed it, since there's a hotfix for SP1 to give it back laugh.gif

Apparently it's still gone in SP2, but there's a bug in the patcher and it's not being removed from txtsetup.sif. Ah well, I've got a bug report submitted so I guess we'll see MS has to say about it tongue.gif
evilkwan
QUOTE (Alanoll @ May 17 2004, 08:23 AM)
What happens when you click "Retry" same error, or does it continue? (if it continues, maybe a SLEEP 5 is in order)


when i click RETRY it still has the error.. i have to use IGNORE..
but i'll try making it the first file for unattended install n see how it goes..

thnx everyone for helping thumbup.gif
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.