Details
Description
My account is called "xyz" and it's a member of the Administrators group - I've write-access to all relevant parts of the system. However, running any installer with <run-privileged/> set, I get asked what account should be used for the installer. This is rather bad since I only can use this one account and it has all privileges anyway.
I currently workaround this by testing for some write-access in %PROGRAMFILES% and in the registry (hardcoded, in com.izforge.izpack.installer.PrivilegedRunner.isElevationNeeded()), but I guess it would be best to be able to define what rights the user needs in the install.xml and to test for them in the mentioned method call.
We'll try to get a fix for the release after.