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 71643 - Start default browser with predefined URL when uninstallation is finished
Summary: Start default browser with predefined URL when uninstallation is finished
Status: VERIFIED FIXED
Alias: None
Product: installer
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-20 09:48 UTC by mslama
Modified: 2006-06-19 10:39 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mslama 2006-01-20 09:48:46 UTC
It is done only on Windows. When user presses Finish in NB uninstaller Summary
panel. It applies to NB, NB+JDK, NB+AS. It is done only when GUI uninstaller is
used ie. not in silent mode.
Comment 1 mslama 2006-01-20 10:46:26 UTC
Fixed in 'release50' branch:
installer/asbundle/src/org/netbeans/installer/Bundle.properties
new revision: 1.37.2.9; previous revision: 1.37.2.8

installer/asbundle/src/org/netbeans/installer/NbSummaryPanel.java
new revision: 1.12.4.2; previous revision: 1.12.4.1

installer/coreide/src/org/netbeans/installer/Bundle.properties
new revision: 1.26.6.5; previous revision: 1.26.6.4

installer/coreide/src/org/netbeans/installer/NbSummaryPanel.java
new revision: 1.7.6.1; previous revision: 1.7

installer/jdkbundle/src/org/netbeans/installer/Bundle.properties
new revision: 1.40.10.3; previous revision: 1.40.10.2

installer/jdkbundle/src/org/netbeans/installer/NbSummaryPanel.java
new revision: 1.14.24.1; previous revision: 1.14

installer/lib/src/org/netbeans/installer/Util.java
new revision: 1.11.4.1; previous revision: 1.11
Comment 2 mslama 2006-01-20 10:51:05 UTC
Fixed also for NB 5.0+JDK 1.4.2_11 bundle, branch 'release50_j2se142_11':
installer/jdkbundle/src/org/netbeans/installer/Bundle.properties
new revision: 1.40.10.1.2.2; previous revision: 1.40.10.1.2.1

installer/jdkbundle/src/org/netbeans/installer/NbSummaryPanel.java
new revision: 1.14.26.2; previous revision: 1.14.26.1

installer/lib/src/org/netbeans/installer/Util.java
new revision: 1.11.6.1; previous revision: 1.11
Comment 3 Michal Mocnak 2006-06-19 10:39:48 UTC
Verified