dblock / msiext

AppSecInc. Community MSI Extensions
Eclipse Public License 1.0
85 stars 109 forks source link

Add fullname to Wix::Extensions::UserPrivileges::LocalUser #24

Open garymazz opened 8 years ago

garymazz commented 8 years ago

Please add support for a full name attribute to Wix::Extensions::UserPrivileges::LocalUser

thanks..

dblock commented 8 years ago

Please contribute, https://github.com/dblock/msiext/blob/master/CONTRIBUTING.md.

Note that this might not be possible since that might be coming from ActiveDirectory.

garymazz commented 8 years ago

great work on these extensions.. I already forked the project.. and started to look at the issue.

localuser account creation is permitted as long as user running the installer has privileges to create user accounts.

I'm also trying to fix some issues on the main wix project and the wix plugin for maven :)