
02-20-2008, 09:43 PM
|
Tiger
|
|
Join Date: Feb 2008
Posts: 261
|
|
I think its pretty easy to setup, I have XP instead of Vista so I can't help ya there. But I know I have seen some tutorials for it. Parallels will work after you open the install package and edit the info.plist.
Code:
<key>TestObject</key>
<string>GenuineIntel</string>
needs to say
Code:
<key>TestObject</key>
<string>AuthenticAMD</string>
|