Getting this error when i try to install this NanaZipPackage_1.0.25.0_x86_x64_arm64.msixbundle: This app package is not signed with a trusted certificate. Contact your system administrator or the app developer to obtain a new certificate or app package with trusted certificates. The root certificate and all immediate certificates of the signature in the app package must be trusted (0x800B010A)
I need to know which compress menu you mentioned for helping me to know which part. Thanks. Kenji Mouri
When rightclicking a file or folder and moving over the "Nanazip" text. Closes right away before I really see the options under that menu.
I would like to see different name (not containing zip or rar) idk NanaArchive etc.. would be better btw sfx support?
NanaZip will try to create a new archive format for Windows imaging in the 4.x development stage. NanaZip supports Self Extracting Executables and 1.x will add Per-Monitor DPI-Aware support for them. then zip in the name becomes more meaningless. btw ISO creation support?
This project is called NanaZip because the nana is the romaji of なな, means seven in Japanese. So they will know NanaZip is a 7-Zip derivative if they know a little Japanese because this is a pun which is easy to understand. I am not sure. But I can note it on the roadmap. Kenji Mouri
Any idea, where it stores settings? I setup 7-zip by simply applying this: Spoiler Code: reg add "HKCU\Software\7-Zip\Compression" /v "Archiver" /t "REG_SZ" /d "7z" /f reg add "HKCU\Software\7-Zip\Compression" /v "Level" /t "REG_DWORD" /d "9" /f reg add "HKCU\Software\7-Zip\Compression\Options\7z" /v "Level" /t "REG_DWORD" /d "9" /f reg add "HKCU\Software\7-Zip\Options" /v "CascadedMenu" /t "REG_DWORD" /d "1" /f reg add "HKCU\Software\7-Zip\Options" /v "ContextMenu" /t "REG_DWORD" /d "263" /f