NanaZip - Open source file archiver intended for the modern Windows experience

Discussion in 'MDL Projects and Applications' started by Mouri_Naruto, Sep 25, 2021.

  1. Mouri_Naruto

    Mouri_Naruto MDL Developer

    Jul 10, 2014
    525
    1,791
    30
    #1 Mouri_Naruto, Sep 25, 2021
    Last edited: Dec 1, 2021
  2. SLK320

    SLK320 MDL Member

    Oct 12, 2009
    140
    39
    10
    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)
     
  3. Mouri_Naruto

    Mouri_Naruto MDL Developer

    Jul 10, 2014
    525
    1,791
    30
    You should install the self signing certificate first.

    upload_2021-9-26_4-48-42.png

    Kenji Mouri
     
  4. SLK320

    SLK320 MDL Member

    Oct 12, 2009
    140
    39
    10
    #5 SLK320, Sep 25, 2021
    Last edited: Sep 25, 2021
    Thanks, now it installs.

    Still problem, when I hover Nanazip compress menu it closes right away.
     
  5. Mouri_Naruto

    Mouri_Naruto MDL Developer

    Jul 10, 2014
    525
    1,791
    30
    I need to know which compress menu you mentioned for helping me to know which part. Thanks.

    Kenji Mouri
     
  6. hiphopboy

    hiphopboy MDL Novice

    Dec 8, 2008
    49
    2
    0
    Hope winrar soon remod this menu style
     
  7. SLK320

    SLK320 MDL Member

    Oct 12, 2009
    140
    39
    10
    When rightclicking a file or folder and moving over the "Nanazip" text. Closes right away before I really see the options under that menu.
     
  8. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,754
    5,216
    120
    in Hebrew it sound like mint - Zip :p
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Mouri_Naruto

    Mouri_Naruto MDL Developer

    Jul 10, 2014
    525
    1,791
    30
    Got it. Thanks. I will try to reproduce it.

    Kenji Mouri
     
  10. crypticus

    crypticus MDL Senior Member

    Jun 29, 2015
    317
    142
    10
    I would like to see different name (not containing zip or rar) idk NanaArchive etc.. would be better

    btw sfx support?
     
  11. crypticus

    crypticus MDL Senior Member

    Jun 29, 2015
    317
    142
    10
    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?
     
  12. Mouri_Naruto

    Mouri_Naruto MDL Developer

    Jul 10, 2014
    525
    1,791
    30
    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
     
  13. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,172
    1,055
    60
    Any idea, where it stores settings? I setup 7-zip by simply applying this:
    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