Actions

Difference between revisions of "ScanControl Install Under Linux"

From The RadioReference Wiki

(Created page with "Download: http://www.scannersoft.com/download_demo_link.htm Extract to Download directory Install: wine ~/Downloads/ScanCtrl_demo/SETUP.exe Run: wine ~/.wine/drive_c/'Prog...")
 
m (updated categories)
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
==Overview==
 +
 +
Tested is the Demonstration Edition 7.1.0 w/DataGrabber
 +
 +
===Pro's===
 +
Functions as intended.
 +
Has Logging and Recording.
 +
 +
===Con's===
 +
Application date 2009. Very dated looking.
 +
No import function.
 +
 +
 +
Web site date is 2002 but has a bunch of applications listed for $9.99.
 +
 +
==Installation Process (Ubuntu 15.10)==
 +
 +
This instruction should be followed after all OS updates are applied with Wine not installed. This will probably work for all Debian based distributions of Linux.
 +
 +
 +
===Install Wine First===
 +
[[Software Setup For Linux]]
 +
 +
'''Precaution:''' If you have Wine installed it is highly recommended that you start off with a fresh 32 Bit prefix and a correctly installed .NET Framework 4.5 by deleting your ~/.wine directory and see the link above to reinstall.
 +
 +
===Installation===
 
Download: http://www.scannersoft.com/download_demo_link.htm
 
Download: http://www.scannersoft.com/download_demo_link.htm
 
 
 
Extract to Download directory
 
Extract to Download directory
 
 
Install: wine ~/Downloads/ScanCtrl_demo/SETUP.exe
+
Install:  
 +
<pre>
 +
wine ~/Downloads/ScanCtrl_demo/SETUP.exe
 +
</pre>
 
 
Run:  wine ~/.wine/drive_c/'Program Files'/ScanControl/ScanCtrl.exe
+
Run in terminal or create a shell script:
 +
<pre>  
 +
wine ~/.wine/drive_c/'Program Files'/ScanControl/ScanCtrl.exe
 +
</pre>
 +
 
 +
Application automatically found the BCT15X and connected.
 +
 
 +
 
 +
Return to [[Software Setup For Linux]]
 +
 
 +
 
 +
 
  
[[Category:Scanner Software for Linux]]
+
<!-- Please keep these categories if this page will be developed; otherwise blank the entire page.  Thanks. -->
 +
[[Category:ScanControl]]
 +
[[Category:Software for Linux]]

Latest revision as of 06:03, 21 March 2016

Overview

Tested is the Demonstration Edition 7.1.0 w/DataGrabber

Pro's

Functions as intended. Has Logging and Recording.

Con's

Application date 2009. Very dated looking. No import function.


Web site date is 2002 but has a bunch of applications listed for $9.99.

Installation Process (Ubuntu 15.10)

This instruction should be followed after all OS updates are applied with Wine not installed. This will probably work for all Debian based distributions of Linux.


Install Wine First

Software Setup For Linux

Precaution: If you have Wine installed it is highly recommended that you start off with a fresh 32 Bit prefix and a correctly installed .NET Framework 4.5 by deleting your ~/.wine directory and see the link above to reinstall.

Installation

Download: http://www.scannersoft.com/download_demo_link.htm

Extract to Download directory

Install:

wine ~/Downloads/ScanCtrl_demo/SETUP.exe

Run in terminal or create a shell script:

  
wine ~/.wine/drive_c/'Program Files'/ScanControl/ScanCtrl.exe

Application automatically found the BCT15X and connected.


Return to Software Setup For Linux