In my installer, I want to extract the contents of a zip file to a folder created under the Application folder. When the installer runs, I keep getting "Access is denied".
I have mongodb-windows-x86_64-4.4.26.zip extracted to a mongodb\ folder in the same parent folder. I setup an extract archive and for the source path have [mongodb_Dir]. In the UI, I added permissions to the mongodb folder to grant full control to everyone.
I build the installer and then run the installer. The installer runs until the "Access is denied. .... C:\Program Files\....\mongodb".
How can I extract the archive into the folder?
Thanks