- program A starts and checks if program B is there (both programs part if a package)
- On Win XP, check passes (as B is part of the virtual package) and the flow continues as expected
- On TerminalServer Windows 2003 SP2, the ckeck fails; prog A states that prog B is missing (which is in the same "virtual folder" within the package!).
- Tested several options, all without success.
- Seems that the virtualization of the object which is checked did not take place (something like "if not exist c:\programme\xxxx\b"...).
- Indeed, the program which existence is checkd isn't already in the VOS-cache, but that should not matter?
Once again, if I alter the Data Storage Path back from %%HomeDrive%%%%HomePath%% to Standard, the issue described above is gone! (%%HomeDrive%%%%HomePath%% points to a network location)!