Inno Setup is a nice easy to use installer. It is rated high in this stackoverflow question. I have a need to install a plugin to a folder relative to the installation folder of a 3rd Party application. It isn't obvious from the docs how to do this.
|
|
|
|
|
|
|
You can find the answer to how to optionally install a file using a registry entry in the documentation and in sample code but it may not be obvious so here is some example script snippets using an Adobe Premiere Plugin as an example: The keys steps are: 1) use the Check: parameter 2) Write a function that calls RegQueryStringValue and parse the path to construct the relative plugin folder destination 3) use {code:} to call a function to return the destination folder
I'm not a Pascal programmer so any suggestions on making GetPremiereDestination more efficient are welcome. |
||
|
|
