Actions

Difference between revisions of "ProScan Install Under Linux"

From The RadioReference Wiki

 
(71 intermediate revisions by 2 users not shown)
Line 2: Line 2:
  
 
===Pro's===
 
===Pro's===
*Works very well in Ubuntu with Wine.
+
*Works flawlessly in Ubuntu with Wine. This is my favourite.
*Uploaded and downloaded systems to a BCT15X.
+
 
*Connected to the RR.com DB with no issues.
+
*Successfully uploaded and downloaded systems to a BCT15X.
*The Virtual Control Panel (VCP) closely resembles the BCT15X selected. Complete eye candy. Not just a generic panel.
+
 
 +
*Connected to the RadioResourceR.com DB with no issues. Imported a system then uploaded it to the scanner.
 +
 
 +
*The Virtual Control Panel (VCP) closely resembles the scanner model selected. Complete eye candy, not just a generic panel.
 +
 
 
*VCP push buttons illuminate.
 
*VCP push buttons illuminate.
 +
 
*VCP display, text and button illumination color is configurable.
 
*VCP display, text and button illumination color is configurable.
*VCP has a small frequency field with tune button.  
+
 
 +
*VCP has a small frequency field with tune button.
 +
 
 
*Lower profile VCP than the others.
 
*Lower profile VCP than the others.
 +
 +
*Automatic Update Notification for both evaluation and paid version. Because of the ProScan folder  path differences between Linux and Windows the auto update fails so you will need to upgrade manually.
 +
 +
*License activation tested and functions as expected. Running "Remove Activation" at the bottom of this page returns the application to a 30 day expired copy.
 +
 
*30 day evaluation period.
 
*30 day evaluation period.
  
 
===Con's===
 
===Con's===
*Couldn't find any.
+
*The application can't find the ProScan_Manual.pdf since its hard coded to look in C:\Program Files\ProScan. That's ok since you can just navigate to the folder and open the pdf manually.
 
 
  
Didn't test any of the higher end functions other than viewing logs. No recording function tests performed.
+
===Comments===
 +
*Not test here was any of the higher end functions other than viewing logs. No recording function tests performed.
  
==Installation Process (Ubuntu 15.10)==
+
*This instruction should be followed after all OS updates are applied. A fresh 32 Bit Wine prefix highly recommended, instructions below.  
  
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.  
+
*'''This should work for most Debian based distributions of Linux.'''
  
 +
==Installation==
  
 
===Install Wine First===
 
===Install Wine First===
[[Software Setup For Linux]]
+
:[[Software Setup For Linux|Wine Installation Instructions]]
  
'''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.
+
:'''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 the prefix.
  
===Installation===
+
===Install ProScan===
  
 
:Download from here: http://www.proscan.org/
 
:Download from here: http://www.proscan.org/
  
:Extract file in your download directory.
+
:Extract file into your download directory.
 +
 
 +
:1) Copy and paste the text below into a Terminal window to start the installation program:
 +
:<pre>wine ~/Downloads/ProScan_10_2.exe</pre>
 +
 
 +
:2) Select "Next" after closing other open applications.
 +
 
 +
:3) Accept the agreement by selecting "Next".
 +
 
 +
:4) Install into the default directory: C:\Program Files\ProScan, select "Next".
 +
 
 +
:5) Let it create the default shortcuts, select "Next".
 +
 
 +
:6) '''Check the "Create a desktop icon" box, select "Next" then "Install".'''
 +
 
 +
:7) You can leave the "Launch ProScan" checked, select Finish.
 +
 
 +
:8) ProScan will now start. Select "OK" on the activation window to start the evaluation period or "Enter Key" to activate.
 +
 
 +
:9) Select your scanner model.
 +
 
 +
:10) From the toolbar select "Comm Port".
 +
 
 +
:11) Select Port 1 and the Baud Rate to match your scanner.
  
:Install:
+
:12) Press "Auto Detect", highlight the option which displays in the "Comm Port Auto Detect" and press "Set Selected Available Port". Close the "Comm Port" window.
<pre>
+
 
wine ~/Downloads/ProScan_10_0.exe
+
:'''ProScan is now running.'''
</pre>
+
 
 +
==Launching ProScan==
 +
:*Double click the Launcher on your Desktop created during installation.
  
 +
:*If you don't have a Launcher you probably missed the step 4 above creating a Windows "Shortcut". I wouldn't have thought it would work but it does. Just reinstall the program to create it.
  
===Create Shell Script===
+
==Removing Activation==
:Note: The OS needs to be in the Proscan folder when started otherwise it won't find the ProScan1.dll. There's probably a fix for it by someone smarter than me with Wine.
 
  
:Using a text editor like gedit create a new file named "ProScan.sh".
+
:*ProScan licensing allows use on 2 operating systems. Running the following will return your copy to a 30 day expired copy.
:Copy and paste the contents below to the new file:
 
