hi..help needed
i use a browse dialog box through which i select a custom directory.
wat i want to do now is to check whether thrs a directory called 'v62'
in the custom directory and proceed with installation only if the directory 
exists. an error mesg shoul pop up if the directory is not there.

initially i assign the INSTALLDIR property to the BROWSE property
that which i link with the browse dialog box.later i do a directory
search.wat i had in mind while implementing this was even the custom 
directory chosen by the user would not escape the search for
'v62' directory. but even if the directory exists in the custom path
chosen the error msg pops up and the installtion stops.no browse dialog
box also appears




 <Property Id="BROWSE">INSTALLDIR</Property>


 <Property Id="FILEEXISTS">
        <DirectorySearch Id="CheckDir" Path="[BROWSE]" Depth="1">
                  </DirectorySearch>
      </Property>


    <Condition Message="Directory does not exist">FILEEXISTS</Condition>
    
    <Feature Id="ProductFeature" Title="Feature Title" Level="1">
      <ComponentRef Id="comp" />
      
    </Feature>


Please help me fix this error


TIA
ramya
-- 
View this message in context: 
http://www.nabble.com/directory-search-tp15408513p15408513.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to