I am developing an MSI installer using WiX .
The main program is installed on [APPLICATIONFOLDER]. I use InstallDirDlgto install the directory of this without any problems.
I want to display my own dialog based on InstallDirDlgto specify the directory for installing a specific component. I would like to set the default directory [APPLICATIONFOLDER] \ Resources. However, when I run the installer, I get an error code 2343.
I think this may be a problem with displaying a second level folder in the dialog.
source
share