Compare commits

...

2 Commits

Author SHA1 Message Date
716987d9f1 Added the config.xml 2025-09-04 14:48:34 -04:00
bea4baee89 Wokring version 2025-09-04 14:45:03 -04:00
2 changed files with 8 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<silent-activation>true</silent-activation>
<serial-number>GPS-2998504-LIX4-99FB3</serial-number>
<check-for-updates>false</check-for-updates>
</configuration>

View File

@@ -135,8 +135,8 @@ function Install-ADTDeployment
##================================================ ##================================================
$adtSession.InstallPhase = "Post-$($adtSession.DeploymentType)" $adtSession.InstallPhase = "Post-$($adtSession.DeploymentType)"
Write-ADTLogEntry "Copying over the license file to the C:\Program Files\GraphPad\Prism 10 Folder" Write-ADTLogEntry "Copying over the license file to the C:\Program Files\GraphPad\Prism Folder"
Copy-ADTFile -FilePath "$($adtSession.DirFiles)\prism-config.xml" -Destination 'C:\Program Files\GraphPad\Prism 10' -Recurse Copy-ADTFile -Path "$($adtSession.DirFiles)\prism-config.xml" -Destination 'C:\Program Files\GraphPad\Prism' -Recurse
## Master Wrapper detection ## Master Wrapper detection
Set-ADTRegistryKey -Key "HKLM\SOFTWARE\InstalledApps\GraphPad Software LLC_GraphPad Prism_10.6.0.890" Set-ADTRegistryKey -Key "HKLM\SOFTWARE\InstalledApps\GraphPad Software LLC_GraphPad Prism_10.6.0.890"