|
|
#1 |
|
Junior Member
Join Date: Dec 2009
Posts: 12
|
Is it possible to populate sections from an external file at run time, so that these sections can be changed dynamically "outside" of the compiled installer?
For example, I know the following wont work, but hopefully explains the concept: PHP Code:
PHP Code:
|
|
|
|
|
|
#2 |
|
Major Dude
Join Date: Oct 2006
Posts: 1,841
|
No. !include is a compiletime command, and although it's possible to extract the precompiled script file from an NSIS installer exe, you cannot as far as I know add script to an NSIS installer after it has been compiled.
What you can do is run external executables, or even makensis to compile a script into an installer at runtime. |
|
|
|
|
|
#3 |
|
Moderator
Join Date: Nov 2002
Location: Birmingham, England
Posts: 8,202
|
Something like this would require an IIS server with NSIS installed to accept an HTTP request and then to respond with a built installation executable. I have seen this done and it is very neat!
Stu Need an installer? http://www.afrowsoft.co.uk |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|