View Single Post
Old 19th August 2010, 14:24   #2032  |  Link
SamuriHL
Registered User
 
SamuriHL's Avatar
 
Join Date: May 2004
Posts: 5,351
Quote:
Originally Posted by mata7 View Post
samuri can you please guide me how to unregister haali 64 bit and only leave as 32bit, i don't use haali now but i need it for Another EAC3to GUI Plus to work

thanks in advance
Code:
@echo off
cd /d "C:\Program Files (x86)\Haali\MatroskaSplitter"

regsvr32 /u /s avi.x64.dll
regsvr32 /u /s dxr.x64.dll
regsvr32 /u /s mkx.x64.dll
regsvr32 /u /s mp4.x64.dll
regsvr32 /u /s ogm.x64.dll
regsvr32 /u /s splitter.x64.ax
regsvr32 /u /s ts.x64.dll
That leaves the 32 bit stuff untouched but unregisters the 64 bit. To re-register them, remove the /u from each line. Also, if you have UAC enabled, you must run the batch file as administrator.
__________________
HTPC: Windows 11, AMD 5900X, RTX 3080, Pioneer Elite VSX-LX303, LG G2 77" OLED
SamuriHL is offline   Reply With Quote