[WiX-users] Installing locally hosted files

2007-03-21 Thread Chris.Rowland
For a particular installation, the user has some of the files required for installation already on their system prior to running the installer. I want to copy these files into the installation directory. Is there a preferred method for doing this? Would I need a Custom Action, can I

Re: [WiX-users] Installing locally hosted files

2007-03-21 Thread Levi Wilson
You could do a file or a directory search at the beginning where the result of the search will be saved in a Property /, and I believe that you can then set your launch condition based upon that property. Also, if everything checks out with the directory or file search, then you could set your

Re: [WiX-users] Installing locally hosted files

2007-03-21 Thread Chris.Rowland
] Installing locally hosted files You could do a file or a directory search at the beginning where the result of the search will be saved in a Property /, and I believe that you can then set your launch condition based upon that property. Also, if everything checks out with the directory or file

Re: [WiX-users] Installing locally hosted files

2007-03-21 Thread Levi Wilson
*Subject:* Re: [WiX-users] Installing locally hosted files You could do a file or a directory search at the beginning where the result of the search will be saved in a Property /, and I believe that you can then set your launch condition based upon that property. Also, if everything checks out

Re: [WiX-users] Installing locally hosted files

2007-03-21 Thread Chris.Rowland
@lists.sourceforge.net Subject: Re: [WiX-users] Installing locally hosted files Well, you could probably still use that search to verify that the files DO exist and base your launch conditions off of that. Then you could use the FileCopy / to move the files. I think, however

Re: [WiX-users] Installing locally hosted files

2007-03-21 Thread Levi Wilson
] *Sent:* Wednesday, March 21, 2007 10:59 AM *To:* Rowland, Chris *Cc:* wix-users@lists.sourceforge.net *Subject:* Re: [WiX-users] Installing locally hosted files Well, you could probably still use that search to verify that the files DO exist and base your launch conditions off

Re: [WiX-users] Installing locally hosted files

2007-03-21 Thread Richard.Foster
@lists.sourceforge.net Subject: Re: [WiX-users] Installing locally hosted files Well, you could probably still use that search to verify that the files DO exist and base your launch conditions off of that. Then you could use the FileCopy / to move the files. I think, however

Re: [WiX-users] Installing locally hosted files

2007-03-21 Thread Levi Wilson
-- *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Levi Wilson *Sent:* Wednesday, March 21, 2007 10:59 AM *To:* [EMAIL PROTECTED] *Cc:* wix-users@lists.sourceforge.net *Subject:* Re: [WiX-users] Installing locally hosted files Well, you could