Jump to content

[solved] Logitech QuickCam device drivers


Bilou_Gateux

Recommended Posts

Copy 'Drivers' folder content of QuickCam install CD somewhere on your hard disk:

edit both files:

Drivers\Bin\setup.iss

[InstallShield Silent]
Version=v7.00
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{DCA986D4-9EB9-46CA-A057-BB3C325C1763}-DlgOrder]
Dlg0={DCA986D4-9EB9-46CA-A057-BB3C325C1763}-SdWelcome-0
Dlg1={DCA986D4-9EB9-46CA-A057-BB3C325C1763}-SdLicense-0
Dlg2={DCA986D4-9EB9-46CA-A057-BB3C325C1763}-SdFinishReboot-0
Count=3
[{DCA986D4-9EB9-46CA-A057-BB3C325C1763}-SdWelcome-0]
Result=1
[{DCA986D4-9EB9-46CA-A057-BB3C325C1763}-SdLicense-0]
Result=1
[{DCA986D4-9EB9-46CA-A057-BB3C325C1763}-SdFinishReboot-0]
Result=1
BootOption=0

edit this section in Drivers\Bin\DevInst.ini

[WINXPRUNTIME]
ShutdownLVCOM
SetUIMode=1
SetupInstall
CheckRequirements
CheckMinOS
;CheckUSB
;ShowInstallUI
CheckDiskSpace
FileCopy
RemoveDevices
;InstallMedusa
;InstallUMVPL
Delay=10
;InstallAec
InstallDevices
;INITIALIZECONNECTIONWIZARD
Reboot=0
;ShowFinishUI

and you're done.

only device drivers are installed with:

InstallDevices

if you want to:

InstallMedusa = Logitech Video Enumerator

InstallUMVPL = Logitech Video UMVPL kernel services

InstallAec = Logitech Audio Echo Cancellation Component

edit DevInst and remove leading ;

run silent install with standard InstallShield switch:

Drivers\Bin\setup.exe -s Drivers\Bin\setup.iss

if you try to install on Windows Server 2003 OS, additional step is to

copy winxp.Lst to winxp64.lst to avoid error message winxp64.lst file not found because 2003 server 5.2 is mis-identified as WinXP 64 5.2

Edited by Bilou_Gateux
Link to comment
Share on other sites


  • 2 months later...
  • 2 months later...
.....

and you're done.

only device drivers are installed with:

InstallDevices

if you want to:

InstallMedusa = Logitech Video Enumerator

InstallUMVPL = Logitech Video UMVPL kernel services

InstallAec = Logitech Audio Echo Cancellation Component

edit DevInst and remove leading ;

run silent install with standard InstallShield switch:

Drivers\Bin\setup.exe -s Drivers\Bin\setup.iss

if you try to install on Windows Server 2003 OS, additional step is to

copy winxp.Lst to winxp64.lst to avoid error message winxp64.lst file not found because 2003 server 5.2 is mis-identified as WinXP 64 5.2

I know topic marked [solved], yet I was unable to make Ultra Vision to work on my Windows2003 32bit installation.

I tried to tweak those files to the "you are done" point (see quote above), yet video driver didn't work. Sound did work, but that's about it.

I also copied/renamed winxp.Lst to winxp64.lst , but I totally missed the rest of explanation. Can someone clarify, what specifically should be replaced with what code and where again specifically location/file/line. I am not that geeky to understand when you say "edit DevInst and remove leading ;run silent install with standard InstallShield switch:"

That's too cryptic for me. What's "leading", "standard install switch"? Where to put all that within the file, how??

I can only follow "copy" "paste" “insert", "save file", "make a new folder" instructions.

Besides there is a new version of the software released and this post needs updating anyway.

Could someone real geeky post a real down to copy/paste level instruction that even dummy like me can do it. So I admit being dummy beforehand, so you don't have to prove being geeky , could you be so kind make a post in real simple copy/paste language.

That's the bottom line.

:hello:

Link to comment
Share on other sites

download 10.5.1 release http://www.logitech.com/pub/techsupport/qu...m/qc1051enu.exe English or http://www.logitech.com/pub/techsupport/qu...m/qc1051fra.exe French

launch install of the package

files are extracted to %ProgramFiles%\Logitech\QuickCamWebInstall

stop the install after extraction, do not complete all wizard steps

edit with your favorite text editor %ProgramFiles%\Logitech\QuickCamWebInstall\Drivers\Bin\DevInst.ini

ie, remove leading ;InstallMedusa will be performed

DevInst.ini before edit

[WINXPRUNTIME]

ShutdownLVCOM

SetUIMode=1

