79562282

Date: 2025-04-08 14:13:33
Score: 1.5
Natty:
Report link

As for me it's easier and more reliable to do via custom actions:

  1. Create custom action

  2. Run it before install

  3. Check architecture in custom action

  4. Write it to variable:

[CustomAction]  
public static ActionResult CA(Session session)  
{  
  session["variable"] = architecture result;  
  return ActionResult.Success;  
}
  1. 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