Regarding Inno Setup, these are my doubts:
How can i choose wich autocad versions to install the program?
How can i add registry keys?
I've seen people posting lisp code in Inno Setup, is that possible?
Thanks
Hi, if understand correctly, you want to know how to select several AutoCAD releses for which the runtime shall be installed and configured for.
In my experience it is not possible to force the installer to skip some AutoCAD releases: it is always installed for all currently installed AutoCAD releases.
I do not know how to add reg keys during inno setup but i'm sure that it's easy and there will be samples in the web. But I think there won't be any Lisp Code executed in a innso setup installer due to missing Lisp interpreter...
Regards, Fred