• Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Register
    • Login
    Can you include .3MF to the list of re-compressible formats?
    A

    Can you include .3MF to the list of re-compressible formats? Its structure is similar to MS Office 2007 documents and Open Document Format. It is a ZIP Deflate archive with XML data and some JPG, and/or PNG pictures inside. Otherwise, if I try to compress .3MF it bearly makes it smaller unless I recompress .3MF to the Store setting then it makes it a lot smaller.
    Wish they all would move to 7zip ZSTD in the first place so that the optimized file size with FileOptimizer would be 50% of the ZIP Deflate version. And there would be no extra compression needed :)

    Wishlist
    Optimize archive on Context Menu
    W

    I noticed that the option to add the optimize archive function to the context menu is missing on Windows 10.
    Opening each archive with the interface in order to click it becomes tedious with many files.

    Same for others functions like Remove Archive Encryption

    Wishlist

    Let User Add Subfolder to SFX Extract Folder

    Wishlist
    3
    15
    11229
    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.
    • I
      i_am_jim
      last edited by

      An earlier version of the program let me add a subfolder to the default Temp folder PA extracts an SFX file to. As it is PA dumps all the files into the top level Temporary folder and, in my opinion, makes a mess.

      Also, I have occasion to ask users of my product to find a particular file in the extracted set. It makes this much easier if they are all in a unique folder with a name of my choosing.

      If this feature exists please point me to it.

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

        did you try %temp%\name?

        (check for actual alias usage in help file, been while since i checked that out)… it should work fine!

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

          @spwolf:

          did you try %temp%\name?

          That’s how the older version I was using worked. In the current version the extract location is chosen from a dropdown and you can only choose from fixed options. None of these three options has a subfolder.

          (check for actual alias usage in help file, been while since i checked that out)… it should work fine!

          My search of Help found no reference to the word alias and only one to the word actual and it was not on topic.

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

            Another way to do this is to use the archive name as the subfolder name.

            I can see the possibility of conflicts this way but it most probably works.

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

              here is the help:

              conext sensitive help (press help in Make SFX window):

              “Default “UnZip To” folder” - This is the default folder in which the extracted files will be placed. If you select “Use TEMP directory”, the files will be extracted to the default Windows temporary directory. Click here for more info on advanced extract path options.

              and then click here leads you to this:

              Predefined extraction paths can be entered in either the Make SFX or SFX Wizard “Default UnZip To folder” field.

              Extraction Path Options

              Constant Description Typical or Example Path
              %temp% User’s temporary folder C:\WINDOWS\TEMP
              %temp-unique% A unique temporary folder C:\WINDOWS\TEMP~SFX345A
              %win% Windows Directory C:\WINDOWS
              %winsys% Windows System Files Directory C:\WINDOWS\SYSTEM
              %PROG% Program Files Folder C:\Program Files
              %DOCS% User’s documents folder C:\My Documents
              %DESKTOP% User’s Desktop Folder C:\Windows\Desktop
              %FONTS% Fonts Folder C:\Windows\Fonts

              You can also use registry entries. In this case, use the pipe symbol ( | ) to create sub-folders.

              Examples

              Default UnZip To folder: %prog%\PowerArchiver\Skins
              Typically: C:\Program Files\PowerArchiver\Skins
              Default UnZip To folder: %temp%~test
              Typically: C:\Windows\Temp~test)

              Default UnZip To folder: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\CommonFilesDir|MySoftware
              Typically: C:\Program Files\Common Files\MySoftware

              :)

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

                check example here
                attachment_p_23430_0_makeexe.png

                I 2 Replies Last reply Reply Quote 0
                • I
                  i_am_jim @spwolf
                  last edited by

                  Okay. I think I’ve got it. It never dawned on me you could type in the dropdown items. And even if it did I wouldn’t have thought it understood relative paths.

                  Thanks very much for your help.

                  But, that leads to a new question. A caution in this help area says:

                  Important information on using “run command line after extract” option

                  In case you are using advanced extraction path option together with run command line after extracting option, you will need to use special “{p}” option in the run command line after extracting field so you can tell PowerArchiver SFX where to find extracted files.

                  Example

                  Default UnZip To folder: %temp-unique%
                  Run Command Line: setup.exe
                  Explanation: These options will run setup.exe from temporary path noted above.

                  I do run a setup program after unzipping. But, I don’t understand these instructions.

                  I don’t understand what a {p} option is. If my extract-to folder is FOOBAR it looks like I would use:

                  Default UnZip To folder: %temp%\FOOBAR
                  Run Command Line: setup.exe

                  But, I don’t see how that’s added any {p} option?

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

                    if you do just setup.exe, it will run setup.exe and thats it. If will run whatever is first setup.exe on that system in system path… if you do {p}\setup.exe, it will actually run %temp%\FOOBAR\setup.exe.

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

                      deleted

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

                        no, you can add it if you want… it doesnt add it automatically, it is optional and up to you.

                        so use {p}\setup.exe and it should be fine.

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

                          I’m still not sure I get it.

                          If I use:
                          Default UnZip To folder: %temp%\FOOBAR
                          Run Command Line: setup.exe

                          It will run setup.exe in the %temp%\FOOBAR folder. But, if I use {p}\setup.exe it will do something else???

                          All I use PA for is to dump the files in a folder named FOOBAR under the default Temp directory and start Setup.exe in the folder FOOBAR and quit. Setup does the rest.

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

                            Default UnZip To folder: %temp%\FOOBAR
                            Run Command Line: {p}\setup.exe

                            is what you should use… it runs specific path command line to where your executable is.

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

                              p.s. just try it yourself and see if it works fine for you!

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

                                @spwolf:

                                p.s. just try it yourself and see if it works fine for you!

                                That’s what’s confusing. Not using (leaving out) the {p} seems to work fine. If I just use setup.exe, PA creates the subfolder and extracts the files into it and launches setup.

                                Thank you very much for all your help.

                                I still wish I could understand how adding the {p} is different than not adding it.

                                1 Reply Last reply Reply Quote 0
                                • W
                                  wilsonp
                                  last edited by

                                  I think the problem is the example in manual is wrong since it doesn’t use the {p} option but is supposed to be an example of how to use the {p} option.

                                  I found this incredibly hard to decipher, and really don’t understand why SFX wouldn’t run the command line in the root extracted folder, especially when you set something like the default extract to temp folder.

                                  This could do with a lot of improvement, and better documentation.

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