[jbosstools-issues] [JBoss JIRA] Commented: (JBDS-1507) Unable to uninstall JBDS without admin rights on W7

Denis Golovin (JIRA) jira-events at lists.jboss.org
Thu Feb 10 15:37:46 EST 2011


    [ https://issues.jboss.org/browse/JBDS-1507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12581495#comment-12581495 ] 

Denis Golovin commented on JBDS-1507:
-------------------------------------

Verified that on CR3 build jbdevstudio-product-win32-4.0.0.v201102091505R-H166-CR3.jar.

After installation it creates JBoss Developer Studio 4 group with two links in it. I opened uninstaller link and verified there is -Dizpack.mode=privileged system property.

Uninstaller launched from "Start/JBoss Developer Studio 4" menu starts without asking privilege lifting (im not an administrator on testing host).

If you run it form command shell like

{noformat}java -jar Uninstaller.jar{noformat}

it is asking for priveledge lifting, because in code it checks that "C:\Program Files" folder is writtable and if it is not it starts privelegde lifting process. To workaround it just add -Dizpack.mode=privileged like

{noformat}java -Dizpack.mode=privileged -jar Uninstaller.jar{noformat}

> Unable to uninstall JBDS without admin rights on W7
> ---------------------------------------------------
>
>                 Key: JBDS-1507
>                 URL: https://issues.jboss.org/browse/JBDS-1507
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Bug
>          Components: installer
>    Affects Versions: 4.0.0.CR1
>         Environment: Windows 7
>            Reporter: Libor Zoubek
>            Assignee: Denis Golovin
>            Priority: Minor
>             Fix For: 4.0.0.CR3
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list