Wokring version

This commit is contained in:
2025-09-04 14:45:03 -04:00
parent 2c4f04cf5f
commit bea4baee89

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"