In article <[EMAIL PROTECTED]>,
    "Sandeep Gautam (HCL Technologies Ltd)" <[EMAIL PROTECTED]>  writes:

> I want to select a particular(txt or XML) file in between of my
> installation.  I am able to reach upto particular folder but can not
> select any file in that f older.

The best way to locate files on the target machine is to use
AppSearch.  I'm assuming that this is a file that you are not
installing but that you need to locate for the purposes of
integration, etc.

Use FileSearch, DrLocator and Signature elements to locate files
during the AppSearch action.  After AppSearch has run, the located
files should have their full paths in the associated properties.

If you can't determine the location of the file automatically, you'll
need to write a custom action to browse for the file.  Windows
Installer standard dialogs only provide functionality for specifying
directories and not files.

However, the best approach is to do it with AppSearch and not a
dialog.
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
      <http://www.xmission.com/~legalize/book/download/index.html>

        Legalize Adulthood! <http://blogs.xmission.com/legalize/>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to