I want to install/extract all files into the folder I chose from the Setup Wizard. However I don't get to it, because there is always a sub directory created.
For example, if I choose: C:\MyFolder, the installer automatically adds New Folder to it.
How do I install without any auto made sub directory?
My code:
[Setup] DefaultDirName={sd}\ DisableDirPage=no And here an example:
I chose Directory: C:\Users\Administrator\Desktop\Neuer Ordner\123
However it selects the directory: C:\Users\Administrator\Desktop\Neuer Ordner\123\New Folder
I don't want to use the New folder but simply use the chosen 123 folder.
