Hello,
I want to place the module folder (AppDeployToolkit) on a central location, so I don't have to update application installs separately . What is the way te do this?
I found that the module path can be modified to a central location in the Deploy-Application.ps1 at:
[string]$moduleAppDeployToolkitMain = "$scriptDirectory\AppDeployToolkit\AppDeployToolkitMain.ps1"
The PowerShell script Deploy-Application.ps1 will find the module folder and runs correctly.
But the Deploy-Application.exe is hard coded to use <script/exe folder>\AppDeployToolkit?
Because when removing the AppDeployToolkit folder from the install folder I got the following error message:
Unable to find the 'AppDeployToolkit' folder
I hope someone can tell if what I want is possible.
Regards,
Walter Kamer
I want to place the module folder (AppDeployToolkit) on a central location, so I don't have to update application installs separately . What is the way te do this?
I found that the module path can be modified to a central location in the Deploy-Application.ps1 at:
[string]$moduleAppDeployToolkitMain = "$scriptDirectory\AppDeployToolkit\AppDeployToolkitMain.ps1"
The PowerShell script Deploy-Application.ps1 will find the module folder and runs correctly.
But the Deploy-Application.exe is hard coded to use <script/exe folder>\AppDeployToolkit?
Because when removing the AppDeployToolkit folder from the install folder I got the following error message:
Unable to find the 'AppDeployToolkit' folder
I hope someone can tell if what I want is possible.
Regards,
Walter Kamer