I'm trying to create a user during my installation.  The problem I'm
having is if the user exists the installation fails, this is despite
having the following xml:

 

<Component Id="SupportUserComponent" DiskId="1" Guid="">

<util:User Id="Support" CreateUser="yes" Name="Support"
Password="********* " PasswordExpired="no" PasswordNeverExpires="yes"
RemoveOnUninstall="yes" UpdateIfExists="yes" FailIfExists="no"
Domain="[ComputerName]"/>

<CreateFolder/>

</Component>

 

The user exists and the installation is failing, which seems like it
should not happen with the FailIfExists param set to no.  Is it always
going to fail if a user exists that it's trying to create?  This is
using WiX 3.0.2925.0.

 

Brian Poploskie

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to