/build/static/layout/Breadcrumb_cap_w.png

Unknown Canon Digital Camera Solutions Disks

Version: 12

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 1.8k  |  Created: 08/31/2006

Average Rating: 0
Canon Digital Camera Solutions Disks has 1 inventory records, 0 Questions, 0 Blogs and 0 links. Please help add to this by sharing more!

Deployment Tips (1)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 4 / 5 (Somewhat Difficult) based on 1 ratings
Most Commonly Reported Deployment Method
Vendor Provided Command Line (answer file driven)

Deployment Tip Summary

Change Component-count=4 Component-0=FVW Component-1=RCW Component-2=ZBEX Component-3=WIA_DUMMY to: Component-count=1 Component-0=WIA_DUMMY
118
Note
The add-on-software that comes with the Canon Ixus V3 digital camera is comprised of several applications (including the camera driver) with different installation routines.

The complete suite can be repackaged like this:

- Create a setup.iss file in the windows directory by running "setup.exe /r" from the software\instdata\<language> directory
- When trying to install the setup in unattended mode with the setup.iss created the installation fails.

Therefore I tried various modifications of the setup.iss and finally succeeded by changing these lines:

Component-count=4
Component-0=FVW
Component-1=RCW
Component-2=ZBEX
Component-3=WIA_DUMMY

to:

Component-count=1
Component-0=WIA_DUMMY

...which by definition should only install the driver but it actually installs the whole suite :-)

- Another issue is that the installation source files must be in the root of the installation drive, as if they were on a CD (c:\software\...).

The main section of an Empirum script to run the installation could look like this:

[Application]
...
ApplicationDir=%ProgramFilesDir%\Canon
...

[Product]
#Set:Installation, DONTDELETE

[SET:Installation]
md c:\software
callhidden %system%\xcopy.exe "%src%\*.*" "c:\software" /S /Y /K /I
Cd "C:\SOFTWARE\INSTDATA\GERMAN"
Call "SETUP.EXE" /S
If DoesfileExist ("%App%\Camerawindow\camerawindowcomp.exe") <> "1" Then "SET:InstallationError" EndIf
deltree c:\software

The setup.iss must be in c:\software\instdata\german when running the setup.exe /s

A reboot after the installation is recommended.
After the restart a user without admin rights can connect a camera and the driver will install automatically.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (1)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

Canon Digital Camera Solutions Disks

Version

12

Questions & Answers (0)

Questions & Answers related to Unknown Canon Digital Camera Solutions Disks

Blogs (0)

Blog posts related to Unknown Canon Digital Camera Solutions Disks

Reviews (0)

Reviews related to Unknown Canon Digital Camera Solutions Disks

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