I am using Visual & Installer with Visual Studio to build installations with Inno Setup.
I have setup my output folder in my script like this:
[Setup]
OutputBaseFilename=MeetSchedAssistSetup
OutputDir={#InnoPath}\Output_v6
As you can see, I have specified the output folder to be Output_v6. I have also configured it like this in the Visual & Installer Properties window:
Yet, when building the installer I still get a empty Output folder too:
How can i prevent this Output folder from being created?