I am requiring that the user selects the destination folder, however after selection the path adds a subfolder. How do I have INNO script not put a subfolder.
basically I want to use the exact folder that is being selected. This deployment is rather an updater so the folder will always be existing.
Thanks.
user selects: 'C:\websites\name'
Destination ends up as: 'C:\websites\name\New Folder'