Condor.07 Posted June 7 Posted June 7 On 6/3/2025 at 8:15 PM, MilkChan said: It is not useful for other languages in x64 Some source files are only released in the company and on request and only in English Some updates like RDP in x64 are only in 2 official languages English and Japanese For Windows 2003 Server x64 the official languages are 19! I asked you how you create packages for the x64 versions, since DXUPAC does not work. If you want to give me an answer I thank you. If you want to evade the question I will find the method in another way. Thanks
MilkChan Posted June 7 Author Posted June 7 56 minutes ago, Condor.07 said: For Windows 2003 Server x64 the official languages are 19! I asked you how you create packages for the x64 versions, since DXUPAC does not work. If you want to give me an answer I thank you. If you want to evade the question I will find the method in another way. Thanks I already told you that if there is no source files, the language and I only have English. The Japanese language, I created it, just making each message straight text files in DLL. And the following problem is SFC There is a lot of mistakes. 19 that language I already know You will never find official files. Unless you have to ask for Microsoft only
Condor.07 Posted June 8 Posted June 8 On 6/7/2025 at 11:52 AM, MilkChan said: I already told you that if there is no source files, the language and I only have English. The Japanese language, I created it, just making each message straight text files in DLL. And the following problem is SFC There is a lot of mistakes. 19 that language I already know You will never find official files. Unless you have to ask for Microsoft only are you serious or joking? I have all the original files in all languages do you understand?! in which language should I write it to you?! I just need to know how to create the pack, is it that hard to understand?! Thanks
MilkChan Posted June 8 Author Posted June 8 5 hours ago, Condor.07 said: are you serious or joking? I have all the original files in all languages do you understand?! in which language should I write it to you?! I just need to know how to create the pack, is it that hard to understand?! Thanks I'm not teasing you If you have a file as requested for Italian, real and complete And I can do
user57 Posted June 17 Posted June 17 the most upgrades use the a installer the older ones are made via InstallShield (suspection is that these are made with VC6/VS6) the newer ones seems to be made with the InstallShield from VS2010 they have 1 important thing in common both create a .inf file for .inf files microsoft has a "installer engine" like "CopyFiles" or "AddReg" therefore you can combine all the upgrades using that "installer engine"/"inf installer". that engine can do multiple things but the most 2 things are registry and filecontrolment this has a problem that engine is not very fast - it is probaly made for smaller installers these .inf engine then use very windows common functions to control the registry and the files like MoveFileEx, RegOpenKey ect. there is also a famous bug with some of the registry entrys: office 2010 create context menu entrys that context menu is controled by explorer.exe (where office made entrys) but at some point the deeper function cant handle the corrupted Heap RtlAllocateHeap then is failing, it is failing because the Heap got currupted, RtlAllocateHeap is called by every alloc function that bug can be considered a windows error because RtlAllocateHeap should not fail just because the Heap got corrupted
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now