Re: [WiX-users] Wix 3.0 FileSearch

2009-09-15 Thread Blair
use a ComponentSearch to locate the directory (or even the EXE itself)? -Original Message- From: puyo puy [mailto:puyo...@yahoo.com] Sent: Tuesday, September 15, 2009 12:06 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Wix 3.0 FileSearch Hi Blair

Re: [WiX-users] Wix 3.0 FileSearch

2009-09-15 Thread puyo puy
hanks Jeff --- On Mon, 14/9/09, Blair wrote: From: Blair Subject: Re: [WiX-users] Wix 3.0 FileSearch To: "'General discussion for Windows Installer XML toolset.'" Received: Monday, 14 September, 2009, 9:17 PM INSTALLDIR may be set before your CA_RunEXE custom action runs (

Re: [WiX-users] Wix 3.0 FileSearch

2009-09-14 Thread Blair
:puyo...@yahoo.com] Sent: Monday, September 14, 2009 1:11 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Wix 3.0 FileSearch Hi, Can someone from WIX confirm that is a bug or I did something wrong. Thanks Jeff --- On Fri, 11/9/09, puyo puy wrote: From:

Re: [WiX-users] Wix 3.0 FileSearch

2009-09-14 Thread puyo puy
Hi, Can someone from WIX confirm that is a bug or I did something wrong. Thanks Jeff --- On Fri, 11/9/09, puyo puy wrote: From: puyo puy Subject: Re: [WiX-users] Wix 3.0 FileSearch To: "General discussion for Windows Installer XML toolset." Received: Friday, 11 September, 2009, 9

Re: [WiX-users] Wix 3.0 FileSearch

2009-09-10 Thread puyo puy
lso tried your suggestion to remove @Id from FileSearch but still doesn't works. Thanks Jeff --- On Thu, 10/9/09, Sebastian Brand (Instyler Software) wrote: From: Sebastian Brand (Instyler Software) Subject: Re: [WiX-users] Wix 3.0 FileSearch To: "'General discussion for Win

Re: [WiX-users] Wix 3.0 FileSearch

2009-09-10 Thread Sebastian Brand (Instyler Software)
, elegantly. http://www.instyler.com -Original Message- From: puyo puy [mailto:puyo...@yahoo.com] Sent: Thursday, September 10, 2009 10:31 To: wix users Subject: [WiX-users] Wix 3.0 FileSearch Hi there, I'm trying to create msi installer using wix and this installer will search fo

[WiX-users] Wix 3.0 FileSearch

2009-09-10 Thread puyo puy
Hi there, I'm trying to create msi installer using wix and this installer will search for old application for current install location.  When the old application found, a custom action will execute the old application. I used the following script to search for the old application.