From 9b2bd1bb9170982d2bae24d02470632d6b07c76e Mon Sep 17 00:00:00 2001
From: Adam Thorn <alt36@cam.ac.uk>
Date: Fri, 21 Feb 2025 13:16:35 +0000
Subject: [PATCH] prism: add logging

CI is failing with generic 1603 error
---
 packages/prism.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/prism.xml b/packages/prism.xml
index 3aa30108..64195bb6 100644
--- a/packages/prism.xml
+++ b/packages/prism.xml
@@ -7,7 +7,7 @@
 
     <check type="uninstall" condition="exists" path="GraphPad Prism %version%" />
 
-    <install cmd='msiexec /qn /i %WPKGSOFTWARE%\prism\InstallPrism10.msi' />
+    <install cmd='msiexec /qn /i %WPKGSOFTWARE%\prism\InstallPrism10.msi /l* %WPKGLOGDIR%\graphpadprism-install.log' />
     
     <upgrade include='remove' />
     <upgrade include='install' />
-- 
GitLab