Thanks for the reply!
I am wondering if the script has any hooks in it though?
If you open a fresh script from version 3.6.0, line 70 makes me nervous:
[version]$deployAppScriptVersion = [version]'3.6.0'
Same line in version 3.5.0:
[version]$deployAppScriptVersion = [version]'3.5.0'
Do these play any role? I am lead to believe they to for something, i just don't know what....
Thanks in advance
I am wondering if the script has any hooks in it though?
If you open a fresh script from version 3.6.0, line 70 makes me nervous:
[version]$deployAppScriptVersion = [version]'3.6.0'
Same line in version 3.5.0:
[version]$deployAppScriptVersion = [version]'3.5.0'
Do these play any role? I am lead to believe they to for something, i just don't know what....
Thanks in advance