Re: [WiX-users] uninstall per user product

2008-10-30 Thread hyung
removed the package. > > Cheers, > James > > -----Original Message----- > From: hyung [mailto:[EMAIL PROTECTED] > Sent: 30 October 2008 06:04 > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] uninstall per user product > > > Thanks everyone for

Re: [WiX-users] uninstall per user product

2008-10-30 Thread Sébastien Mouren
2008/10/30 Jon Seanor <[EMAIL PROTECTED]>: > I might be am wrong, but surely any tool that performs cleanup in a > user's profile needs the user's login credentials in order to load their > profile. > How are you going to get those? > > msizap only removes the msi database side of the application (

Re: [WiX-users] uninstall per user product

2008-10-30 Thread Jon Seanor
ge- >> From: Ian Elliott (Excell Data Corporation) >> [mailto:[EMAIL PROTECTED] >> Sent: 24 October 2008 18:46 >> To: General discussion for Windows Installer XML toolset. >> Subject: Re: [WiX-users] uninstall per user product >> >> It won't uninstall.

Re: [WiX-users] uninstall per user product

2008-10-30 Thread Rob Mensching
8 23:04 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] uninstall per user product Thanks everyone for the help. I have managed to detect all users who ever installed our product using MsiEnumProductsEx and LookupAccountSidW. Now I am facing another challenging problem - how do we uninsta

Re: [WiX-users] uninstall per user product

2008-10-30 Thread Buddell, James
unting wouldn't be right, so it wouldn't all uninstall if you removed the package. Cheers, James -Original Message- From: hyung [mailto:[EMAIL PROTECTED] Sent: 30 October 2008 06:04 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] uninstall per user product Thanks e

Re: [WiX-users] uninstall per user product

2008-10-29 Thread hyung
I try not to use it, but there's always MSIZap... > > -Original Message- > From: Ian Elliott (Excell Data Corporation) > [mailto:[EMAIL PROTECTED] > Sent: 24 October 2008 18:46 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users

Re: [WiX-users] uninstall per user product

2008-10-27 Thread Buddell, James
EMAIL PROTECTED] Sent: 24 October 2008 18:46 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] uninstall per user product It won't uninstall. Just detects then allows you to put a message up and advise the user to uninstall the old per-user app then re-run setup. I

Re: [WiX-users] uninstall per user product

2008-10-24 Thread Ian Elliott (Excell Data Corporation)
riday, October 24, 2008 10:44 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] uninstall per user product Only when admin right? And this won't uninstall right? I think you'd need to load all the user's profiles to uninstall per-user applica

Re: [WiX-users] uninstall per user product

2008-10-24 Thread Rob Mensching
lto:[EMAIL PROTECTED] Sent: Friday, October 24, 2008 10:41 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] uninstall per user product I've used a custom action to do something similar in the past. A stripped down version of the code is below. I can't gu

Re: [WiX-users] uninstall per user product

2008-10-24 Thread Ian Elliott (Excell Data Corporation)
-- From: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: Friday, October 24, 2008 10:36 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] uninstall per user product Sounds very difficult to do correctly. Lots of complicated stuff in there from what I've he

Re: [WiX-users] uninstall per user product

2008-10-24 Thread Rob Mensching
Sounds very difficult to do correctly. Lots of complicated stuff in there from what I've heard. -Original Message- From: hyung [mailto:[EMAIL PROTECTED] Sent: Friday, October 24, 2008 09:18 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] uninstall per user product T

Re: [WiX-users] uninstall per user product

2008-10-24 Thread hyung
Original Message- > From: hyung [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 23, 2008 23:47 > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] uninstall per user product > > > Hi all, > > I have changed the product install type from per-user to per

Re: [WiX-users] uninstall per user product

2008-10-24 Thread Rob Mensching
I believe you'd have to log in as each user and execute the installer as that user. -Original Message- From: hyung [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2008 23:47 To: wix-users@lists.sourceforge.net Subject: [WiX-users] uninstall per user product Hi all, I

[WiX-users] uninstall per user product

2008-10-23 Thread hyung
Hi all, I have changed the product install type from per-user to per-machine and want to uninstall prior per-user installs. According to the archived emails it seems I need to write an uninstall utilitiy to remove all products installed by users. My question is "How can I find all users who insta