On SetupTypeDlg, this is the page where you find the directory where you want your app installed. What I need though is to install into an already-existing directory with a specific file inside. How is it that I am able to do this?
I want the PathEdit box to automatically find the folder using the Search function, and autofill the box with that directory but I can't seem to change the Property Name from APPDIR to something else'
After that step is done, I want the the Custom/Typical/CompleteInstallButton to check the directory that was inputted into PathEdit to see if it has that specific file, and if it doesn't the button will be disabled. Problem is that I don't know the property name of the directory inputted into the PathEdit...
In other words, I want to add a check file/folder function
Any help would greatly be appreciated....