Add-Type : (0) : Warning as Error: Invalid search path 'C:\Program Files
(x86)\Sybase\OCS-12_0\lib' specified in 'LIB environment variable' -- 'The
system cannot find the path specified. '
(1) : using System;
At C:\Windows\ccmcache\v\AppDeployToolkit\AppDeployToolkitMain.ps1:7603 char:4
+ Add-Type -TypeDefinition $QueryUserSessionSource -Language CSharp
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidData: (error CS1668: W...th specified. ':
CompilerError) [Add-Type], Exception
+ FullyQualifiedErrorId : SOURCE_CODE_ERROR,Microsoft.PowerShell.Commands.
AddTypeCommand
Comments: This is a custom path specific to your application/environment: C:\Program Files (x86)\Sybase\OCS-12_0\lib. If your package need this path to be created before you try to access it in some way, then you should do that. This doesn't really seem like a toolkit issue. There is no reason for the toolkit to ever create this path by default.
(x86)\Sybase\OCS-12_0\lib' specified in 'LIB environment variable' -- 'The
system cannot find the path specified. '
(1) : using System;
At C:\Windows\ccmcache\v\AppDeployToolkit\AppDeployToolkitMain.ps1:7603 char:4
+ Add-Type -TypeDefinition $QueryUserSessionSource -Language CSharp
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidData: (error CS1668: W...th specified. ':
CompilerError) [Add-Type], Exception
+ FullyQualifiedErrorId : SOURCE_CODE_ERROR,Microsoft.PowerShell.Commands.
AddTypeCommand
Comments: This is a custom path specific to your application/environment: C:\Program Files (x86)\Sybase\OCS-12_0\lib. If your package need this path to be created before you try to access it in some way, then you should do that. This doesn't really seem like a toolkit issue. There is no reason for the toolkit to ever create this path by default.