September 26, 200619 yr i have been trying to install it without any luck at all.i got just an error message with and "Ok" Button when i try to install with this command:rundll32 syssetup,SetupInfObjectInstallAction DefaultInstall 128 .\AC3ACM.infit comes in two files: AC3ACM.acm and AC3ACM.infi call it from runonceex in the hdd with a cmd file with the above command. the cmd file is along with these two files. i dont know how to install it. anyonw can point me out on this one?thanks.
September 27, 200619 yr I know it installs from the desktop with a rightclick on the INF and choosing install.For unattended installation, get the AC3ACm.acm file into system32 using whatever method is easiest for you and apply this regfile either using cmdlines.txt or svcpack.infWindows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\MediaResources\msacm\msacm.ac3acm]"Description"="AC-3 ACM Codec""Driver"="AC3ACM.acm""FriendlyName"="AC-3 ACM Codec"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\drivers.desc]"AC3ACM.acm"="AC-3 ACM Codec"[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32]"msacm.ac3acm"="AC3ACM.acm" Dont forget, reg files need to end in a blank line.shark Edited September 27, 200619 yr by Shark007
September 27, 200619 yr Author wiil it work if i make an installer (msi) that copies the acm file to system32 and then import those reg keys to the registry.i want to use it from runonceex. thanks for the help.i will make it meanwhile to see if it works with an installed copy of windows.
September 27, 200619 yr wiil it work if i make an installer (msi) that copies the acm file to system32 and then import those reg keys to the registry.i want to use it from runonceex. thanks for the help.i will make it meanwhile to see if it works with an installed copy of windows. The above pretty well describes the codec pack i offer in the stickies section.shark
September 27, 200619 yr Author i appreciate your cocec pack but i just install some of the components in there so i make some installers of my own. the only thing im missing is the ac3-acm decompressor...i just finished my installer for it...will test it and post if it works.thanks.
September 27, 200619 yr Go to the Run box and type "iexpress". IExpress has support for INF file installations and will pack your files into a SFX archive.
September 27, 200619 yr i use this command via RunOnceExREG ADD %KEY%\028 /VE /D "AC3-ACM Decompressor 1.31" /fREG ADD %KEY%\028 /V 1 /D "Rundll32.exe Setupapi.dll,InstallHinfSection DefaultInstall 132 %SystemDrive%\install\Codecs\AC3ACM.inf" /f
September 28, 200619 yr Author i appreciate your cocec pack but i just install some of the components in there so i make some installers of my own. the only thing im missing is the ac3-acm decompressor...i just finished my installer for it...will test it and post if it works.thanks.never thought of the venerable iexpress. thanks for the reminder. i already pack it and it worked well.thanks to all for the other advices.
October 1, 200619 yr Go to the Run box and type "iexpress". IExpress has support for INF file installations and will pack your files into a SFX archive.Yeah, thanks for this great tip!!
Create an account or sign in to comment