This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 60020 - Multiple installation is permitted
Summary: Multiple installation is permitted
Status: RESOLVED WONTFIX
Alias: None
Product: installer
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC All
: P3 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-15 12:19 UTC by agctools
Modified: 2005-09-05 10:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description agctools 2005-06-15 12:19:05 UTC
NetBeans 4.1 installer doesn't detect the installation, so user can install more
than one NetBeans 4.1 on the same machine. That can cause some consistant problem.

please try the following test case:

1, Install NetBeans 4.1;
2, Install NetBeans 4.1 to another new directory;
3, Install Mobility pack. The mobility pack installer can detect the NB41
installation directory during the installation.
4, Uninstall mobility pack and the second NB41 installation.
5, Install Mobility pack again. The mobility pack installer could not detect the
NB41 installation directory automatically. User have to enter the directory
manually.

I suggest the installer should check the registry table to find our if NB4.1 is
already installed, and prevent the installation if it is already installed.
Comment 1 mslama 2005-06-16 14:17:04 UTC
Multiple instances (installations) are allowed on the same machine by design.
(Even the same IDE version.) Unfortunatelly it can cause some confusion when
installing/uninstalling as you describe. You can still use Browse button to
locate valid installation of IDE yourself.