Hi, I want to automate the deployment of a windows forms application which is used by numerous users on a terminal services server.
I can close any running instances of the application using powershell scripts before Octopus installs the new release.
The problem is the deployment will be in a new folder. That won’t help the users accessing that application because they have shortucts on their desktops pointing to a current release.
This means all the users who have access to this application needs to get their shortcuts updated to point to the new deployment.
I’ve found a powershell script that can do this but you need to know the new folder where the new release was deployed. How would the script know where the new deployment folder is?
Is this at all possible?