-
-
Save GRTUBORG/5bbd3bf4384a5bb035cec71663414f0a to your computer and use it in GitHub Desktop.
Revisions
-
YoSoyPhil revised this gist
Aug 23, 2022 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 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. -
YoSoyPhil renamed this gist
Aug 23, 2022 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
YoSoyPhil revised this gist
Aug 23, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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" Now you can run "EOS Utility 2.14.20a Updater for Windows" to make a full installation. -
YoSoyPhil revised this gist
Aug 23, 2022 . 1 changed file with 1 addition and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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. `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. -
YoSoyPhil revised this gist
Aug 23, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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" ``` -
YoSoyPhil created this gist
Aug 23, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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.