1
vote
1answer
902 views
How do I use Inno Setup to optionally install a plugin/file in a folder based on a registry entry?
Inno Setup is a nice easy to use installer. It is rated high in …
1
vote
3answers
521 views
How do you pass in parameters to the Inno Setup command line compiler?
It was suggested in the IS newsgroup to use /D= but using the iscc.exe that came with version 5.2.3 I get an "Unknown option:" error.
Then in the script, how do you use the value of the com …
1
vote
2answers
602 views
Problem calling dll function with parameter in Inno Setup
I am successfully calling a function in a DLL from Inno Setup, however upon returning I get a Runtime Error...Exception: Access violation at address XXXXXXX. Write of address XXXXXX.
The f …
2
votes
1answer
34 views
How do I conditionally import a function from a DLL in an Inno Setup script?
I have a helper DLL and a function I call at the end of my setup script. I only want to run it depending on the operating system version.
I include the following lines in the code section: …
2
votes
How do I use Inno Setup to optionally install a plugin/file in a folder based on a registry entry?
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 …
