PSADT405 Edited config.psd1

Hello, needed to NOT Require admin on running an install. It seemed to work yesterday, today while running I get:

Open-ADTSession : The module's default config.psd1 file has been modified from its released state.
At C:\Windows\ccmcache\1b\Invoke-AppDeployToolkit.ps1:285 char:23
+ ... dtSession = Open-ADTSession -SessionState $ExecutionContext.SessionSt ...
+                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidData: (System.Management.Automation.Signature:Signature) [Open-ADTSession], Inval    idOperationException
    + FullyQualifiedErrorId : ADTDataFileSignatureError,Open-ADTSession

Read-only check does not make it run either. How should the config.psd1 be edited?

did you edit:

\Config\config.psd1 :slightly_smiling_face:

or

\PSAppDeployToolkit\Config\config.psd1 :slightly_frowning_face:

1 Like

The first one \Config\config.psd1.
Redid the app with 4.0.4 and it did not complain anything.