Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Support for Zstandard .zst/.zstd archives

      Z

      It would be nice to be able to at least extract Zstandard archives.

      Wishlist
    • Highlighting files and folders in Add modes

      PA_Fan

      I prefer to use light themes, and when, for example, I have set up my main archive screen to be Classic Toolbar with Blizzard Blue, files in the archive are highlighted (no checkboxes, full row select) with white text on grey background. They are easy to see .

      However, in the Add screens, the files and folders are black type upon a pale blue background, which is not so readily visible, especially when highlighting separate files in lists with Ctrl/Click for addition. It would be ideal if the backgrounds to files in these screens could be set to mimic the highlighting of those in the main archive window.

      I have tried experimenting with different themes and settings for skins, toolbars and so forth, but, unless I’ve missed something, none seem to give me the effect I want.

      Wishlist
    • .BH in Windows 11 Context Menu

      C

      Re: Windows 11 Context menu support

      It would really make me happy if you put .BH in the Windows 11 context menu. I know it’s in the “More Options” section, but this would make it more convenient. Don’t know why the option to add it to the menu isn’t there in the first place. P-L-E-A-S-E ??? :) Thanks You!

      Wishlist
    • paq9a support

      R

      Any chance of including this format in a future release?

      https://github.com/FS-make-simple/paq9a

      Exceptional compression levels.

      Thanks.

      Wishlist
    • Windows Store Delivery (and ideally updates)

      TheAndyMac

      Now that the Windows Store is making support for non-UWP apps mainstream, including those with their own update delivery process, it would be nice to see PowerArchiver in the Windows Store going forwards - at least as a channel for the product to be available.

      Wishlist
    • What features do you want in new format?

      spwolf

      Tell us what features you want from new format…

      Wishlist
    • Windows 11 Context menu support

      BigMike

      In Windows 11 a new explorer context menu is introduced.
      The “old” context menu may still be accessed through an additional mouse click, to reach the PowerArchiver context menu functions, but this isn’t comfortable at all.

      Could you add PowerArchiver items to the first level (and ideally disable the Windows native ZIP entry)

      Wishlist
    • OneDrive for Business support

      Z

      I’m surprised that OneDrive for Business isn’t supported. I can’t link my company’s OneDrive account, but a personal (free) account works fine.

      Wishlist
    • Better handling for protected archives

      BigMike

      Hi,

      I’d like to propose an improvement for password protected archives.

      Actual behavior is:
      If I open an archive, which is password protected and make a typo in the password dialog, I’ll get the message, that the password was wrong and I end up with an empty window. I need to reopen the archive to be able to enter the password again.

      Improved behavior:
      Tell me, that the password was wrong and give me the chance to enter the correct password to decrypt the archive.

      Wishlist
    • ZIPX: Add support for packing JPEG with specialized algorithm

      A

      Hello!
      I know I have been asking for this feature some time ago, but as nothing has changed let me ask again:
      The ZIPX-format offers an algorithm, that compresses JPEG-files by about 20-30%. Please add compression (packing) support for this in ZIPX-archives to Powerarchiver. Extraction of JPEGs packed into ZIPX by this algorithm is already supported by Powerarchiver for a long time, so it should not be difficult? Or is it a licensing problem?
      Thanks!

      Wishlist
    • Better archive type handling with drag & drop

      BigMike

      Hi,

      I’d like to suggest, that the correct archive type is (always) selected, when adding files by drag & drop to an archive.

      This is already happening if the archive has the correct extension. For example, if I’m adding files to test.zip, zip will be selected. If I’m adding files to test.7z, 7z will be selected as format in “Add dialog”.

      But this won’t be working, if the archive has not the “right” extension.
      So XPI files (Firefox addons) for example are ZIP files. PowerArchiver opens them without any problems, but if I try to add file by drag & drop, PowerArchiver won’t auto select “ZIP”, but use the last selected archive format, while PowerArchiver already knows, that I’m trying to add files to a ZIP.

      Wishlist
    • Elevation of UAC in Mounting Images

      F

      I love this, only there is one problem. The UAC elevation feature does not extend to Mount Image option in the add-on software PA provided. It is most annoying whenever I am on highest UAC settings and I mount an ISO, every time I open and create a virtual drive UAC appears. I also do not want to completely disable UAC.

      Is adding UAC elevation for mount image feature possible?

      Wishlist
    • Bulkzip Nanozip (.nz) file format

      D

      The now defunct Bulkzip had Nanozip (nz) as an option this would be great to have for compatibility with my .nz files, so I don’t have to install Bulkzip separately.

      Wishlist

    U3 yes, but non-U3 portable?

    Wishlist
    8
    16
    18554
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      rmoody last edited by

      I really love PowerArchiver, just purchased it. I have been getting into portable apps and I noticed the U3 version. What about a non-U3 version for USB drives akin to Portable Firfox and the other apps at PortableApps.com. I would really like that as I don’t have a U3 drive. Thanks!

      1 Reply Last reply Reply Quote 0
      • spwolf
        spwolf conexware last edited by

        @rmoody:

        I really love PowerArchiver, just purchased it. I have been getting into portable apps and I noticed the U3 version. What about a non-U3 version for USB drives akin to Portable Firfox and the other apps at PortableApps.com. I would really like that as I don’t have a U3 drive. Thanks!

        reason we started with U3, is that they sent us info and drives first. I know there are some other companies creating host apps for USB drives, and we might add support for them later.

        Right now we are working on 10.00 and we definetly wont dedicate any time to anything else until we are finished.

        Another problem is that every new version requires us to update it as soon as we update PowerArchiver, and right now we have 40 different installations of PowerArchiver to update :-).

        M 1 Reply Last reply Reply Quote 0
        • M
          mwb1100 @spwolf last edited by

          To have PowerArchiver run in portable mode does not require any special drives.

          Essentially, portable applications are those that can run without a special installation - no configuration information is stored in the registry - files contain the configuration, and the files are found by searching in reasonable locations until found (something like first look in the USERDATA directory, then look in the directory where the .exe is loaded from).

          If PA requires COM components to run, they must be specified in manifest files so that the system can locate them without having them registered in the registry. MSDN has information on how to do this.

          Obviously, PA will not be able to be integrated into the explorer shell when run in this mode, but it would still be a useful option.

          spwolf 1 Reply Last reply Reply Quote 0
          • spwolf
            spwolf conexware @mwb1100 last edited by

            @mwb1100:

            To have PowerArchiver run in portable mode does not require any special drives.

            Essentially, portable applications are those that can run without a special installation - no configuration information is stored in the registry - files contain the configuration, and the files are found by searching in reasonable locations until found (something like first look in the USERDATA directory, then look in the directory where the .exe is loaded from).

            If PA requires COM components to run, they must be specified in manifest files so that the system can locate them without having them registered in the registry. MSDN has information on how to do this.

            Obviously, PA will not be able to be integrated into the explorer shell when run in this mode, but it would still be a useful option.

            the whole problem is that you wont be able to properly register shell extensions or associations, which is what most of the people use.

            But, there is portable host software for U3, which is drive independent, and should do pretty much what U3 does - clean everything before and after portable app is launched.

            But of course, end user still has to pay extra for it, so it ends up a lot cheaper to buy U3 drive…

            1 Reply Last reply Reply Quote 0
            • Q
              quatermass last edited by

              U3 is a pain.
              You can’t add your own apps, only special ones provided by U3 or associated party.

              As a IT techie, I bought a 2GB U3 stick recently and after trying U3 I had to remove its ‘U3’ ability. It’s too limiting.

              There was no way for me to simply add a script or 3rd party app of my choosing.

              I now just use Pstart.exe to setup my apps in a nice panel.

              U3 is doomed imho if it doesn’t document to non-commercial users like myself how to add a program of my to it.

              So I’d like to see a PortableApps version thank you very much. 7zp do a zip portableApps version…. ;-)

              1 Reply Last reply Reply Quote 0
              • I
                Ice last edited by

                I’d like to bring up that topic again:
                What are the current plans for a portable version?

                Today we got the new version, but I won’t even consider spending money for the upgrade unless ther is a portable version! For that however I would gladly pay even the full price again!

                Wouldn’t it have been a better choice to spend some time developing a portable version instead of integrating new features that other programs can do better anyway?

                spwolf 2 Replies Last reply Reply Quote 0
                • spwolf
                  spwolf conexware @Ice last edited by

                  @Ice:

                  I’d like to bring up that topic again:
                  What are the current plans for a portable version?

                  Today we got the new version, but I won’t even consider spending money for the upgrade unless ther is a portable version! For that however I would gladly pay even the full price again!

                  Wouldn’t it have been a better choice to spend some time developing a portable version instead of integrating new features that other programs can do better anyway?

                  what portable version? Any or U3? U3 is coming again, as many of our users use it (many of USB drives currently sold are U3 compatible)…

                  1 Reply Last reply Reply Quote 0
                  • spwolf
                    spwolf conexware @Ice last edited by

                    p.s. any portable version would be free of charge to current PA users, you certainly wouldnt have to pay extra for it…

                    I 1 Reply Last reply Reply Quote 0
                    • I
                      Ice @spwolf last edited by

                      Well, first thanks for your answer!!!

                      “portable” just means a program that you don’t have to install and that consists of just one file (as described in the first post)!

                      And I know I wouldn’t have to pay extra for a portable version, I just wanted to say that I was willing to because such a version is really important to me!

                      Just hink about it:
                      What do you usually use archives for?
                      You use them to transport data!
                      And to unpack those files you need some application on every computer you want to use that data on, so a portable version REALLY makes sense!

                      How could you not offer such a version?!?

                      I REALLY like PowerArchiver, but I have to use 7zip-portable on other computers, so that naturally makes me think about only using the latter…

                      spwolf 1 Reply Last reply Reply Quote 0
                      • spwolf
                        spwolf conexware @Ice last edited by

                        @Ice:

                        Well, first thanks for your answer!!!

                        “portable” just means a program that you don’t have to install and that consists of just one file (as described in the first post)!

                        And I know I wouldn’t have to pay extra for a portable version, I just wanted to say that I was willing to because such a version is really important to me!

                        Just hink about it:
                        What do you usually use archives for?
                        You use them to transport data!
                        And to unpack those files you need some application on every computer you want to use that data on, so a portable version REALLY makes sense!

                        How could you not offer such a version?!?

                        I REALLY like PowerArchiver, but I have to use 7zip-portable on other computers, so that naturally makes me think about only using the latter…

                        i understand what you want… thats why wishlist forum is for. We will check it out for one of the future versions, we will still support U3 as thats what many people request through support pages.

                        thanks,

                        T 1 Reply Last reply Reply Quote 0
                        • T
                          TSchm @spwolf last edited by

                          I also wish there will be a portable version.

                          But I would prefer if you don’t do it as an U3 version, because this will limit the use to only some USB devices. If you would create one package like they do at portableapps.com you could use it with every device.

                          1 Reply Last reply Reply Quote 0
                          • spwolf
                            spwolf conexware last edited by

                            we will see what happens, you guys will be getting at least one of these versions… and maybe both (eventuall)…

                            D 1 Reply Last reply Reply Quote 0
                            • D
                              davidsplash @spwolf last edited by

                              i have already used powerarchiver on a usb stick without it being u3 the only part i have and the only thing it does not give me is shell extensions but that doesn’t matter. just install to usb and register as normaly and it should work ok on a usb with out shell extensions

                              1 Reply Last reply Reply Quote 0
                              • G
                                george_lol last edited by

                                Please make a version for PortableApps. U3 is insufficient.

                                I 1 Reply Last reply Reply Quote 0
                                • I
                                  Ice @george_lol last edited by

                                  Now, since the new version 11 has been released and since U3 is more or less obsolete:

                                  Is there a portable version of PowerArchiver?!?!

                                  1 Reply Last reply Reply Quote 0
                                  • spwolf
                                    spwolf conexware last edited by

                                    not right now, but we will make one i guess :-)

                                    1 Reply Last reply Reply Quote 0
                                    • First post
                                      Last post