Re: [WiX-users] DirectorySearch

2013-07-17 Thread Hoover, Jacob
, 2013 9:02 AM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] DirectorySearch > > I need to install a file into the 64-bit Program Files folder from a 32-bit > MSI. > > I know it's bad form, but it's a config file for something else which > probably o

Re: [WiX-users] DirectorySearch

2013-07-17 Thread Wheeler, Blaine (DSHS/DCS)
You can't do that. -Original Message- From: Parkes, Kevin [mailto:kevin.par...@wacom.eu] Sent: Wednesday, July 17, 2013 9:02 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] DirectorySearch I need to install a file into the 64-bit Program Files folder from a 32-bit MS

[WiX-users] DirectorySearch

2013-07-17 Thread Parkes, Kevin
I need to install a file into the 64-bit Program Files folder from a 32-bit MSI. I know it's bad form, but it's a config file for something else which probably ought to be reading config files from somewhere more neutral, but that's beyond my control. I've tried using a with Path="[%ProgramFil

Re: [WiX-users] DirectorySearch/FileSearch not executed if msiexecruns with qb ?

2011-09-09 Thread Castro, Edwin G. (Hillsboro)
; Sent: Friday, September 09, 2011 4:25 PM > To: 'General discussion for Windows Installer XML toolset.' > Subject: Re: [WiX-users] DirectorySearch/FileSearch not executed if > msiexecruns with qb ? > > Hi > > Heck, I found the reason... I copied this code from someone a

Re: [WiX-users] DirectorySearch/FileSearch not executed if msiexecruns with qb ?

2011-09-09 Thread Marc Bauer
Hi Heck, I found the reason... I copied this code from someone and just used it and now in the debugs I see [SOURCEDIR] property is *not* set if /qb is used. I switched this variable to [CURRENTDIRECTORY] that seems to exist in all cases and DirectorySearch now searches for the File. Setup with /q

Re: [WiX-users] DirectorySearch/FileSearch not executed if msiexec runs with qb ?

2011-09-09 Thread Marc Bauer
Hi > "FileSearch" is executed by the "AppSearch" action. That should be in the > log file. This is what I've expected, too... I'm using WiX 3.6.2102.0 and also tried it with 3.6.1922.0. I'm using 3.6 for WixRemoveFoldersEx. Here is my "InstallExecuteSequence" table: FindRelatedP

Re: [WiX-users] DirectorySearch/FileSearch not executed if msiexec runs with qb ?

2011-09-09 Thread Rob Mensching
t;UninstallApplication"> > After="InstallInitialize"> > > > > After="FindRelatedProducts"> > > > Regards > Marc > > > &

Re: [WiX-users] DirectorySearch/FileSearch not executed if msiexec runs with qb ?

2011-09-08 Thread Marc Bauer
discussion for Windows Installer XML toolset. > Betreff: Re: [WiX-users] DirectorySearch/FileSearch not executed if > msiexec runs with qb ? > > /qb means that the user interface sequence isn't run, so make sure your > search (I think there'll be an AppSearch standard action)

Re: [WiX-users] DirectorySearch/FileSearch not executed if msiexec runs with qb ?

2011-09-08 Thread Wilson, Phil
11 2:15 PM To: 'General discussion for Windows Installer XML toolset.' Subject: [WiX-users] DirectorySearch/FileSearch not executed if msiexec runs with qb ? Hi I'm trying to copy a file FOO.DB to the APPLICATIONFOLDER. The FOO.DB can optionally copied into the same folder like the

[WiX-users] DirectorySearch/FileSearch not executed if msiexec runs with qb ?

2011-09-08 Thread Marc Bauer
Hi I'm trying to copy a file FOO.DB to the APPLICATIONFOLDER. The FOO.DB can optionally copied into the same folder like the MSI, but is not included in the MSI. The FOO.DB is optional; it may be there or not. If I run the setup interactively it just works. If I'm running it with /qb the FOO.DB i