Index: src/org/netbeans/installer/UpgradeProfilePanel.java =================================================================== RCS file: /cvs/installer/src/org/netbeans/installer/UpgradeProfilePanel.java,v retrieving revision 1.3 diff -u -b -B -r1.3 UpgradeProfilePanel.java --- src/org/netbeans/installer/UpgradeProfilePanel.java 23 Jul 2002 13:42:05 -0000 1.3 +++ src/org/netbeans/installer/UpgradeProfilePanel.java 28 Aug 2002 12:15:48 -0000 @@ -59,7 +59,7 @@ debug("size: "+detectedData.size()); //NOI18N while(el.hasMoreElements()){ String[] data = (String[])el.nextElement(); - if(data[1] == null){ + if((data[2] == null)||(data[2].length() != 0 )){ debug("continue"); continue; }else{ Index: src/org/netbeans/installer/actions/DetectAction.java =================================================================== RCS file: /cvs/installer/src/org/netbeans/installer/actions/DetectAction.java,v retrieving revision 1.3 diff -u -b -B -r1.3 DetectAction.java --- src/org/netbeans/installer/actions/DetectAction.java 23 Jul 2002 13:42:07 -0000 1.3 +++ src/org/netbeans/installer/actions/DetectAction.java 28 Aug 2002 12:15:48 -0000 @@ -150,17 +150,17 @@ } /** - * Checks if there is something upgradable(with install and user dir) + * Checks if there is something upgradable(with uninstall and user dir) * */ private void checkForUpgrade(){ - debug("checkForUpgrade"); + /* debug("checkForUpgrade"); boolean upgradable = false; for(int i=0; i