Hi All,
I'm trying to capture an application called JT2Go using ThinApp 4.6. I have it working on XP, but get an error on 7 (64-bit). The issue is with Win SxS. Right now I have LoadDotNetFromSystem=Win7 enabled (though it's not a .Net app, so I don't think it's doing anything one way or the other). I ran it through SxStrace on the Win7 machine and ther error is pretty obvious.
Here it is:
INFO: Parsing Manifest File C:\Users\userprofile\AppData\Roaming\Thinstall\JT2Go\SKEL\4692-41.manifest.
INFO: Manifest Definition Identity is Visview.exe,processorArchitecture="x86",type="win32",version="8.1.0.0".
INFO: Reference: ..\\..\\Program\\ProgramManifest,type="win32",version="1.0.0.0"
INFO: Resolving reference ..\\..\\Program\\ProgramManifest,type="win32",version="1.0.0.0".
INFO: Resolving reference for ProcessorArchitecture ..\\..\\Program\\ProgramManifest,type="win32",version="1.0.0.0".
INFO: Resolving reference for culture Neutral.
INFO: Applying Binding Policy.
INFO: No binding policy redirect found.
INFO: Begin assembly probing.
INFO: Did not find the assembly in WinSxS.
INFO: Attempt to probe manifest at C:\Users\userprofile\AppData\Roaming\Thinstall\JT2Go\SKEL\..
..
Program
ProgramManifest.DLL.
INFO: Attempt to probe manifest at C:\Users\userprofile\AppData\Roaming\Thinstall\JT2Go\SKEL\..
..
Program
ProgramManifest.MANIFEST.
INFO: Attempt to probe manifest at C:\Users\userprofile\AppData\Roaming\Thinstall\JT2Go\SKEL\..
..
Program
ProgramManifest\..
..
Program
ProgramManifest.DLL.
INFO: Attempt to probe manifest at C:\Users\userprofile\AppData\Roaming\Thinstall\JT2Go\SKEL\..
..
Program
ProgramManifest\..
..
Program
ProgramManifest.MANIFEST.
INFO: Did not find manifest for culture Neutral.
INFO: End assembly probing.
ERROR: Cannot resolve reference ..\\..\\Program\\ProgramManifest,type="win32",version="1.0.0.0".
ERROR: Activation Context generation failed.
End Activation Context Generation
Any ideas? Not sure what the heck " ..\\..\\Program\\" is.
I captured on an absolutely clean VM and did allow it to capture the VC++ 2005 runtime. I've also confirmed that the VC++ 2005 (x86) runtime is physically installed on the Win7 box.