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