Hi,
but to make it useful the action needs to include a variable in the call that identifies the machine that's calling the URL.
You can try using the
ComputerName property as the variable.
Is there someplace the installed package code can place a variable after it installs, so that the uninstall code can grab it?
You can write the information you need in the registry or in a file.
can the custom action read a value from the Registry of the machine it's running in?
The "Launch file or open URL" custom action cannot read a registry entry. However, you can use another custom action for this. You can find some sample VBScript code
here. The custom action which retrieves the entry can set an installer property which can be used for the URL.
Regards,
Cosmin