OpenDCL Forums

OpenDCL => Deployment => Topic started by: Montinho13 on July 19, 2010, 04:37:33 AM

Title: Autocad version
Post by: Montinho13 on July 19, 2010, 04:37:33 AM
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
Title: Re: Autocad version
Post by: Fred Tomke on October 23, 2018, 12:37:40 PM
Quote from: Montinho13 on July 19, 2010, 04:37:33 AM
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