Max Barry wrote: > I just started using WiX about a week ago, but I have been reading non > stop all week. I want to have a dialog (A) prompt the user for an > install path. Next I want the installer to check if a certain file > exists at the location the user chose for the install. If the file > exists I would like to display another dialog. If not then the > installation can carry on. I figured I could use the <FileSearch> tag > for this functionality, but the FileSearch gets run before the dialog > comes up asking the user for an install directory. Is there a way to > position the FileSearch so it happens in between 2 dialogs? > >
No. FileSearch is one of the variations of search carried out by the AppSearch action. It's designed to run early in the UI. You'd need to run a custom action to check for the existence of a file "on demand." -- sig://boB http://bobs.org ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users