ScOOt3r Posted June 9, 2007 Posted June 9, 2007 Well for those addon on makers do any of these addons here on this site work for XP x64, i just got a new pc and it has 64 bit dual core blah blah blah.I have triend nlite and rvmintergrator but they ingergrate just fine, but when i run thru vmware nothing runsany suggestions?scOOt3r Quote
Gorki Posted June 11, 2007 Posted June 11, 2007 Can U be more specific? What kind of application did U add to your slipstream CD? Quote
ricktendo Posted June 11, 2007 Posted June 11, 2007 You mean:A- They Integrate fine but wont run... orB- They don't Integrate/Install at all Quote
ScOOt3r Posted June 17, 2007 Author Posted June 17, 2007 They seem to Intergrate fine but when windows loads up they dont show up anywhere.. most of the ones that i have found, for x64 slipstream work with .rar extension only.any 7zip & most .cab files dont seem to work with nlite or rvm remember this is for x64 only.its almost all apps, from here. like sidebar, all the vista gadgets etc.. the start screen etc.. i would love to see if someone can make a pack with .rar just to see if it works.hope this helps a bit.ScOOt3r! Quote
5eraph Posted June 25, 2008 Posted June 25, 2008 (edited) INF-based XP x86 addons with internal cabinet files are not inherently compatible with XP x64. There are a couple of ways to make existing addons compatible, but I'll outline the simpler method.First off, no changes should need to be made to the Entries*.ini file. Addons which change OS system files should not be made compatible. The binaries will not match and you'll most likely have problems.Up to three changes need to be made to the INF:All .x86 decorations must be removed. They never should have been put into addon INFs to begin with. One example is [sourceDisksNames.x86]: change it to simply [sourceDisksNames].Second, all references to the I386 location need to be changed to AMD64. Usually the only one is in [sourceDisksNames]. Here's an example that incorporates the change above as well:[SourceDisksNames.x86]1="Signed Theme Files","SgndThms.cab",,"i386"must be changed to[SourceDisksNames]1="Signed Theme Files","SgndThms.cab",,"AMD64"Finally, the following values must be changed in all occurances:%ProgramFiles% to %ProgramFiles(x86)%16422 to 1642616427 to 16428Note: The new values are undefined in x86 OSes. They are specific to x64, and perhaps IA64, architectures.Here's one example:WMPSkins = 16422,"Windows Media Player\Skins"must be changed toWMPSkins = 16426,"Windows Media Player\Skins"EDIT 1: LOL, I just realized that the last reply to this thread was posted last year.EDIT 2: After some digging, I found some DirIDs not defined in gosh's list. Post updated to reflect the new information. Edited June 29, 2008 by 5eraph Quote
Shredder11 Posted July 8, 2008 Posted July 8, 2008 Don't worry about replying to a topic after a long period of inactivity, as I think it keeps the forums more tidy and less confusing. Some people do tend to get very angry over this but hey, so what! I hate it when people start the same topics over and over again when one would suffice!So I say keep it simple!........oh and there is some good info in this thread too! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.