Re: [WiX-users] util:User doesn't role back

2009-02-25 Thread Wilson, Phil
n for Windows Installer XML toolset. Subject: Re: [WiX-users] util:User doesn't role back Joe Osman wrote: > During a rollback of a product upgrade the service is rolled back but > the user doesn't so the result is an old service using old password > and a user with the new pa

Re: [WiX-users] util:User doesn't role back

2009-02-25 Thread Bob Arnson
Joe Osman wrote: > During a rollback of a product upgrade the service is rolled back but > the user doesn't so the result is an old service using old password > and a user with the new password. There's no way to get the user's old password, so there's no way to roll back the update of an exis

[WiX-users] util:User doesn't role back

2009-02-25 Thread Joe Osman
My installer creates a new user and gives it a random password during the install. The installer also installs a service which using this username and its password. During a product upgrade the installer generates a new password for this user and reinstalls the service with a new password. D