I'm seeking advice for the best solution to the following task;
When a global variable is set on the installer command line:
- Download a file using the global variable as part of the URL (ie MY_VAR="SOMEFILE.ZIP", set URL as http://myserver.com/[MY_VAR])
- Retrieve the path of the downloaded file and pass that as the command line to an executable contained in the installer (ie [APPDIR]\MyMod.exe /i [DOWNLOADEDFILE])
This needs to occur post-install, as MyMod.exe is part of the installed product.
I looked at the Post-Install prerequisite feature, but according to the documentation, the fields only accept Formatted types when it's a feature based install.