Forum Discussion
Peer-Atle
Jun 25, 2024Brass Contributor
Combine workingdirectory and startScript results in error message.
I am trying to combine both working directory and startup script in the config.json file. Everything seems to be configured correctly. i install the MSIX package but when i try to start it i get this...
Peer-Atle
Dec 03, 2024Brass Contributor
Sorry. I found the solutions months ago but forgot to update this thread.
When combinding workingdir and powershell script, then the powershell script must be stored in the workingdir folder.
config.json file.
....
..
"scriptPath": "Copy.ps1"
...
..