Hi,
You can achieve this using another custom action, a VBScript custom action for example. This custom action of course should be scheduled to run before
the custom action that is installing your .NET service.
In a VBScript you could set a
public property (your installer variable) like this:
Code: Select all
Session.Property("MY_PROP") = XmlElement
Please let us know if you have other questions.
Regards,
Bogdan