See the attached. It runs through the whole install process then at the very end this comes up, i get the second attachment (set up was not completed)when I press ok on the access denied message Antivirus is disabled
It seems your have a permission problem of some kind in your registry, because the installation completes, but it seem to have stopped when saving the Uninstall informations, which is just a key in the registry that points to an entry in the Windows Control Panel Add/Remove programs section, pointing to the Uninstaller.
This is of course nothing related to any of our products: it's all stuff that is done automatically by the installer routine (we use the 100% standard Inno Setup) and nobody ever reported such problem before.
You can activate logging in the installer, this way:
- Open a command prompt ( start -> CMD -> enter )
- go to the folder where you have the installer, for example:
CD c:\Users\Yourname\Desktop
Assuming you put the installer on the Desktop
- launch the installer (CYVR, in this example) with this command:
cyvr_fsx_setup.exe /log=install.log
This should hopefully create a file named install.log on your Desktop. If you have it, then send it to me ( via Email, please ).