I’m just getting up with inno setup and my question is more about install strategy ..
Is there an advantage to copying a reg file to the user’s machine and then running it rather than have inno create all the reg edits I need (quite a few of them)
Considerations:
- a reg file approach would allow for an install repair option for the user.
- a reg file approach would be easier to code and edit.
- a reg file approach might have problems with UAC.
- a reg file approach would require, likely a separate uninstall process to remove reg keys
(-regfile,reg).
Any thoughts out there? Thanks for any feedback.
No, there is no advantage but there are downsides.
In response to your points:
If you have a reg file, you can import it into an Inno file using ISTool.