Open folder with NSIS
Hi, Im trying to write a launcher which allows users to launch freeware apps which dont allow distribution, like Cool PDF. The launcher will open your browser so you can download the binary and then open the folder you need to save it to.
The problem im having is I cant figure out how to get NSIS to open a folder. Ive tried Exec and the folder name, ive tried ExecShell "Open" and the folder name but it just wont open it.
Any ideas?