I am trying to make a ThinApp version of Maya 2010 x86. It runs fine in the Windows 7 x86 VM I used to make it, and also runs just fine in a Windows XP SP2 x86 VM I set up to test it. However, I can't seem to get it to run on a Windows 7 x64 install (actual install, not a VM).
The error message is as follows:
The specified module could not be found.
Unable to load DLL C:\Program Files (x86)\Autodesk\Maya2010\bin\maya.exe->DataModel.dll
So, to clarify:
ThinApp'd version made in Win 7 x86 VM
Runs fine in Win 7 x86 VM and Win XP SP2 x86 VM
Fails with the above message in Win 7 x64
I have tried uncommenting the line in Package.ini (I tried both "Wow64=0" and "Wow64=1", neither of which has worked)
Any insight at all would be greatly appreciated.
PS: If anyone is interested in helping but does not have Maya 2010, a 30-day trial version (which suffers from the same problem) can be downloaded from Autodesk's official site: http://usa.autodesk.com/adsk/servlet/pc/index?id=13578047&siteID=123112
Thanks for taking the time to read this.