POL_Install_iv50
Informations
Créateur | Messages |
---|---|
petch
|
AttentionThis installer is a beta script. It means that it might not work as expected InformationsPlate-formes : Retours d'expérience0 2 Code sourcemkdir "$POL_USER_ROOT/ressources/indeo50" POL_Download_Resource "ftp://ftp.us.dell.com/audio/IV5PLAY.EXE" "24e0c7e08fb3e06b431803a896fc8b25" "indeo50" cd "$WINEPREFIX/drive_c/windows/system32/" cabextract "$POL_USER_ROOT/ressources/indeo50/IV5PLAY.EXE" -F "*.DLL" cabextract "$POL_USER_ROOT/ressources/indeo50/IV5PLAY.EXE" -F "*.AX" POL_SetupWindow_pulsebar "Registering libraries, please wait." "$TITLE" PULSE=0 # not IVFSRC.AX for file in IAC25_32.AX IACENC.DLL IR32_32.DLL IR41_32.AX IR50_32.DLL do POL_SetupWindow_set_text "$file" POL_Wine regsvr32 /i "$file" PULSE=$(( PULSE + 20 )) POL_SetupWindow_pulse "$PULSE" done cat <<'_EOFREG_' > iv5.reg REGEDIT4 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{33D9A761-90C8-11D0-BD43-00A0C911CE86}\Instance\Indeo\xae audio software] "CLSID"="{B4CA2970-DD2B-11D0-9DFA-00AA00AF3494}" "FilterData"=hex:02,00,00,00,00,00,50,00,02,00,00,00,00,00,00,00,30,70,69,33,\ 00,00,00,00,01,00,00,00,04,00,00,00,00,00,00,00,00,00,00,00,30,74,79,33,00,\ 00,00,00,c0,00,00,00,d0,00,00,00,31,74,79,33,00,00,00,00,c0,00,00,00,e0,00,\ 00,00,32,74,79,33,00,00,00,00,c0,00,00,00,f0,00,00,00,33,74,79,33,00,00,00,\ 00,c0,00,00,00,00,01,00,00,31,70,69,33,08,00,00,00,01,00,00,00,04,00,00,00,\ 00,00,00,00,00,00,00,00,30,74,79,33,00,00,00,00,c0,00,00,00,d0,00,00,00,31,\ 74,79,33,00,00,00,00,c0,00,00,00,e0,00,00,00,32,74,79,33,00,00,00,00,c0,00,\ 00,00,f0,00,00,00,33,74,79,33,00,00,00,00,c0,00,00,00,00,01,00,00,61,75,64,\ 73,00,00,10,00,80,00,00,aa,00,38,9b,71,01,00,00,00,00,00,10,00,80,00,00,aa,\ 00,38,9b,71,8a,eb,36,e4,4f,52,ce,11,9f,53,00,20,af,0b,a7,70,02,04,00,00,00,\ 00,10,00,80,00,00,aa,00,38,9b,71,d0,f9,1f,f9,94,c8,d0,11,9d,e9,00,aa,00,af,\ 34,94 "FriendlyName"="Indeoxae audio software" [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\SharedDLLs] "C:\\windows\\system32\\iac25_32.ax"=dword:00000001 "C:\\windows\\system32\\iacenc.dll"=dword:00000001 "C:\\windows\\system32\\ir32_32.dll"=dword:00000001 "C:\\windows\\system32\\ir41_32.ax"=dword:00000001 "C:\\windows\\system32\\ir50_32.dll"=dword:00000001 "C:\\windows\\system32\\ivfsrc.ax"=dword:00000001 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\drivers.desc] "C:\\windows\\system32\\iac25_32.ax"="Indeo® audio software" "C:\\windows\\system32\\ir32_32.dll"="Indeo® video 3.2 by Intel" "C:\\windows\\system32\\ir41_32.ax"="Indeo® video interactive 4.x by Intel" "C:\\windows\\system32\\ir50_32.dll"="Indeo® video 5.06" [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Drivers32] "msacm.iac2"="C:\\windows\\system32\\iac25_32.ax" "vidc.ir41"="C:\\windows\\system32\\ir41_32.ax" "vidc.iv31"="C:\\windows\\system32\\ir32_32.dll" "vidc.iv32"="C:\\windows\\system32\\ir32_32.dll" "vidc.iv50"="C:\\windows\\system32\\ir50_32.dll" _EOFREG_ POL_Wine regedit "iv5.reg" cat <<'_EOFREG_' > iv5-user.reg REGEDIT4 [HKEY_CURRENT_USER\Software\Intel] [HKEY_CURRENT_USER\Software\Intel\Indeo] [HKEY_CURRENT_USER\Software\Intel\Indeo\4.1] "AccessKey"=dword:00000000 "BiDirPrediction"=dword:00000000 "EnabledAccessKey"=dword:00000000 "MinViewportHeight"=dword:00000000 "MinViewportWidth"=dword:00000000 "PlaybackPlatform"=dword:00000002 "QuickCompress"=dword:00000000 "Scalability"=dword:00000000 "Transparency"=dword:00000001 _EOFREG_ POL_Wine regedit "iv5-user.reg" cat << "-----END PGP SIGNATURE-----" > /dev/null -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRFtWEU2eoWQNaBNczlMfrJqhPKRwUCXbGr6QAKCRDlMfrJqhPK R0DgAJ0QouxPB1WLJ9Kccda/u911eflTpgCcD476IwoGtQ2z8IqgMO+nrKh0EI0= =0vey -----END PGP SIGNATURE----- |
Contributions
Filters:
ContribuerMembre | Messages |
Commander_Keen | Mardi 3 Janvier 2023 à 23:08 |
Commander_Keen
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesFTP-Download is no more available. Changed to new https download link from Dell.
Differences@@ -1,5 +1,5 @@ mkdir "$POL_USER_ROOT/ressources/indeo50" -POL_Download_Resource "ftp://ftp.us.dell.com/audio/IV5PLAY.EXE" "24e0c7e08fb3e06b431803a896fc8b25" "indeo50" +POL_Download_Resource "https://dl.dell.com/audio/IV5PLAY.EXE" "24e0c7e08fb3e06b431803a896fc8b25" "indeo50" cd "$WINEPREFIX/drive_c/windows/system32/" cabextract "$POL_USER_ROOT/ressources/indeo50/IV5PLAY.EXE" -F "*.DLL" Nouveau code sourcemkdir "$POL_USER_ROOT/ressources/indeo50" POL_Download_Resource "https://dl.dell.com/audio/IV5PLAY.EXE" "24e0c7e08fb3e06b431803a896fc8b25" "indeo50" cd "$WINEPREFIX/drive_c/windows/system32/" cabextract "$POL_USER_ROOT/ressources/indeo50/IV5PLAY.EXE" -F "*.DLL" cabextract "$POL_USER_ROOT/ressources/indeo50/IV5PLAY.EXE" -F "*.AX" POL_SetupWindow_pulsebar "Registering libraries, please wait." "$TITLE" PULSE=0 # not IVFSRC.AX for file in IAC25_32.AX IACENC.DLL IR32_32.DLL IR41_32.AX IR50_32.DLL do POL_SetupWindow_set_text "$file" POL_Wine regsvr32 /i "$file" PULSE=$(( PULSE + 20 )) POL_SetupWindow_pulse "$PULSE" done cat <<'_EOFREG_' > iv5.reg REGEDIT4 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{33D9A761-90C8-11D0-BD43-00A0C911CE86}\Instance\Indeo\xae audio software] "CLSID"="{B4CA2970-DD2B-11D0-9DFA-00AA00AF3494}" "FilterData"=hex:02,00,00,00,00,00,50,00,02,00,00,00,00,00,00,00,30,70,69,33,\ 00,00,00,00,01,00,00,00,04,00,00,00,00,00,00,00,00,00,00,00,30,74,79,33,00,\ 00,00,00,c0,00,00,00,d0,00,00,00,31,74,79,33,00,00,00,00,c0,00,00,00,e0,00,\ 00,00,32,74,79,33,00,00,00,00,c0,00,00,00,f0,00,00,00,33,74,79,33,00,00,00,\ 00,c0,00,00,00,00,01,00,00,31,70,69,33,08,00,00,00,01,00,00,00,04,00,00,00,\ 00,00,00,00,00,00,00,00,30,74,79,33,00,00,00,00,c0,00,00,00,d0,00,00,00,31,\ 74,79,33,00,00,00,00,c0,00,00,00,e0,00,00,00,32,74,79,33,00,00,00,00,c0,00,\ 00,00,f0,00,00,00,33,74,79,33,00,00,00,00,c0,00,00,00,00,01,00,00,61,75,64,\ 73,00,00,10,00,80,00,00,aa,00,38,9b,71,01,00,00,00,00,00,10,00,80,00,00,aa,\ 00,38,9b,71,8a,eb,36,e4,4f,52,ce,11,9f,53,00,20,af,0b,a7,70,02,04,00,00,00,\ 00,10,00,80,00,00,aa,00,38,9b,71,d0,f9,1f,f9,94,c8,d0,11,9d,e9,00,aa,00,af,\ 34,94 "FriendlyName"="Indeoxae audio software" [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\SharedDLLs] "C:\\windows\\system32\\iac25_32.ax"=dword:00000001 "C:\\windows\\system32\\iacenc.dll"=dword:00000001 "C:\\windows\\system32\\ir32_32.dll"=dword:00000001 "C:\\windows\\system32\\ir41_32.ax"=dword:00000001 "C:\\windows\\system32\\ir50_32.dll"=dword:00000001 "C:\\windows\\system32\\ivfsrc.ax"=dword:00000001 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\drivers.desc] "C:\\windows\\system32\\iac25_32.ax"="Indeo® audio software" "C:\\windows\\system32\\ir32_32.dll"="Indeo® video 3.2 by Intel" "C:\\windows\\system32\\ir41_32.ax"="Indeo® video interactive 4.x by Intel" "C:\\windows\\system32\\ir50_32.dll"="Indeo® video 5.06" [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Drivers32] "msacm.iac2"="C:\\windows\\system32\\iac25_32.ax" "vidc.ir41"="C:\\windows\\system32\\ir41_32.ax" "vidc.iv31"="C:\\windows\\system32\\ir32_32.dll" "vidc.iv32"="C:\\windows\\system32\\ir32_32.dll" "vidc.iv50"="C:\\windows\\system32\\ir50_32.dll" _EOFREG_ POL_Wine regedit "iv5.reg" cat <<'_EOFREG_' > iv5-user.reg REGEDIT4 [HKEY_CURRENT_USER\Software\Intel] [HKEY_CURRENT_USER\Software\Intel\Indeo] [HKEY_CURRENT_USER\Software\Intel\Indeo\4.1] "AccessKey"=dword:00000000 "BiDirPrediction"=dword:00000000 "EnabledAccessKey"=dword:00000000 "MinViewportHeight"=dword:00000000 "MinViewportWidth"=dword:00000000 "PlaybackPlatform"=dword:00000002 "QuickCompress"=dword:00000000 "Scalability"=dword:00000000 "Transparency"=dword:00000001 _EOFREG_ POL_Wine regedit "iv5-user.reg" cat << "-----END PGP SIGNATURE-----" > /dev/null -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRFtWEU2eoWQNaBNczlMfrJqhPKRwUCXbGr6QAKCRDlMfrJqhPK R0DgAJ0QouxPB1WLJ9Kccda/u911eflTpgCcD476IwoGtQ2z8IqgMO+nrKh0EI0= =0vey -----END PGP SIGNATURE----- Réponses |
Dadu042 | Jeudi 24 Octobre 2019 à 15:48 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe MessagesTrying to fix installation crash on POL 4.3.4 with Wine 3.0.3 (32 bits and 64 bits). For the game Aquatic Tycoon. Differences@@ -4,8 +4,9 @@ cd "$WINEPREFIX/drive_c/windows/system32/" cabextract "$POL_USER_ROOT/ressources/indeo50/IV5PLAY.EXE" -F "*.DLL" cabextract "$POL_USER_ROOT/ressources/indeo50/IV5PLAY.EXE" -F "*.AX" - -POL_SetupWindow_pulsebar "$(eval_gettext "Registering libraries, please wait\n(It can take a while)")" "$TITLE" + +POL_SetupWindow_pulsebar "Registering libraries, please wait." "$TITLE" + PULSE=0 # not IVFSRC.AX for file in IAC25_32.AX IACENC.DLL IR32_32.DLL IR41_32.AX IR50_32.DLL @@ -78,4 +79,11 @@ "Transparency"=dword:00000001 _EOFREG_ -POL_Wine regedit "iv5-user.reg" \ No newline at end of file +POL_Wine regedit "iv5-user.reg" +cat << "-----END PGP SIGNATURE-----" > /dev/null +-----BEGIN PGP SIGNATURE----- + +iF0EABECAB0WIQRFtWEU2eoWQNaBNczlMfrJqhPKRwUCXbGr6QAKCRDlMfrJqhPK +R0DgAJ0QouxPB1WLJ9Kccda/u911eflTpgCcD476IwoGtQ2z8IqgMO+nrKh0EI0= +=0vey +-----END PGP SIGNATURE----- \ No newline at end of file Nouveau code sourcemkdir "$POL_USER_ROOT/ressources/indeo50" POL_Download_Resource "ftp://ftp.us.dell.com/audio/IV5PLAY.EXE" "24e0c7e08fb3e06b431803a896fc8b25" "indeo50" cd "$WINEPREFIX/drive_c/windows/system32/" cabextract "$POL_USER_ROOT/ressources/indeo50/IV5PLAY.EXE" -F "*.DLL" cabextract "$POL_USER_ROOT/ressources/indeo50/IV5PLAY.EXE" -F "*.AX" POL_SetupWindow_pulsebar "Registering libraries, please wait." "$TITLE" PULSE=0 # not IVFSRC.AX for file in IAC25_32.AX IACENC.DLL IR32_32.DLL IR41_32.AX IR50_32.DLL do POL_SetupWindow_set_text "$file" POL_Wine regsvr32 /i "$file" PULSE=$(( PULSE + 20 )) POL_SetupWindow_pulse "$PULSE" done cat <<'_EOFREG_' > iv5.reg REGEDIT4 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{33D9A761-90C8-11D0-BD43-00A0C911CE86}\Instance\Indeo\xae audio software] "CLSID"="{B4CA2970-DD2B-11D0-9DFA-00AA00AF3494}" "FilterData"=hex:02,00,00,00,00,00,50,00,02,00,00,00,00,00,00,00,30,70,69,33,\ 00,00,00,00,01,00,00,00,04,00,00,00,00,00,00,00,00,00,00,00,30,74,79,33,00,\ 00,00,00,c0,00,00,00,d0,00,00,00,31,74,79,33,00,00,00,00,c0,00,00,00,e0,00,\ 00,00,32,74,79,33,00,00,00,00,c0,00,00,00,f0,00,00,00,33,74,79,33,00,00,00,\ 00,c0,00,00,00,00,01,00,00,31,70,69,33,08,00,00,00,01,00,00,00,04,00,00,00,\ 00,00,00,00,00,00,00,00,30,74,79,33,00,00,00,00,c0,00,00,00,d0,00,00,00,31,\ 74,79,33,00,00,00,00,c0,00,00,00,e0,00,00,00,32,74,79,33,00,00,00,00,c0,00,\ 00,00,f0,00,00,00,33,74,79,33,00,00,00,00,c0,00,00,00,00,01,00,00,61,75,64,\ 73,00,00,10,00,80,00,00,aa,00,38,9b,71,01,00,00,00,00,00,10,00,80,00,00,aa,\ 00,38,9b,71,8a,eb,36,e4,4f,52,ce,11,9f,53,00,20,af,0b,a7,70,02,04,00,00,00,\ 00,10,00,80,00,00,aa,00,38,9b,71,d0,f9,1f,f9,94,c8,d0,11,9d,e9,00,aa,00,af,\ 34,94 "FriendlyName"="Indeoxae audio software" [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\SharedDLLs] "C:\\windows\\system32\\iac25_32.ax"=dword:00000001 "C:\\windows\\system32\\iacenc.dll"=dword:00000001 "C:\\windows\\system32\\ir32_32.dll"=dword:00000001 "C:\\windows\\system32\\ir41_32.ax"=dword:00000001 "C:\\windows\\system32\\ir50_32.dll"=dword:00000001 "C:\\windows\\system32\\ivfsrc.ax"=dword:00000001 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\drivers.desc] "C:\\windows\\system32\\iac25_32.ax"="Indeo® audio software" "C:\\windows\\system32\\ir32_32.dll"="Indeo® video 3.2 by Intel" "C:\\windows\\system32\\ir41_32.ax"="Indeo® video interactive 4.x by Intel" "C:\\windows\\system32\\ir50_32.dll"="Indeo® video 5.06" [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Drivers32] "msacm.iac2"="C:\\windows\\system32\\iac25_32.ax" "vidc.ir41"="C:\\windows\\system32\\ir41_32.ax" "vidc.iv31"="C:\\windows\\system32\\ir32_32.dll" "vidc.iv32"="C:\\windows\\system32\\ir32_32.dll" "vidc.iv50"="C:\\windows\\system32\\ir50_32.dll" _EOFREG_ POL_Wine regedit "iv5.reg" cat <<'_EOFREG_' > iv5-user.reg REGEDIT4 [HKEY_CURRENT_USER\Software\Intel] [HKEY_CURRENT_USER\Software\Intel\Indeo] [HKEY_CURRENT_USER\Software\Intel\Indeo\4.1] "AccessKey"=dword:00000000 "BiDirPrediction"=dword:00000000 "EnabledAccessKey"=dword:00000000 "MinViewportHeight"=dword:00000000 "MinViewportWidth"=dword:00000000 "PlaybackPlatform"=dword:00000002 "QuickCompress"=dword:00000000 "Scalability"=dword:00000000 "Transparency"=dword:00000001 _EOFREG_ POL_Wine regedit "iv5-user.reg" cat << "-----END PGP SIGNATURE-----" > /dev/null -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRFtWEU2eoWQNaBNczlMfrJqhPKRwUCXbGr6QAKCRDlMfrJqhPK R0DgAJ0QouxPB1WLJ9Kccda/u911eflTpgCcD476IwoGtQ2z8IqgMO+nrKh0EI0= =0vey -----END PGP SIGNATURE----- RéponsesEdité par Dadu042 |
Dadu042 | Jeudi 21 Mars 2019 à 22:36 |
Dadu042
|
MessagesAs of 2019-03-21 this function return errors :( [03/21/19 22:21:00] - ----- Starting function POL_Install_iv50 ----- [03/21/19 22:21:01] - Running wine-4.4 regsvr32 /i IAC25_32.AX (Working directory : /home/dadu042/.PlayOnLinux/wineprefix/pro_rally_2001/drive_c/windows/system32) regsvr32ÿ: DLL ®ÿIAC25_32.AXÿ¯ enregistre avec succs regsvr32ÿ: ®ÿDllInstallÿ¯ non implmente dans la DLL ®ÿIAC25_32.AXÿ¯ [03/21/19 22:21:08] - Running wine-4.4 regsvr32 /i IACENC.DLL (Working directory : /home/dadu042/.PlayOnLinux/wineprefix/pro_rally_2001/drive_c/windows/system32) regsvr32ÿ: ®ÿDllRegisterServerÿ¯ non implmente dans la DLL ®ÿIACENC.DLLÿ¯ [03/21/19 22:21:12] - Running wine-4.4 regsvr32 /i IR32_32.DLL (Working directory : /home/dadu042/.PlayOnLinux/wineprefix/pro_rally_2001/drive_c/windows/system32) regsvr32ÿ: ®ÿDllRegisterServerÿ¯ non implmente dans la DLL ®ÿIR32_32.DLLÿ¯ [03/21/19 22:21:13] - Running wine-4.4 regsvr32 /i IR41_32.AX (Working directory : /home/dadu042/.PlayOnLinux/wineprefix/pro_rally_2001/drive_c/windows/system32) 0031:fixme:ole:CoCreateInstanceEx no instance created for interface {a3d8cec0-7e5a-11cf-bbc5-00805f6cef20} of class {bd323430-ce94-11ce-82dd-0800095a5b55}, hres is 0x80004002 0031:fixme:ole:CoCreateInstanceEx no instance created for interface {a3d8cec0-7e5a-11cf-bbc5-00805f6cef20} of class {bd323431-ce94-11ce-82dd-0800095a5b55}, hres is 0x80004002 0031:fixme:ole:CoCreateInstanceEx no instance created for interface {a3d8cec0-7e5a-11cf-bbc5-00805f6cef20} of class {87ca6f02-49e4-11cf-a3fe-00aa003735be}, hres is 0x80004002 0031:fixme:ole:CoCreateInstanceEx no instance created for interface {a3d8cec0-7e5a-11cf-bbc5-00805f6cef20} of class {bd323432-ce94-11ce-82dd-0800095a5b55}, hres is 0x80004002 0031:fixme:ole:CoCreateInstanceEx no instance created for interface {a3d8cec0-7e5a-11cf-bbc5-00805f6cef20} of class {bd323433-ce94-11ce-82dd-0800095a5b55}, hres is 0x80004002 0031:fixme:ole:CoCreateInstanceEx no instance created for interface {a3d8cec0-7e5a-11cf-bbc5-00805f6cef20} of class {87ca6f04-49e4-11cf-a3fe-00aa003735be}, hres is 0x80004002 regsvr32ÿ: DLL ®ÿIR41_32.AXÿ¯ enregistre avec succs regsvr32ÿ: ®ÿDllInstallÿ¯ non implmente dans la DLL ®ÿIR41_32.AXÿ¯ [03/21/19 22:21:14] - Running wine-4.4 regsvr32 /i IR50_32.DLL (Working directory : /home/dadu042/.PlayOnLinux/wineprefix/pro_rally_2001/drive_c/windows/system32) regsvr32ÿ: DLL ®ÿIR50_32.DLLÿ¯ enregistre avec succs regsvr32ÿ: ®ÿDllInstallÿ¯ non implmente dans la DLL ®ÿIR50_32.DLLÿ¯ [03/21/19 22:21:15] - Running wine-4.4 regedit iv5.reg (Working directory : /home/dadu042/.PlayOnLinux/wineprefix/pro_rally_2001/drive_c/windows/system32) [03/21/19 22:21:15] - Content of iv5.reg ----------- REGEDIT4 [HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{33D9A761-90C8-11D0-BD43-00A0C911CE86}\Instance\Indeo\xae audio software] "CLSID"="{B4CA2970-DD2B-11D0-9DFA-00AA00AF3494}" "FilterData"=hex:02,00,00,00,00,00,50,00,02,00,00,00,00,00,00,00,30,70,69,33,\ 00,00,00,00,01,00,00,00,04,00,00,00,00,00,00,00,00,00,00,00,30,74,79,33,00,\ 00,00,00,c0,00,00,00,d0,00,00,00,31,74,79,33,00,00,00,00,c0,00,00,00,e0,00,\ 00,00,32,74,79,33,00,00,00,00,c0,00,00,00,f0,00,00,00,33,74,79,33,00,00,00,\ 00,c0,00,00,00,00,01,00,00,31,70,69,33,08,00,00,00,01,00,00,00,04,00,00,00,\ 00,00,00,00,00,00,00,00,30,74,79,33,00,00,00,00,c0,00,00,00,d0,00,00,00,31,\ 74,79,33,00,00,00,00,c0,00,00,00,e0,00,00,00,32,74,79,33,00,00,00,00,c0,00,\ 00,00,f0,00,00,00,33,74,79,33,00,00,00,00,c0,00,00,00,00,01,00,00,61,75,64,\ 73,00,00,10,00,80,00,00,aa,00,38,9b,71,01,00,00,00,00,00,10,00,80,00,00,aa,\ 00,38,9b,71,8a,eb,36,e4,4f,52,ce,11,9f,53,00,20,af,0b,a7,70,02,04,00,00,00,\ 00,10,00,80,00,00,aa,00,38,9b,71,d0,f9,1f,f9,94,c8,d0,11,9d,e9,00,aa,00,af,\ 34,94 "FriendlyName"="Indeoxae audio software" [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\SharedDLLs] "C:\\windows\\system32\\iac25_32.ax"=dword:00000001 "C:\\windows\\system32\\iacenc.dll"=dword:00000001 "C:\\windows\\system32\\ir32_32.dll"=dword:00000001 "C:\\windows\\system32\\ir41_32.ax"=dword:00000001 "C:\\windows\\system32\\ir50_32.dll"=dword:00000001 "C:\\windows\\system32\\ivfsrc.ax"=dword:00000001 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\drivers.desc] "C:\\windows\\system32\\iac25_32.ax"="Indeo® audio software" "C:\\windows\\system32\\ir32_32.dll"="Indeo® video 3.2 by Intel" "C:\\windows\\system32\\ir41_32.ax"="Indeo® video interactive 4.x by Intel" "C:\\windows\\system32\\ir50_32.dll"="Indeo® video 5.06" [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Drivers32] "msacm.iac2"="C:\\windows\\system32\\iac25_32.ax" "vidc.ir41"="C:\\windows\\system32\\ir41_32.ax" "vidc.iv31"="C:\\windows\\system32\\ir32_32.dll" "vidc.iv32"="C:\\windows\\system32\\ir32_32.dll" "vidc.iv50"="C:\\windows\\system32\\ir50_32.dll" ----------- [03/21/19 22:21:15] - Running wine-4.4 regedit iv5-user.reg (Working directory : /home/dadu042/.PlayOnLinux/wineprefix/pro_rally_2001/drive_c/windows/system32) [03/21/19 22:21:15] - Content of iv5-user.reg ----------- REGEDIT4 [HKEY_CURRENT_USER\Software\Intel] [HKEY_CURRENT_USER\Software\Intel\Indeo] [HKEY_CURRENT_USER\Software\Intel\Indeo\4.1] "AccessKey"=dword:00000000 "BiDirPrediction"=dword:00000000 "EnabledAccessKey"=dword:00000000 "MinViewportHeight"=dword:00000000 "MinViewportWidth"=dword:00000000 "PlaybackPlatform"=dword:00000002 "QuickCompress"=dword:00000000 "Scalability"=dword:00000000 "Transparency"=dword:00000001 ----------- [03/21/19 22:21:15] - ----- Ending function POL_Install_iv50 ----- Réponses |
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com