Date: 2025-04-08 14:13:33
Score: 1.5
Natty:
As for me it's easier and more reliable to do via custom actions:
Create custom action
Run it before install
Check architecture in custom action
Write it to variable:
[CustomAction]
public static ActionResult CA(Session session)
{
session["variable"] = architecture result;
return ActionResult.Success;
}
- Use it as variable in your wix
Reasons:
- Probably link only (1):
- Low length (0.5):
- Has code block (-0.5):
- Low reputation (0.5):
Posted by: ba-a-aton