My original wix install creates two user names during the installation. 
I am currently  testing a minor update that I've created and I've 
noticed that it deletes the two user names. I have no idea why it does 
it and I will thank you for your help.

Below is the section that creates the two user names:

<Directory Id="TARGETDIR" Name="SourceDir">
            <Directory Id="DataBaseFolder">
                <Component Id="CreateNewFolder"  
Guid="{4C1F68DD-11F4-4fc1-B494-DEBB52CEDA96}">
                    <CreateFolder/>
                    <util:User Id="User1" CreateUser="yes" Name="User1" 
Password="[USERPASSWORD]"
                               LogonAsService="yes" 
PasswordNeverExpires="yes" UpdateIfExists="no" FailIfExists="no"  />
                    <util:User Id="user2" CreateUser="yes" Name="user2" 
Password="[USERPASSWORD]"
                               PasswordNeverExpires="yes" 
UpdateIfExists="no" FailIfExists="no"   />
                </Component>
            </Directory>
            <Directory Id="WebUiLogFolder">
                <Component Id="CreateUILogFolder"  
Guid="{574D9077-20D1-4280-B36F-AF7ADB0AE5A6}">
                    <CreateFolder/>
                </Component>
            </Directory>
            <Directory Id="INSTALLDIR" >
            </Directory>
        </Directory>

=======================================================================
This email, including any attachments, is only for the intended
addressee.  It is subject to copyright, is confidential and may be
the subject of legal or other privilege, none of which is waived or
lost by reason of this transmission.
If the receiver is not the intended addressee, please accept our
apologies, notify us by return, delete all copies and perform no
other act on the email.
Unfortunately, we cannot warrant that the email has not been
 altered or corrupted during transmission.
=======================================================================


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to