Skip to content

Dependency on IncludeSSO #1

@mdoelker

Description

@mdoelker

Hi there,

I ran into issues when using this great script with some applications that did not create an SSO entry, because IncludeSSO was False in Deployment.btdfproj. I discovered that the Deploy script requires this to be True, as it reads out the ProjectPath from SSO which in my case was resolved to null, creating problems when uninstalling backreferences:

Cannot bind argument to parameter 'ProjectPath' because it is null. ---> Microsoft.PowerShell.Commands.WriteErrorException: Undeploying back references failed

Maybe ProjectPath can be read elsewhere to make it independent from the SSO setting, like from an entry in the registry key that is created by this script. It should at least be mentioned that this setting has to be enabled for it to work correctly.

Cheers
Malte

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions