Bug Report Installer tries to run executable files from the %temp% folder and is blocked

kbd2019

New Member
Just FYI, it is not a good idea to unpack executables into a %temp% folder and run them from there.

For instance, I can't install OBS because my system does not give executable permission to the %temp% folder:

1.PNG


thus running your installer results in this:

2.PNG


Do you have a standalone or a ZIP file to install it from?
 

R1CH

Forum Admin
Developer
That is not a default configuration for the temp folder. I suggest you allow executing of files as this is common for any NSIS based installer. In any case, the error suggests you also aren't allowing execution from your downloads folder.
 
Top