Hello I'm trying to install a .NET agent using the script. I generated the template and now, when trying to install it in the local machine I have the following error: PS C:\Users\RBOL122\Desktop> Install-Agent .\dotNetAgentSetup64-4.5.15.0.msi Carte de performance WMI service is already started Application système COM+ service is already started Agent install file is not found. Au caractère C:\Users\RBOL122\Desktop\appdynamics.psm1:1131 : 17 + Throw "Agent install file $setup_file is not found." + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : OperationStopped: (Agent install file is not found.:String) [], RuntimeException + FullyQualifiedErrorId : Agent install file is not found. PS C:\Users\RBOL122\Desktop> Install-Agent C:\Users\RBOL122\Desktop\dotNetAgentSetup64-4.5.15.0.msi .\SavedSetupConfiguration.xml Carte de performance WMI service is already started Application système COM+ service is already started Agent install file is not found. Au caractère C:\Users\RBOL122\Desktop\appdynamics.psm1:1131 : 17 + Throw "Agent install file $setup_file is not found." + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : OperationStopped: (Agent install file is not found.:String) [], RuntimeException + FullyQualifiedErrorId : Agent install file is not found. PS C:\Users\RBOL122\Desktop> The installation and xml file are inside the directory in which I'm tryng to install.
... View more