Trying to create an install package where user can specify an alternate installation directory or filename if the install file already exists. Currently using the IF FILE EXISTS statement to detect an existing file, but when I hit the back button on the dialog box and change the install to directory, the FILE EXISTS statement does not seem to pick up on the new directory. Thanks for any help...