I have created some custom Python scripts that I have saved as GP tools in a custom toolbox. I have created Tasks that run these scripts.
When I package up my Pro project and send it to another user, the user gets an error when running the task saying that the GP tool (script) can't be found. The error message references the path on my hard drive where the script / tool box was. The script tools themselves are in the user's project (since they were a part of the package) and these script tools run fine for the user. The issue is that the Task does not seem to recognize the scripts within the project.
How can I force the task to reference the scripts within the project and not a hard path on my hard drive? This packaged project will be distributed to many users and they will all extract it to their own computers. I need the project, tasks, and scripts to all work when they unpack the project on their own machines.