<pre>
 
cd ~/.wine/drive_c/'Program Files'/ProScan/
 
wine ProScan.exe
 
</pre>
 
  
:Save the file here:
+
:To remove activation for use on another operating systems run the following:
 
<pre>
 
<pre>
~/.wine/drive_c/'Program Files'/ProScan/
+
wine ~/.wine/drive_c/'Program Files'/ProScan/RemoveActivation.exe
 
</pre>
 
</pre>
  
===Create Application Launcher===
+
==Uninstalling ProScan==
  
Right click on your desktop and select "Create Launcher"
+
:Run the following:
 
 
Copy and paste the content below into the corresponding fields:
 
 
<pre>
 
<pre>
Name: ProScan
+
wine ~/.wine/drive_c/'Program Files'/ProScan/unins000.exe
Comment: Anything you want here
 
Command: /home/<Your_User_Name_Here/.wine/drive_c/'Program Files'/ProScan/ProScan.sh
 
Working Directory: Leave this field blank
 
 
</pre>
 
</pre>
  
:You can also select an icon to your liking.
+
:Follow the prompts.
 
 
:After starting from the toolbar select "Comm Port" to set up your communication.
 
  
  
Line 75: Line 101:
  
  
<!-- Please keep these categories if this page will be developed; otherwise blank the entire page.  Thanks. -->
 
 
[[Category:ProScan]]
 
[[Category:ProScan]]
 
[[Category:Software for Linux]]
 
[[Category:Software for Linux]]

Latest revision as of 07:33, 19 April 2016

Functional Overview

Pro's

  • Works flawlessly in Ubuntu with Wine. This is my favourite.
  • Successfully uploaded and downloaded systems to a BCT15X.
  • Connected to the RadioResourceR.com DB with no issues. Imported a system then uploaded it to the scanner.
  • The Virtual Control Panel (VCP) closely resembles the scanner model selected. Complete eye candy, not just a generic panel.
  • VCP push buttons illuminate.
  • VCP display, text and button illumination color is configurable.
  • VCP has a small frequency field with tune button.
  • Lower profile VCP than the others.
  • Automatic Update Notification for both evaluation and paid version. Because of the ProScan folder path differences between Linux and Windows the auto update fails so you will need to upgrade manually.
  • License activation tested and functions as expected. Running "Remove Activation" at the bottom of this page returns the application to a 30 day expired copy.
  • 30 day evaluation period.

Con's

  • The application can't find the ProScan_Manual.pdf since its hard coded to look in C:\Program Files\ProScan. That's ok since you can just navigate to the folder and open the pdf manually.

Comments

  • Not test here was any of the higher end functions other than viewing logs. No recording function tests performed.
  • This instruction should be followed after all OS updates are applied. A fresh 32 Bit Wine prefix highly recommended, instructions below.
  • This should work for most Debian based distributions of Linux.

Installation

Install Wine First

Wine Installation Instructions
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 the prefix.

Install ProScan

Download from here: http://www.proscan.org/
Extract file into your download directory.
1) Copy and paste the text below into a Terminal window to start the installation program:
wine ~/Downloads/ProScan_10_2.exe
2) Select "Next" after closing other open applications.
3) Accept the agreement by selecting "Next".
4) Install into the default directory: C:\Program Files\ProScan, select "Next".
5) Let it create the default shortcuts, select "Next".
6) Check the "Create a desktop icon" box, select "Next" then "Install".
7) You can leave the "Launch ProScan" checked, select Finish.
8) ProScan will now start. Select "OK" on the activation window to start the evaluation period or "Enter Key" to activate.
9) Select your scanner model.
10) From the toolbar select "Comm Port".
11) Select Port 1 and the Baud Rate to match your scanner.
12) Press "Auto Detect", highlight the option which displays in the "Comm Port Auto Detect" and press "Set Selected Available Port". Close the "Comm Port" window.
ProScan is now running.

Launching ProScan

  • Double click the Launcher on your Desktop created during installation.
  • If you don't have a Launcher you probably missed the step 4 above creating a Windows "Shortcut". I wouldn't have thought it would work but it does. Just reinstall the program to create it.

Removing Activation

  • ProScan licensing allows use on 2 operating systems. Running the following will return your copy to a 30 day expired copy.
To remove activation for use on another operating systems run the following:
wine ~/.wine/drive_c/'Program Files'/ProScan/RemoveActivation.exe

Uninstalling ProScan

Run the following:
wine ~/.wine/drive_c/'Program Files'/ProScan/unins000.exe
Follow the prompts.


Return to Software Setup For Linux