Re: [WiX-users] Files not removed upon uninstallation

2010-05-13 Thread Wheeler, Blaine (DSHS/DCS)
t. Subject: Re: [WiX-users] Files not removed upon uninstallation msiexec /I MySetup.msi /l*v log.txt Edwin G. Castro Software Developer - Staff Electronic Banking Services Fiserv Office: 503-746-0643 Fax: 503-617-0291 www.fiserv.com Please consider the environment before printing t

Re: [WiX-users] Files not removed upon uninstallation

2010-05-13 Thread Castro, Edwin G. (Hillsboro)
elsson [mailto:kristoffer.daniels...@live.se] > Sent: Thursday, May 13, 2010 8:28 AM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Files not removed upon uninstallation > > > Also a good idea :) > > > > msiexec MySetup.msi /L*v > log.txt > >

Re: [WiX-users] Files not removed upon uninstallation

2010-05-13 Thread Kristoffer Danielsson
Also a good idea :) msiexec MySetup.msi /L*v > log.txt Right? > Date: Thu, 13 May 2010 10:22:36 +0100 > From: pally.sand...@iesve.com > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Files not removed upon uninstallation > > And check verbose l

Re: [WiX-users] Files not removed upon uninstallation

2010-05-13 Thread Kristoffer Danielsson
Ah, great idea! Thanks! > From: phil.wil...@invensys.com > To: wix-users@lists.sourceforge.net > Date: Wed, 12 May 2010 18:54:44 -0400 > Subject: Re: [WiX-users] Files not removed upon uninstallation > > Use a virtual machine and revert back after your install/uninstall

Re: [WiX-users] Files not removed upon uninstallation

2010-05-13 Thread Pally Sandher
ailto:phil.wil...@invensys.com] Sent: 12 May 2010 23:55 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Files not removed upon uninstallation Use a virtual machine and revert back after your install/uninstall tests! Phil Wilson -Original Message- Fr

Re: [WiX-users] Files not removed upon uninstallation

2010-05-12 Thread Wilson, Phil
different package IDs. > Date: Thu, 13 May 2010 10:07:33 +1200 > From: mic...@acromania.nl > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Files not removed upon uninstallation > > I've had the same problem until I found out there was still a listing for my &g

Re: [WiX-users] Files not removed upon uninstallation

2010-05-12 Thread Kristoffer Danielsson
. > Date: Thu, 13 May 2010 10:07:33 +1200 > From: mic...@acromania.nl > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Files not removed upon uninstallation > > I've had the same problem until I found out there was still a listing for my > installed program

Re: [WiX-users] Files not removed upon uninstallation

2010-05-12 Thread Michel
I've had the same problem until I found out there was still a listing for my installed program under "Add/Remove Programs". Uninstalling that one fixed it for me. The setup log showed something like "not removing because existing program depends on it" or something similar (can't remember exactl

[WiX-users] Files not removed upon uninstallation

2010-05-12 Thread Kristoffer Danielsson
Hi, This is really frustrating. I had a working MSI, but realized I was violating some MSI rules (used the same KeyPath for multiple components) and decided to clean it up. Now, when following the guidelines, my components are not removed from the system. Installation is per-user only,