-
Enhancement
-
Resolution: Duplicate
-
P4
-
None
-
5.0
-
x86
-
windows_xp
###@###.### 2004-05-04
J2SE Version (please include all output from java -version flag):
java version "1.5.0-beta2"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta2-b48)
Java HotSpot(TM) Client VM (build 1.5.0-beta2-b48, mixed mode, sharing)
Does this problem occur on J2SE 1.3.x or 1.4.x? Yes / No (pick one)
No
Operating System Configuration Information (be specific):
Windows XP
Bug Description:
Java Web Start applications now add entries to "Add/Remove Programs" on
Windows. However, the button next to each entry says "Change/Remove".
This button is mislabelled: clicking "Change/Remove" removes the
application without any chance to "Change" the installation.
The button should be renamed "Remove". This can be done by setting two
extra DWORD values in the application's Uninstall registry entry:
NoModify = 1
NoRepair = 1
Steps to Reproduce (be specific):
1. Install any JWS application which creates an Add/Remove Programs entry
2. Open Add/Remove Programs in Windows Control Panel
3. Find that application's entry, click "Change/Remove" button
J2SE Version (please include all output from java -version flag):
java version "1.5.0-beta2"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta2-b48)
Java HotSpot(TM) Client VM (build 1.5.0-beta2-b48, mixed mode, sharing)
Does this problem occur on J2SE 1.3.x or 1.4.x? Yes / No (pick one)
No
Operating System Configuration Information (be specific):
Windows XP
Bug Description:
Java Web Start applications now add entries to "Add/Remove Programs" on
Windows. However, the button next to each entry says "Change/Remove".
This button is mislabelled: clicking "Change/Remove" removes the
application without any chance to "Change" the installation.
The button should be renamed "Remove". This can be done by setting two
extra DWORD values in the application's Uninstall registry entry:
NoModify = 1
NoRepair = 1
Steps to Reproduce (be specific):
1. Install any JWS application which creates an Add/Remove Programs entry
2. Open Add/Remove Programs in Windows Control Panel
3. Find that application's entry, click "Change/Remove" button
- duplicates
-
JDK-5042073 Update desktop integration on Windows to provide the common user experience.
-
- Resolved
-