In addition, this also fails to uninstall.

      <util:Group Id="IISAppPoolGroup" Name="IIS_WPG"/>

      <Component Id='component_AppPoolUser' 
Guid='C797149D-77AC-4cb1-A3B0-C2C5DA79385D'>
        <util:User Id ='appPoolAccount' Name='[XPJUSER]' 
Password='[XPJPASSWORD]' Domain='[XPJDOMAIN]' >
          <util:GroupRef Id='IISAppPoolGroup'/>
        </util:User>
      </Component>

The install works perfectly (as does the one below).

Can someone please point me in the right direction?

-----Original Message-----
From: John H. Bergman (XPedient Technologies) 
[mailto:john.berg...@xpedienttechnologies.com] 
Sent: Wednesday, November 04, 2009 4:11 PM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] WiX 3.5, problem during uninstall when User defined

When I add a User element inside my installers component, as such, I receive a 
Fatal Error during uninstall, even if I do not use the user within the install.

<Component Id='component_Service' Guid="4ADD096A-CF39-454b-AF01-1EA39092C9DB" 
DiskId='1'>
    <util:User Id ='appServiceAccount' Name='[XPJUSER]' 
Password='[XPJPASSWORD]' Domain='[XPJDOMAIN]' 
               LogonAsService='yes' RemoveOnUninstall='no' 
UpdateIfExists='yes'></util:User>
</Component>

How do I determine the cause of the uninstall failure?  I would expect the user 
to not be affected during uninstall, because of the RemoveOnUninstall, however, 
apparently something is executed.

Anyone have any ideas how to correct this?

Thanks,
John

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to