Compare commits
2 Commits
2c4f04cf5f
...
716987d9f1
| Author | SHA1 | Date | |
|---|---|---|---|
| 716987d9f1 | |||
| bea4baee89 |
6
GraphPad Prism/10.6.0.890/Files/prism-config.xml
Normal file
6
GraphPad Prism/10.6.0.890/Files/prism-config.xml
Normal 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>
|
||||
@@ -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