SetupInstall

CheckRequirements

CheckMinOS

;CheckUSB

;ShowInstallUI

CheckDiskSpace

FileCopy

RemoveDevices

;InstallMedusa

;InstallUMVPL

Delay=10

;InstallAec

InstallDevices

;INITIALIZECONNECTIONWIZARD

Reboot=0

;ShowFinishUI

DevInst.ini after edit ; character is removed

[WINXPRUNTIME]

ShutdownLVCOM

SetUIMode=1

SetupInstall

CheckRequirements

CheckMinOS

;CheckUSB

;ShowInstallUI

CheckDiskSpace

FileCopy

RemoveDevices

InstallMedusa

;InstallUMVPL

Delay=10

;InstallAec

InstallDevices

;INITIALIZECONNECTIONWIZARD

Reboot=0

;ShowFinishUI

edit with your favorite text editor %ProgramFiles%\Logitech\QuickCamWebInstall\Drivers\Bin\setup.iss

[installShield Silent]

Version=v7.00

File=Response File

[File Transfer]

OverwrittenReadOnly=NoToAll

[{DCA986D4-9EB9-46CA-A057-BB3C325C1763}-DlgOrder]

Count=0 <<< remove this line and add all the lines below >>>

Dlg0={DCA986D4-9EB9-46CA-A057-BB3C325C1763}-SdWelcome-0

Dlg1={DCA986D4-9EB9-46CA-A057-BB3C325C1763}-SdLicense-0

Dlg2={DCA986D4-9EB9-46CA-A057-BB3C325C1763}-SdFinishReboot-0

Count=3

[{DCA986D4-9EB9-46CA-A057-BB3C325C1763}-SdWelcome-0]

Result=1

[{DCA986D4-9EB9-46CA-A057-BB3C325C1763}-SdLicense-0]

Result=1

[{DCA986D4-9EB9-46CA-A057-BB3C325C1763}-SdFinishReboot-0]

Result=1

BootOption=0

http://www.appdeploy.com/tips/detail.asp?id=18

InstallShield Setup Silent Installation Switches

Edited by Bilou_Gateux
Link to comment
Share on other sites

Doesnt work, maybe for version 10 of the drivers, but not all Logitech cams use that.

[sOLVED] ?? i dont think so.

RESOLUTION

If You Have Not Yet Downloaded QuickCam version 11.1 package, download it.

You can extract the 7z sfx package content with uniextract

if you launch the package install, files are extracted to %temp%\QuickCam_11.1.0

cancel the install after extraction, do not complete all wizard steps.

Include the following entry in your Unattend CD install

<srcdir>\Drivers\Bin\Setup.exe /s MODE=4 NOMEDUSA=1 NOAEC=1 NOUMVPL=1 /l<langid4> /f2"<windir>\temp\qcdrvsetup.log"

Replace <srcdir> with the correct source dir path.

Replace <windir>\temp with destination dir and subdir path of your choice for log file.

Replace the <langid4> references with the actual LangID value for the language that you are installing.

List of Locale ID (LCID) Values as Assigned by Microsoft

other switches are pretty self-explanatory

Sample command

This is a sample qcdrvsetup.cmd file that you can use to install the French language version.

%temp%\QuickCam_11.1.0\Drivers\Bin\Setup.exe /s MODE=4 NOMEDUSA=1 NOAEC=1 NOUMVPL=1 /l1036 /f2"%SystemRoot%\temp\qcdrvsetup.log"

Notice there are no line breaks, single line.

Remember this package is used to preinstall drivers. Do NOT plug your WebCam before or during installation!

Edited by Bilou_Gateux
Link to comment
Share on other sites

  • 3 weeks later...

So far I managed to make Ultra Vision work under Windows2003 only with windows native drivers. I simply uninstall Logitech driver and I got the image, but no sound from a camera mic, for sound I have to use a separate microphone. So far so good and the only real solution that anyone can duplicate. Simply install the latest version of Logitech ware, then uninstall the driver, so software will use native windows driver and will work, just don't expect all the smart features.

I am still looking for a hack installing Logitech latest driver - 11.1 on Windows 2003.

Nothing posted on this threat worked so far on W2003 or being really [solved]. I can applaud the ideas and French extravaganza, yet keep looking for clear cut solution. I am not a programmer (can't appreciate your ideas). I have no problem following patching instructions installing other wares when author really cares making it available for average user. Please don't waste time impressing me with another round of programmer jargon of yours. I am looking for something plain and easily duplicate able anywhere outside of France. I like French colons, so you can keep cheesy flavor, just make it work, God dam it.

Thanks,

Greg

:whistle:

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...