GIS Lounge


  • Home
  • What is GIS?
  • GIS Career
  • Learn GIS
  • Maps
  • Contact

You are here: Home » GIS Software » How to Install ArcView 3.x on Windows 7

How to Install ArcView 3.x on Windows 7

Filed in GIS Software by Caitlin Dempsey on February 25, 2011 • 12 Comments

Share this article:

Related Content:

ArcView 3.x Resources Fixing Segmentation Violations in ArcView 3.x

With so many GIS shops hanging on to legacy ArcView 3.x project files (.apr), having a running ArcView 3.x version in still a necessity for some.  Others still find working in ArcView 3.x preferable to ArcGIS.  Installing ArcView 3.x straight from its original installation CD unfortunately won’t work.  The installer is  16-bit so trying to install ArcView’s setup.exe using the computability tab found on Windows 7 is not an option.

The steps below are what worked for me when I needed to install ArcView 3.3 on a Windows 7 operating system and I found them to be the simplest way to install a running version of ArcView 3.3:

Installing ArcView 3.3 on Windows 7

This first solution requires access to a Windows machine running Windows XP.  Even thought it’s deprecated, ArcView 3.3 is still a commercial GIS software package so only transfer ArcView 3.3 installations that you are licensed for.

Copy and paste the following:

  1. From the XP machine copy C:\ESRI and paste in the same named folder on Windows 7
  2. From the XP machine copy the files in C:\Program Files\Common Files\ESRI and paste into your Windows 7 machine in the following directory: C:\Program Files (x86)\Common Files\ESRI
  3. On the XP machine, copy the ESRI fonts from c:\windows\fonts.  On the Windows 7 machine, install those fonts.
Once all the necessary files have been copied (and the ESRI fonts installed), you are ready to test your ArcView 3.3 installation.  Navigate to

C:\ESRI\AV_GIS30\ARCVIEW\BIN32\arcview.exe and double-click to launch the application.
ArcView 3.3 running on Windows 7

ArcView 3.3 running on Windows 7

To have Windows 7 automatically open .apr files using ArcView 3.3, double-click on any .apr file.  In the dialogue box that appears, click the browse button and navigate to C:\ESRI\AV_GIS30\ARCVIEW\BIN32\ and select arcview.exe.  In the Open with dialogue box, make sure the “Always use the selected program to open this kind of file” is checked and hit the OK button.  Now Arcview.exe is associated with .apr files and double-clicking this file type will automatically launch ArcView 3.3 in the future.

Second Method for Installing ArcView 3.x on Windows Vista or Windows 7

Reader Erik has submitted step-by-step instructions on installing a running version of Esri’s ArcView 3.x on Windows Vista or Windows 7:

ArcView 3.x is a 32-bit app and has no problem running on a 32-bit or 64-bit Windows OS. It *should* work on all versions of XP, Vista and 7. I say *should* because I have not actually tried it on all versions.

The ArcView 3.x installer is a 16-bit app. 16-bit apps are supported on a 32-bit Windows OS, but not supported on a 64-bit Windows OS.

If you are working with a 32-bit version of XP, Vista or 7, just run the ArcView 3.x installer. Afterwards be sure to also install the XP patch, even if you are installing on Vista or 7. Get the patch here:
http://resources.arcgis.com/content/patches-and-service-packs?fa=viewPatch&PID=25&MetaID=470

For a 64-bit Windows OS you have two options:
1) Copy all of the files, and registry settings, manually; or
2) Create your own 32-bit or 64-bit installer.

There is a good thread on getting ArcView 3.x to work on a 64-bit Windows OS here:
http://forums.esri.com/Thread.asp?c=3&f=42&t=204156

I chose the second option and created my own 32-bit installer using Microsoft Visual Studio. Here is what I did – NOTE: You can use these instructions for manually copying the files too. %windir% means the Windows directory, usually C:\WINDOWS\.

1) Start with a clean install of a 32-bit Windows OS (I used XP Pro). I also installed MS Visual Studio.

2) Create and save a listing of all files in the directory:
%windir%\system32\

3) Install ArcView 3.x and any extensions you want. For these instructions, I also installed Network Analyst and Database Access. Also add the extensions you want which do not have their own installer, such as Compiled Table Tools.

4) Install the XP patch, even if you are installing on Vista or 7. Get the patch here:
http://resources.arcgis.com/content/patches-and-service-packs?fa=viewPatch&PID=25&MetaID=470

5) If you want ArcView to already be registered, launch ArcView and register it now.

6) Find all of the files the installers have added. If you did not install the same extensions I installed, then some of these files I list below may not be installed, or additonal files may be installed. Just be methodical and careful when looking for which files were added.

