Installing exe with .iss setup file. Getting error -3

your .iss file is wrong.

Installshield .iss files are VERY limited. They can only handle ONE scenario. If something happens on your target that the iss file was not written to handle, you will get this error.

years ago, before MSI, I had to create a package with 2 .iss files to handle 2 scenarios. I had to detect the differences and select the correct iss file.