To run a silent installation you must first run a regular installation and record a setup.iss file with all the settings you have entered during the installation after you are done with that you can run a silent installation which will use the parameters from this file.
Solution
The steps to perform:
Copy the setup file to the designated machine.
Open command line.
Navigate to the folder of the setup.
Write the following: PanoramaNovaView6.setup /r.
The setup will run as usual.
Enter the relevant parameters you want to use.
The /r command will create a setup.iss file under the default Windows folder.
To run a silent setup use PanoramaNovaView6.setup /s.
By default the setup will look for the iss file under windows but there is an ability to write a different path.