{"id":128,"date":"2016-11-26T08:42:12","date_gmt":"2016-11-26T13:42:12","guid":{"rendered":"http:\/\/roy.vanegas.org\/thoughts\/?p=128"},"modified":"2019-01-03T16:36:45","modified_gmt":"2019-01-03T20:36:45","slug":"how-i-installed-the-konica-minolta-dimage-scan-dual-iv-in-windows-10","status":"publish","type":"post","link":"https:\/\/roy.vanegas.org\/thoughts\/how-i-installed-the-konica-minolta-dimage-scan-dual-iv-in-windows-10\/","title":{"rendered":"How I Installed the 2003 Konica Minolta DiMAGE Scan Dual IV 35mm Film Scanner in Windows 10"},"content":{"rendered":"<p><b>Burden<\/b>: ~15 minutes<\/p>\n<figure style=\"width: 500px\" class=\"wp-caption aligncenter\"><a href=\"http:\/\/www.konicaminoltasupport.com\/typo3temp\/pics\/3be30a7f89.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full\" src=\"http:\/\/www.konicaminoltasupport.com\/typo3temp\/pics\/3be30a7f89.jpg\" alt=\"[The Konica Minolta DiMAGE Scan Dual IV. ]\" width=\"500\" height=\"344\"><\/a><figcaption class=\"wp-caption-text\">The Konica Minolta DiMAGE Scan Dual IV<\/figcaption><\/figure>\n<h2>Download Software<\/h2>\n<p>First, download the software required for the installation.<\/p>\n<ol>\n<li>Download the Windows XP version of the DiMAGE Scan Dual IV software from the scanner\u2019s <a href=\"https:\/\/www.konicaminoltasupport.com\/index.php?id=3190&#038;L=2%25%5C%27&#038;cHash=7f40278ae75c01a42f9ca5212afcfad4\" target=\"_blank\" rel=\"noopener\">home page<\/a>.<\/li>\n<li>Copy the following content, which I found in <a href=\"http:\/\/www.fixya.com\/support\/t7457764-konica_minolta_dimage_scan_dual\" target=\"_blank\" rel=\"noopener\">this blog post at Fixya<\/a>, into a text file called <tt>sonyscanners.inf<\/tt>\n<pre>; sonyscanners.inf -- Sony (Konica Minolta) Film Drivers\n;\n;\n; Beta driver for Windows Vista and Windows 7 operating\n; systems for all known Sony film scanners.\n[Version]\nSignature=\"$CHICAGO$\"\nClass=Image\nClassGUID={6bdd1fc6-810f-11d0-bec7-08002be2092f}\nProvider=%Provider%\nDriverVer=2\/19\/2011,3.0\n[Manufacturer]\n%Mfg%=Models,ntamd64\n[Models]\n; USB and SCSI scanners\n\"Minolta Scan Dual II\" = USBScanner,USB\\Vid_0638&amp;Pid_026a\n\"Minolta Scan Dual III\" = USBScanner,USB\\Vid_0686&amp;Pid_400d\n\"Minolta Scan Dual IV\" = USBScanner,USB\\Vid_132b&amp;Pid_000a\n\"Minolta Scan Elite 5400 2\" = USBScanner,USB\\Vid_132b&amp;Pid_0012\n\"Minolta Scan Elite 5400\" = USBScanner,USB\\Vid_0686&amp;Pid_400e\n\"Minolta Scan Elite II\" = USBScanner,USB\\Vid_0686&amp;Pid_4004\n\"Minolta SC-110\" = USBScanner,USB\\Vid_0638&amp;Pid_0a15\n\"Minolta SC-215\" = USBScanner,USB\\Vid_0638&amp;Pid_0a16\n\"Minolta QuickScan 35\" = SCSIScanner,SCSI\\ScannerMINOLTA_#2880___________\n\"Minolta Scan Dual\" = SCSIScanner,SCSI\\ScannerMINOLTA_#2882___________\n\"Minolta Scan Multi\" = SCSIScanner,SCSI\\ScannerMINOLTA_#2883___________\n\"Minolta Scan Speed\" = SCSIScanner,SCSI\\ScannerMINOLTA_#2884___________\n\"Minolta Scan Elite\" = SCSIScanner,SCSI\\ScannerMINOLTA_#2885___________\n\"Minolta Scan Elite 5400 Firewire\" = SBP2Scanner,SBP2\\MINOLTA&amp;DS_Elite5400&amp;CmdSetId104d8\n[Models.ntamd64]\n; USB and SCSI scanners\n\"Minolta Scan Dual II\" = USBScanner,USB\\Vid_0638&amp;Pid_026a\n\"Minolta Scan Dual III\" = USBScanner,USB\\Vid_0686&amp;Pid_400d\n\"Minolta Scan Dual IV\" = USBScanner,USB\\Vid_132b&amp;Pid_000a\n\"Minolta Scan Elite 5400 2\" = USBScanner,USB\\Vid_132b&amp;Pid_0012\n\"Minolta Scan Elite 5400\" = USBScanner,USB\\Vid_0686&amp;Pid_400e\n\"Minolta Scan Elite II\" = USBScanner,USB\\Vid_0686&amp;Pid_4004\n\"Minolta SC-110\" = USBScanner,USB\\Vid_0638&amp;Pid_0a15\n\"Minolta SC-215\" = USBScanner,USB\\Vid_0638&amp;Pid_0a16\n\"Minolta QuickScan 35\" = SCSIScanner,SCSI\\ScannerMINOLTA_#2880___________\n\"Minolta Scan Dual\" = SCSIScanner,SCSI\\ScannerMINOLTA_#2882___________\n\"Minolta Scan Multi\" = SCSIScanner,SCSI\\ScannerMINOLTA_#2883___________\n\"Minolta Scan Speed\" = SCSIScanner,SCSI\\ScannerMINOLTA_#2884___________\n\"Minolta Scan Elite\" = SCSIScanner,SCSI\\ScannerMINOLTA_#2885___________\n\"Minolta Scan Elite 5400 Firewire\" = SBP2Scanner,SBP2\\MINOLTA&amp;DS_Elite5400&amp;CmdSetId104d8\n[USBScanner]\nInclude=sti.inf\nNeeds=STI.USBSection\nSubClass=StillImage\nDeviceType=1\nDeviceSubType=1\nCapabilities=0\n[USBScanner.Services]\nInclude=sti.inf\nNeeds=STI.USBSection.Services\n[SCSIScanner]\nInclude=sti.inf\nNeeds=STI.SCSISection\nSubClass=StillImage\nDeviceType=1\nDeviceSubType=1\nCapabilities=0\n[SCSIScanner.Services]\nInclude=sti.inf\nNeeds=STI.SCSISection.Services\n[SBP2Scanner]\nInclude=sti.inf\nNeeds=STI.SBP2Section\nSubClass=StillImage\nDeviceType=1\nDeviceSubType=2\nCapabilities=0\n[SBP2Scanner.Services]\nInclude=sti.inf\nNeeds=STI.SBP2Section.Services\n[Strings]\nProvider=\"Sony (Konica Minolta)\"\nMfg=\"Sony (Konica Minolta)\"<\/pre>\n<\/li>\n<\/ol>\n<h2>Install the Scanner Software<\/h2>\n<ol>\n<li>Run <tt>DD4103E.exe<\/tt>, which extracts setup files <tt>Setup.exe<\/tt> and <tt>ADBSetup.exe<\/tt><\/li>\n<li>Run <tt>Setup.exe<\/tt><\/li>\n<li>Run <tt>ADBSetup.exe<\/tt><\/li>\n<li>Restart your computer<\/li>\n<\/ol>\n<h2>Update the Driver<\/h2>\n<p>Updating the driver requires your having to relax the digital signature restrictions on your computer temporarily, then restarting to ensure the restrictions are re-instated.<\/p>\n<ol>\n<li>Holding the <tt>shift<\/tt> key, restart your computer<\/li>\n<li>Click\/tap <tt>Troubleshoot<\/tt> then <tt>Advanced options<\/tt> then <tt>Startup Settings<\/tt> then <tt>Restart<\/tt><\/li>\n<li>Choose <tt>7) Disable driver signature enforcement<\/tt> by hitting the <tt>F7<\/tt> key<\/li>\n<li>With the computer restarted, context-click (right-click for right-handed users) the <tt>sonyscanners.inf<\/tt> file you created at the beginning of this tutorial, then choose <tt>Install<\/tt><\/li>\n<li>Connect the scanner, turn it on, then launch the DiMAGE Scan Dual4 Utility software<\/li>\n<li>Once you\u2019ve verified that the scanner works, restart your computer one more time<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Burden: ~15 minutes Download Software First, download the software required for the installation. Download the Windows XP version of the DiMAGE Scan Dual IV software from the scanner\u2019s home page. Copy the following content, which I found in this blog post at Fixya, into a text file called sonyscanners.inf ; sonyscanners.inf &#8212; Sony (Konica Minolta)&hellip; <a class=\"more-link\" href=\"https:\/\/roy.vanegas.org\/thoughts\/how-i-installed-the-konica-minolta-dimage-scan-dual-iv-in-windows-10\/\">Continue reading <span class=\"screen-reader-text\">How I Installed the 2003 Konica Minolta DiMAGE Scan Dual IV 35mm Film Scanner in Windows 10<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[22,23],"tags":[],"class_list":["post-128","post","type-post","status-publish","format-standard","hentry","category-installation","category-software","entry"],"_links":{"self":[{"href":"https:\/\/roy.vanegas.org\/thoughts\/wp-json\/wp\/v2\/posts\/128","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/roy.vanegas.org\/thoughts\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/roy.vanegas.org\/thoughts\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/roy.vanegas.org\/thoughts\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/roy.vanegas.org\/thoughts\/wp-json\/wp\/v2\/comments?post=128"}],"version-history":[{"count":11,"href":"https:\/\/roy.vanegas.org\/thoughts\/wp-json\/wp\/v2\/posts\/128\/revisions"}],"predecessor-version":[{"id":201,"href":"https:\/\/roy.vanegas.org\/thoughts\/wp-json\/wp\/v2\/posts\/128\/revisions\/201"}],"wp:attachment":[{"href":"https:\/\/roy.vanegas.org\/thoughts\/wp-json\/wp\/v2\/media?parent=128"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/roy.vanegas.org\/thoughts\/wp-json\/wp\/v2\/categories?post=128"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/roy.vanegas.org\/thoughts\/wp-json\/wp\/v2\/tags?post=128"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}