Skip to content
⌘ NSIS Forum Archive

Installer with dynamic parameter

3 posts

DaveClarke#

Installer with dynamic parameter

Hi all,

I hope I'm writing this well...

I'd like to create an installer (to be downloaded) with a dynamic parameter.

For example, if a user goes to ...site.com/download/setup.exe?id=12345

Then the installer will use this ID in the installation.

It can be also like .../download.asp?id=12345

The issue is to compile the EXE with code on demand.

Any ideas...?
DaveClarke#
Thanks, but couldn't find a way to use it with my installer..
Is there any NSI file that uses this example?

Or lets say, do I have to call the Function from my NSI, and then how do I pass the parameter?

Thanks...