Secnario: The user is given a link to download an application, the link also contains some parameters the application needs to function, such as an ID for example https://websitedownload?id=1234
The website distributes an MSI that downloads a C# application.
However, the C# application needs access to the 1234 parameter. What are some ways we can give it access?