Entire Program stored in registry?



  • Hey guys!

    Is it possible to store an executeable completely in registry?
    How big can a "Binary value" Entry be?
    Im aware of the dullness of such an idea but im just interested in...

    tankx
    sanchez



  • If I remember correctly, the max size of the entire Registry was unter Win95/98 2 or 4 MB. So it wouldn't work under these OS. What it looks like under Win2K / XP, I don't know ...



  • Platform SDK schrieb:

    Value sizes are limited by available memory. Long values (more than 2048 bytes) should be stored as files with the file names stored in the registry. This helps the registry perform efficiently. Application elements such as icons, bitmaps, and executable files should be stored as files and not be placed in the registry.



  • geeky schrieb:

    Platform SDK schrieb:

    Value sizes are limited by available memory. Long values (more than 2048 bytes) should be stored as files with the file names stored in the registry. This helps the registry perform efficiently. Application elements such as icons, bitmaps, and executable files should be stored as files and not be placed in the registry.

    "should be"....


Anmelden zum Antworten