Jump to content

Recommended Posts

Posted
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


Posted
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

Posted
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

Posted
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

  • 2 weeks later...
Posted

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 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...