MSFN Forum: 7z SFX Modified Module and Tools - MSFN Forum

Jump to content


Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
  • 22 Pages +
  • « First
  • 5
  • 6
  • 7
  • 8
  • 9
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

7z SFX Modified Module and Tools Rate Topic: -----

#121 User is offline   usbusb 

  • Group: Members
  • Posts: 1
  • Joined: 26-July 09

Posted 26 July 2009 - 11:04 AM

The "7ZSD_LZMA_Dialogs.sfx" in 1.3.0 version is so cool, but it doesn't support modifying the "Extracting Progress" dialog.

Now it's resolved. Thanks, gora. ^_^

This post has been edited by usbusb: 27 July 2009 - 05:12 AM



#122 User is offline   cybpsych 

  • Member
  • PipPip
  • Group: Members
  • Posts: 283
  • Joined: 02-December 03

Posted 11 August 2009 - 02:55 AM

@gora/oleg, why is the English page n files not updated yet?

#123 User is offline   gora 

  • Member
  • PipPip
  • Group: Members
  • Posts: 142
  • Joined: 09-August 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 29 August 2009 - 11:39 AM

View Postcybpsych, on Aug 11 2009, 12:55 PM, said:

@gora/oleg, why is the English page n files not updated yet?

The translator from Russian on English language is necessary. If who that can help, write here

#124 User is offline   Dumpy Dooby 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 424
  • Joined: 16-May 05

Posted 19 September 2009 - 01:07 PM

Isn't it basically just "Next" "Cancel" "Exist" "Back" and other stuff like that?

I wouldn't think you'd need an actual translator for that. Google Translate would work fine.



If it's more complicated than that, let me know. I don't speak any Russian, and I am using the newer module.


edit--

Here's an example:

Posted Image

Posted Image

This post has been edited by Dumpy Dooby: 19 September 2009 - 01:33 PM


#125 User is offline   gora 

  • Member
  • PipPip
  • Group: Members
  • Posts: 142
  • Joined: 09-August 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 23 September 2009 - 08:26 AM

View PostDumpy Dooby, on Sep 19 2009, 11:07 PM, said:

Isn't it basically just "Next" "Cancel" "Exist" "Back" and other stuff like that?

2 'Dumpy Dooby'
The translator is necessary for a translation of site and help (manual) to English language.

2 All
Modules are updated (on September, 7th 2009) and are accessible on page of loading of Russian part of a site (http://7zsfx.info/ru/download.html).
1.4 alpha (build 1501)
1.3.0 Release (build 1501)

Modules became two language (Russian/English), support of a method of compression LZMA2 and many other changes.

Excuse my bad English.

#126 User is offline   strel 

  • segmentation fault
  • PipPipPipPip
  • Group: Members
  • Posts: 629
  • Joined: 24-February 08
  • OS:XP Pro x86
  • Country: Country Flag

Posted 23 September 2009 - 06:25 PM

Oleg, Gora, 2 ideas:

What if besides the SetEnvironment config file parameter that let you define environment variables during execution in static way, one could set group of variables discretionally by the use of SetEnvironment# config parameters in combination with a -se# switch, resembling the behavior of the -ai# switch for AutoInstall# parameters? I'm thinking specially in script execution.
And what about a switch to be able to define InstallPath from the command line?

A lot of thx for the new release. :thumbup

This post has been edited by strel: 24 September 2009 - 02:01 AM


#127 User is offline   Dumpy Dooby 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 424
  • Joined: 16-May 05

Posted 23 September 2009 - 09:42 PM

Any plans to add support for LZMA2 or PPMd?

I've started embedding 9.04 versions of 7z.exe inside of my SFX archives and extracting the files that way. :lol:

#128 User is offline   strel 

  • segmentation fault
  • PipPipPipPip
  • Group: Members
  • Posts: 629
  • Joined: 24-February 08
  • OS:XP Pro x86
  • Country: Country Flag

Posted 24 September 2009 - 01:44 AM

View Postgora, on Sep 23 2009, 04:26 PM, said:

Modules became two language (Russian/English), support of a method of compression LZMA2 and many other changes.

For 1.4 alpha (build 1501).

This post has been edited by strel: 24 September 2009 - 02:37 AM


#129 User is offline   gora 

  • Member
  • PipPip
  • Group: Members
  • Posts: 142
  • Joined: 09-August 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 24 September 2009 - 03:36 AM

View Poststrel, on Sep 24 2009, 04:25 AM, said:

And what about a switch to be able to define InstallPath from the command line?
Read Help:

Quote

The majority of parametres can be used as keys of a command line at start SFX of archive. The exception is made by these plural parametres:
AutoInstall
AutoInstallX
Delete
DeleteX
RunProgram
Shortcut
ShortcutX
The parametres with the same name in a configuration file will be thus renominated (parametres in a command line have a priority), absent - will be added. Possible variants of record of parametres in a command line:
sfx.exe -InstallPath="%ProgramFiles%\\IEPro"
sfx.exe -SetEnvironment="Var1=E:\\totalcmd" -SetEnvironment="Var2=%%T\\"
sfx.exe -FinishMessage="new_finish_message"
sfx.exe -InstallPath="%Path7z%\\7zSFX_Tools" -FinishMessage="7z SFX Tools is setup!" -ai -gm2 -fm20


View PostDumpy Dooby, on Sep 24 2009, 07:42 AM, said:

Any plans to add support for LZMA2 or PPMd?

View Postgora, on Sep 23 2009, 06:26 PM, said:

support of a method of compression LZMA2
Only 1.4 alpha (build 1501).
Method PPMd was supported always! ;)

