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...?