6a) Because you started with a clean OS install, with no other ESRI apps, you can just grab everything in:
C:\ESRI\
C:\Program Files\Common Files\ESRI\
C:\WINDOWS\Crystal\ (only if you installed Crystal Reports)

6b) Grab the ArcView 3.x fonts installed in %windir%\Fonts:

esri_1.ttf
esri_155.ttf
esri_2.ttf
esri_3.ttf
esri_4.ttf
esri_5.ttf
esri_6.ttf
esri_7.ttf
esri_8.ttf
esri_9.ttf

6c) Also grab these files, if they were installed:

C:\Program Files\Common Files\Microsoft Shared\DAO\Dao2535.tlb
C:\Program Files\Common Files\Microsoft Shared\DAO\dao350.dll

6d) There may also some files installed in the %windir%\system32\ directory. Use the list you created in step 2 (above) to find the new files which where installed with ArcView. NOTE: You may not need to install/copy all of these files. The rule I used for all files was only install a file if it does not already exist on the target system.

7) Grab the registry settings the installers have added.

Grab everything in:
“HKEY_LOCAL_MACHINE\SOFTWARE\ESRI”

And also grab these keys:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\ArcView.exe
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.apr
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ArcView Project\shell\open\command

Copy the files and registry settings to the target machine.

8a) Copy the files in these direcotries to the same directory on the target machine:
C:\ESRI\
C:\WINDOWS\Crystal\ (only if you installed Crystal Reports)

8b) For these directories, copy the files:
from C:\Program Files\Common Files\Microsoft Shared\DAO\
to C:\Program Files (x86)\Common Files\Microsoft Shared\DAO\.

from %windir%\system32\
to %windir%\SysWOW64\

8c) Register these files, if they were copied, using “%windir%\syswow64\regsvr32″. For example:
c:\windows\syswow64\regsvr32

C:\Program Files (x86)\Common Files\ESRI\Mo20.ocx
C:\Program Files (x86)\Common Files\ESRI\Shape20.dll
%windir%\SysWOW64\comcat.dll
%windir%\SysWOW64\comct232.ocx
%windir%\SysWOW64\comctl32.ocx
%windir%\SysWOW64\comdlg32.ocx
%windir%\SysWOW64\crystl32.ocx
%windir%\SysWOW64\mfc40.dll
%windir%\SysWOW64\mfc42.dll
%windir%\SysWOW64\mscomct2.ocx
%windir%\SysWOW64\MSCOMCTL.OCX
%windir%\SysWOW64\msvbvm50.dll
%windir%\SysWOW64\msvbvm60.dll
%windir%\SysWOW64\tabctl32.ocx
%windir%\SysWOW64\tdbg5.ocx
%windir%\SysWOW64\threed32.ocx

If you installed extensions which I did not install, there may be other files which need to be registered. Try the extension and if it does not work, look for DLL or OCX files that are specific to that extension and register the files.

8d) You cannot just copy font files to the fonts folder on the target machine. Instead, on XP, navigate to the Fonts directory on the target machine and from the file browser “File” menu choose “Install New Font…”. There should be a similar method in Vista and 7.

8e) To manually copy a registry key, find the key in Regedit. Right-click on the key and select Export to save the keys/values to a text file. Then, copy the file to the target machine and right-click on the file and select Merge.

IMPORTANT: You have to edit this registry key before Merging it on the target machine. Edit the file you Exported in any text editor.

change HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\ArcView.exe
to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\App Paths\ArcView.exe

Good luck!

Erik


Related Post: Why ArcView 3.x is Still in Use

You Might Also Be Interested In:

  • Installing QGIS on the MacInstalling QGIS on the Mac
  • How to Convert a KML File into an ArcGIS Compatible FormatHow to Convert a KML File into an ArcGIS Compatible Format
  • How To Make Area Cartogram Maps in ArcGISHow To Make Area Cartogram Maps in ArcGIS
  • How to Convert .e00 Files to Coverages With ArcView 3xHow to Convert .e00 Files to Coverages With ArcView 3x


Tags: arcview3.x, GIS tutorial, how to, installed ArcView 3.3, windows 7, windows vista



Comments (12)