#130 User is offline   strel 

  • segmentation fault
  • PipPipPipPip
  • Group: Members
  • Posts: 629
  • Joined: 24-February 08
  • OS:XP Pro x86
  • Country: Country Flag

Posted 24 September 2009 - 05:07 AM

I can't see that paragraph in english help file for 1.2 RC1 (build 715), nor in the english web section (which seems to be basically the same). It is only in the russian section.

This post has been edited by strel: 24 September 2009 - 06:21 AM


#131 User is offline   gora 

  • Member
  • PipPip
  • Group: Members
  • Posts: 142
  • Joined: 09-August 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 24 September 2009 - 10:35 AM

View Poststrel, on Sep 24 2009, 03:07 PM, said:

I can't see that paragraph in english help file for 1.2 RC1 (build 715), nor in the english web section (which seems to be basically the same). It is only in the russian section.

View Postgora, on Sep 23 2009, 06:26 PM, said:

The translator is necessary for a translation of site and help (manual) to English language.


#132 User is offline   Dumpy Dooby 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 424
  • Joined: 16-May 05

Posted 27 September 2009 - 06:33 PM

View Postgora, on Sep 24 2009, 02:36 AM, said:

View PostDumpy Dooby, on Sep 24 2009, 07:42 AM, said:

Any plans to add support for LZMA2 or PPMd?

View Postgora, on Sep 23 2009, 06:26 PM, said:

support of a method of compression LZMA2
Only 1.4 alpha (build 1501).
Method PPMd was supported always! ;)

OK, I understand now. My mistake was that I forgot that the "Dialogs" one was LZMA-only. I made a 7zSD_All_Dialogs.sfx, and it seems to be working fine. Thanks!

#133 User is offline   hessam 

  • Member
  • PipPip
  • Group: Members
  • Posts: 130
  • Joined: 15-December 07

Posted 29 September 2009 - 06:50 PM

Hi gora and other member please test and improve help file
this a googled help file and included 2help file 1.7zSD_en.chm 2.7zSD_en.chm
i vote to use 1.7zSD_en.chm


http://rapidshare.co...828/en.cab.html
MD5: 6E55406C85B7C8771E1EBE75CF8ACC5A

#134 User is offline   YumeYao 

  • a RyanVM.net member
  • Pip
  • Group: Members
  • Posts: 73
  • Joined: 10-December 05

Posted 29 September 2009 - 07:03 PM

View Posthessam, on Sep 30 2009, 08:50 AM, said:

Hi gora and other member please test and improve help file
this a googled help file and included 2help file 1.7zSD_en.chm 2.7zSD_en.chm
i vote to use 1.7zSD_en.chm


http://rapidshare.co...828/en.cab.html
MD5: 6E55406C85B7C8771E1EBE75CF8ACC5A

Not good as expected. Anyhow I vote to using 1.7zSD_en.chm too, since its layout is better than 2. So isn't there any member who knows both Russian and English well? One of my high school classmates majors Russian in college, I think I should ask her for help.

#135 User is offline   gora 

  • Member
  • PipPip
  • Group: Members
  • Posts: 142
  • Joined: 09-August 07
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 30 September 2009 - 04:48 AM

View Posthessam, on Sep 30 2009, 04:50 AM, said:

Hi gora and other member please test and improve help file

I am necessary only competent text translation Help, and its compilation I will make itself. There should not be both grammatical, syntactic errors and the text should be clear to English users.
I do not speak on English and you can execute this work only!

#136 User is offline   hessam 

  • Member
  • PipPip
  • Group: Members
  • Posts: 130
  • Joined: 15-December 07

Posted 30 September 2009 - 04:42 PM

Here Updated En Help
Download Link
MD5: FA15413127430052C2E2C4CCBF17DBB9

#137 User is offline   hessam 

  • Member
  • PipPip
  • Group: Members
  • Posts: 130
  • Joined: 15-December 07

Posted 01 October 2009 - 06:23 PM

Again Update many string fixed
DownloadLink
MD5: 12F3EC1956D2C1FD72368997F963EE92

#138 User is offline   hessam 

  • Member
  • PipPip
  • Group: Members
  • Posts: 130
  • Joined: 15-December 07

Posted 03 October 2009 - 05:09 PM

That Is Another Update
Download Link
MD5: 9D31C9A6B414BC7B2649814B8D4C781B

#139 User is offline   hessam 

  • Member
  • PipPip
  • Group: Members
  • Posts: 130
  • Joined: 15-December 07

Posted 06 October 2009 - 06:39 PM

Again many string fixed
Download Link
MD5: E120BCA672BAB60C2F683C8CFB70E69B

#140 User is offline   ricktendo 

  • Group: Banned Members
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,229
  • Joined: 06-June 06
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 06 October 2009 - 09:00 PM

Thanks hessam I had no idea these were updated

Share this topic:


  • 22 Pages +
  • « First
  • 5
  • 6
  • 7
  • 8
  • 9
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

3 User(s) are reading this topic
0 members, 3 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy