Re: [WiX-users] MSI not updating files in Install location if files are already present

2009-01-27 Thread Rob Mensching
MSI SDK has a topic about File Versoining and how it affects the install behavior. -Original Message- From: Anupama A [mailto:anupama...@gmail.com] Sent: Tuesday, January 27, 2009 16:06 To: wix-users@lists.sourceforge.net Subject: [WiX-users] MSI not updating files in Install location if

[WiX-users] MSI not updating files in Install location if files are already present

2009-01-27 Thread Anupama A
The MSI I created using Wix installs a windows service by dumping the files in a target path and starting the service from that path. The service is not installed as such, it is just restarted using the ServiceController element, since the path would already contain files from a previous manual ins