Trackback URL | Comments RSS Feed

  1. Jongikaya George says:
    February 28, 2011 at 9:10 am

    This is long try this one:
    1) right click on setup file, go to properties and check
    2) click the tab for compatibility, it will show u the service packs that are installed check the box and select your pack and
    3) apply then Ok
    4) try running it again, it will work on all microsoft operating systems.

    Reply
    • cprudot says:
      January 19, 2012 at 11:08 am

      Thnks! I´ve read a lot to arrive to your simple and easiest way resolving this problem.

      Reply
    • nazirin212 says:
      May 8, 2012 at 9:00 pm

      but, it not work in 64 bit operating system.

      Reply
  2. Martony says:
    February 7, 2012 at 8:13 am

    The installer is 16bit so NO it won’t work on Windows 64bit, compatibility tab won’t help you in that case.

    Reply
  3. Joehittn says:
    April 20, 2012 at 2:47 am

    Thanks a lot,
    works great!

    Reply
  4. Wayne says:
    September 22, 2012 at 9:19 am

    Cool. Version 1 worked for me on W7Pro. I haven’t tested it much but it’s up and running…fast!

    Reply
  5. Harry says:
    November 22, 2012 at 5:31 pm

    Arcview 3.2 itself (ie no crystal reports as not required) running on Windows 8 Pro after taking ESRI and Common Files/ESRI files and registry settings from Windows XPx32 and copying as appropriate as detailed above. Initiall test did not run so after file by file inspection found “mo20.ocx” had copied as “Mo20.ocx” and after renaming to lower case Arcview ran as required. Thanks for the guidelines.

    Reply
  6. Paul says:
    December 28, 2012 at 10:00 am

    Just copying the files from a working XP machine to Windows7 worked. Thanx! Done in 5 minutes!

    Reply
  7. cora says:
    April 11, 2013 at 7:08 pm

    I would like to install Arcview 3.2 to my new laptop however it is already windows 8 64 bit OS. I would like to know if the methods mentioned above will work? Please help I badly need one who could help.

    Reply
  8. Ross says:
    May 8, 2013 at 7:17 pm

    I am able to copy the files to my windows 8 machine. I can launch ArcView 3.2 with Network
    Analyst. Two problems:

    1. Cannot get crystal reports to run.
    2. The symbols are a mess.

    Help please.

    Reply
    • Caitlin Dempsey says:
      May 8, 2013 at 7:25 pm

      I can’t help you on Crystal Reports. As for the symbols, make sure you have copied and imported all the Esri fonts.

      Reply
  9. Mark says:
    May 10, 2013 at 12:38 am

    A very easy way to do this!!! Thank you.

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

« Of Interest: Real-Time Middle East Tweet Mapping, Christchurch Earthquake Maps
Geocaching – High Tech Treasure Hunting »

Subscribe

Fill out your e-mail address to receive a weekly newsletter from GIS Lounge:

Advertise on GIS Lounge

GIS Book Pick

The Look of Maps: An Examination of Cartographic Design is a cartographic classic by Arthur H. Robinson originally published in 1952. The book was based on Robinson’s doctoral research “which investigated the relationship between science and art in cartography and the resultant refinement of graphic techniques in mapmaking to present dynamic geographic information.”

  • Popular
  • Recent
  • Comments
  • Archives
  • Largest Atlas in the World Created using ArcGIS
  • Open and Machine Readable Now the Default for Government Data
  • What is GIS?
  • Creating Simple Maps with Microsoft Excel
  • GIS Job Listing Sites
  • Open and Machine Readable Now the Default for Government Data
  • Google Map Redesign
  • Crowdsource Power Plant Data Project
  • Shapefile Viewers
  • Timelapse Satellite Imagery – View Changes on Earth over Time
  • Mark: A very easy way to do this!!! Thank you.
  • Richard Ortwine: I am currenlty working on a project that will show there are more liquor stores in zip codes that ha
  • John Chioles: This is a phenomenal move on the part of the USGS! I remeber getting imagery was cost prohibitive, n
  • aizolnai: this is yesterday's news, but it's so well illustrated that it's defo worth a (re)read, thx for the
  • Web GIS System: FYI. We have collected 1,545 responses in our 2012 GIS salary survey to our vendors and customers pa

Connect


Introduction to GIS

New to GIS? Start by reading What is GIS for an introduction to Geographic Information Systems. Next visit the GIS 101 launch page for basics of GIS articles.

Getting Started with GIS

To understand the different options for GIS education read How to Learn GIS , GIS distance learning programs, and GIS certification versus certificate programs

GIS Jobs

Interested in GIS as a career? Visit GISGig.com for GIS job listings.A good first article is the Building a Career in GIS which provides an introduction to the building blocks of GIS employment .

Subscribe

Enter your email address below to receive updates each time we publish new content.

Connect

Connect with us on the following social media platforms.

Subscribe via RSS Feed Connect on Facebook Follow Me on Twitter Connect on Google Plus Join Our LinkedIn Group

GIS Resources

  • What is GIS?
  • GIS 101
  • GIS Career
  • Cartography
  • Maps
  • GIS Software
  • Learn GIS
  • Data
  • Free GIS

Colophon

  • Advertising on GIS Lounge
  • Submitting to GIS Lounge
  • Contact GIS Lounge
  • Subscribe
  • Site Map
© 2013 GIS Lounge. All rights reserved.