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:
[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.
Questions & Answers related to Unknown Canon Digital Camera Solutions Disks
Blogs (0)
Blog posts related to Unknown Canon Digital Camera Solutions Disks
Links (0)
Links 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