Skip to content

Instantly share code, notes, and snippets.

@GRTUBORG
Forked from YoSoyPhil/README.md
Created October 3, 2023 20:50
Show Gist options
  • Select an option

  • Save GRTUBORG/5bbd3bf4384a5bb035cec71663414f0a to your computer and use it in GitHub Desktop.

Select an option

Save GRTUBORG/5bbd3bf4384a5bb035cec71663414f0a to your computer and use it in GitHub Desktop.

Revisions

  1. @YoSoyPhil YoSoyPhil revised this gist Aug 23, 2022. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion README.md
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,8 @@
    ## EOS Utility 2.14.20a full version install

    Go to Canon and select your camera model under software downloads.
    At the time this guide was written, the link was [https://www.canon-europe.com/support/consumer_products/software/eos-utility.html]
    At the time this guide was written, the link was https://www.canon-europe.com/support/consumer_products/software/eos-utility.html

    Select your camera and download "EOS Utility 2.14.20a Updater for Windows" (yes, we will do full install with this file).

    Before we can run the installer we need to add a key to our registry.
  2. @YoSoyPhil YoSoyPhil renamed this gist Aug 23, 2022. 1 changed file with 0 additions and 0 deletions.
  3. @YoSoyPhil YoSoyPhil revised this gist Aug 23, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Install Canon EOS Utility 2 full version with updater
    Original file line number Diff line number Diff line change
    @@ -9,6 +9,6 @@ Before we can run the installer we need to add a key to our registry.

    Open a commandprompt as admin and run this to create the right key for a full install.

    `REG ADD "HKLM\SOFTWARE\WOW6432Node\Canon\EOS Utility"`
    REG ADD "HKLM\SOFTWARE\WOW6432Node\Canon\EOS Utility"

    Now you can run "EOS Utility 2.14.20a Updater for Windows" to make a full installation.
  4. @YoSoyPhil YoSoyPhil revised this gist Aug 23, 2022. 1 changed file with 1 addition and 3 deletions.
    4 changes: 1 addition & 3 deletions Install Canon EOS Utility 2 full version with updater
    Original file line number Diff line number Diff line change
    @@ -9,8 +9,6 @@ Before we can run the installer we need to add a key to our registry.

    Open a commandprompt as admin and run this to create the right key for a full install.

    ```batch
    REG ADD "HKLM\SOFTWARE\WOW6432Node\Canon\EOS Utility"
    ```
    `REG ADD "HKLM\SOFTWARE\WOW6432Node\Canon\EOS Utility"`

    Now you can run "EOS Utility 2.14.20a Updater for Windows" to make a full installation.
  5. @YoSoyPhil YoSoyPhil revised this gist Aug 23, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Install Canon EOS Utility 2 full version with updater
    Original file line number Diff line number Diff line change
    @@ -9,7 +9,7 @@ Before we can run the installer we need to add a key to our registry.

    Open a commandprompt as admin and run this to create the right key for a full install.

    ```
    ```batch
    REG ADD "HKLM\SOFTWARE\WOW6432Node\Canon\EOS Utility"
    ```

  6. @YoSoyPhil YoSoyPhil created this gist Aug 23, 2022.
    16 changes: 16 additions & 0 deletions Install Canon EOS Utility 2 full version with updater
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    # How to install Canon EOS Utility 2 full version
    ## EOS Utility 2.14.20a full version install

    Go to Canon and select your camera model under software downloads.
    At the time this guide was written, the link was [https://www.canon-europe.com/support/consumer_products/software/eos-utility.html]
    Select your camera and download "EOS Utility 2.14.20a Updater for Windows" (yes, we will do full install with this file).

    Before we can run the installer we need to add a key to our registry.

    Open a commandprompt as admin and run this to create the right key for a full install.

    ```
    REG ADD "HKLM\SOFTWARE\WOW6432Node\Canon\EOS Utility"
    ```

    Now you can run "EOS Utility 2.14.20a Updater for Windows" to make a full installation.