Ich brauche die Funktion in einem Paket zum Bereinigen der PATH-Variable, und die ist auf meinem Testrechner länger als 519 Zeichen. So bin ich darauf gestoßen
Ist das ein bekannter Bug
Test-Case:
Client OS: Win 7 x64
Produktversion: 15.1
Setup.exe Dateiversion 15.1.0.929
Funzt:
Code: Select all
[Environment]
PATH=C:\Program Files (x86)\Business Objects\Common\3.5\bin\NOTES\;C:\Program Files (x86)\Business Objects\Common\3.5\bin\NOTES\DATA\;C:\Oracle\12.1.0\client;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64;C:\Oracle\12.1.0\client\bin;C:\Windows\SysWOW64\Empirum;C:\Program Files (x86)\Infor\InforCOM\InstantClient;C:\plm\tcvis83\Products\Mockup\ClearanceDB;ab
NumberOfTokens=Tokenize (PATH, ";")Code: Select all
[Environment]
PATH=C:\Program Files (x86)\Business Objects\Common\3.5\bin\NOTES\;C:\Program Files (x86)\Business Objects\Common\3.5\bin\NOTES\DATA\;C:\Oracle\12.1.0\client;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64;C:\Oracle\12.1.0\client\bin;C:\Windows\SysWOW64\Empirum;C:\Program Files (x86)\Infor\InforCOM\InstantClient;C:\plm\tcvis83\Products\Mockup\ClearanceDB;abc
NumberOfTokens=Tokenize (PATH, ";")