RyanVM.net Discussion Board Forum Index RyanVM.net Discussion Board

 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

[Release] Addon Universal Extractor 1.6.1.56
Goto page Previous  1, 2, 3, 4, 5, 6  Next
 
Post new topic   Reply to topic    RyanVM.net Discussion Board Forum Index -> Switchless Installer Discussion -> Switchless Installer Releases
View previous topic :: View next topic  
Author Message
gora



Joined: 07 Nov 2007
Posts: 126
Location: Ivanovo, Russia

PostPosted: Mon May 03, 2010 6:48 am    Post subject: Reply with quote

adric wrote:
I would like to change the install path for this addon and I did a 7zsplit on the UExtract.exe to split out the SFX .7z and the Config.txt. Will changing: SetEnvironment="PathInst=C:\\Toolbx\\%Name%"
be sufficient for a correct install or do I need to change anything else in the other files?

Ways are present at files.inf (%16422%\%PROG_DIR% etc.). They too need to be changed.
adric wrote:
Also, I only see the Russian lang being referenced in the Config.txt and some of the entries are unreadable. How does the Engish version get installed?

The configuration file contains two languages (Russian and English), but it is possible to add and other languages.
Code:
;!@Install@!UTF-8:Language:1049!
SetEnvironment="Name=Universal Extractor"
SetEnvironment="Vers= v1.6.2.8"
SetEnvironment="PathInst=%ProgramFiles%\\%Name%"
SetEnvironment="NameInf=UExtr_ru.inf"
InstallPath="%PathInst%"
Title="Установка %Name%"
BeginPrompt="Сейчас будет установлен %Name%%Vers%

Нажав 'OK', удерживая клавишу [Shift], можно
уменьшить размер установленной программы"
FinishMessage="%Name%%Vers% установлен!"
ExtractTitle="Распаковка файлов..."
ExtractDialogText="Придется подождать..."
GUIFlags="2+4+8+16+32+2048+4096"
GUIMode="1"
;
RunProgram="fm20:hidcon:cmd /c Move %NameInf% %WINDIR%\\INF"
RunProgram="rundll32 advpack,LaunchINFSection %NameInf%,DefaultInstall,0"
RunProgram="hidcon:cmd /c Echo language=Russian>>UniExtract.ini"
;
AutoInstall="fm20:hidcon:cmd /c Move %NameInf% %WINDIR%\\INF"
AutoInstall="rundll32 advpack,LaunchINFSection %NameInf%,DefaultInstall,0"
AutoInstall="hidcon:cmd /c Echo language=Russian>>UniExtract.ini"
AutoInstall="hidcon:cmd /c Copy bin\\upx.exe& For %I In (bin\\clit bin\\extractMHT bin\\lzop bin\\msi2xml bin\\pea bin\\RAIU bin\\trid bin\\UNUHARC06 bin\\upx UniExtract) Do If Exist %I.exe upx.exe --best --all-methods %I.exe"
;
Delete="%%T\\upx.exe"
Delete="%%T\\UExtr_en.inf"
;!@InstallEnd@:Language:1049!

;!@Install@!UTF-8!
SetEnvironment="Name=Universal Extractor"
SetEnvironment="Vers= v1.6.2.8"
SetEnvironment="PathInst=%ProgramFiles%\\%Name%"
SetEnvironment="NameInf=UExtr_en.inf"
InstallPath="%PathInst%"
Title="%Name% Setup"
BeginPrompt="Installing %Name%%Vers%

Pressing 'OK', while holding down the [SHIFT] key,
to reduce the size of the installed program"
FinishMessage="%Name%%Vers% Installed!"
ExtractTitle="Extracting files ..."
ExtractDialogText="Please wait ..."
GUIFlags="2+4+8+16+32+2048+4096"
GUIMode="1"
;
RunProgram="fm20:hidcon:cmd /c Move %NameInf% %WINDIR%\\INF"
RunProgram="rundll32 advpack,LaunchINFSection %NameInf%,DefaultInstall,0"
RunProgram="hidcon:cmd /c Echo language=English>>UniExtract.ini"
;
AutoInstall="fm20:hidcon:cmd /c Move %NameInf% %WINDIR%\\INF"
AutoInstall="rundll32 advpack,LaunchINFSection %NameInf%,DefaultInstall,0"
AutoInstall="hidcon:cmd /c Echo language=English>>UniExtract.ini"
AutoInstall="hidcon:cmd /c Copy bin\\upx.exe& For %I In (bin\\clit bin\\extractMHT bin\\lzop bin\\msi2xml bin\\pea bin\\RAIU bin\\trid bin\\UNUHARC06 bin\\upx UniExtract) Do If Exist %I.exe upx.exe --best --all-methods %I.exe"
;
Delete="%%T\\upx.exe"
Delete="%%T\\UExtr_ru.inf"
;
HelpText="To reduce Installed Program Size (packing UPX)
Hold down the [SHIFT] key while Clicking 'OK'

Use the following Command-line switch for:
• 'silent' install
   %%M -y -gm2 -fm0
• 'silent' install + packing UPX
   %%M -ai -gm2 -fm0

See details on a site: http://7zsfx.info/"
;!@InstallEnd@!

adric wrote:
I'm not that familiar how the config.txt actually works when there are a lot of entries in it like this one. Embarassed

The module defines language of system and searches for section corresponding to this language in a configuration file. If such section it is not found, the section without the language identifier is used.
Back to top
View user's profile Send private message
adric



Joined: 21 May 2007
Posts: 377

PostPosted: Mon May 03, 2010 8:06 am    Post subject: Reply with quote

gora wrote:

The configuration file contains two languages (Russian and English), but it is possible to add and other languages.


Looks like 7zsplit doesn't work on your installer because the config.txt only shows the Russian lang after extraction. That is probably also the cause of my config error that I mentioned earlier. Any other programs around that can extract the complete config.txt from an SFX?

Okay - I see that -sfxconfig config.txt wil also extract the config file.
I will try that and see what happens.

Thanks, Al
Back to top
View user's profile Send private message
gora



Joined: 07 Nov 2007
Posts: 126
Location: Ivanovo, Russia

PostPosted: Mon May 03, 2010 9:20 am    Post subject: Reply with quote

adric

Support multi-language files of a configuration has appeared in modules recently. Both 7zspliter and the switch -sfxconfig, cannot (while) correctly to take a configuration file
7zspliter incorrectly takes the sfx module from multi-language 7zsfx archive if you take ONLY the module. Take the module together with something else (7z archive and\or configuration file) and then the module is taken correctly
About bugs of the module and 7zspliter it is possible to write here
Back to top
View user's profile Send private message
adric



Joined: 21 May 2007
Posts: 377

PostPosted: Mon May 03, 2010 10:10 am    Post subject: Reply with quote

Thanks for the help Gora. I'm almost there. Everything works now except no shortcuts are created if I replace 16422 in the shortcut entries with c:\toolbx. I get an error at the end of install that the inf file is inconsistant. If I put back 16422, the shortcuts are created, but they are not pointing to the new installpath. Anyone know how these entries have to be specified if I want to use another path?

The following works, but has the wrong path for me:

[PROG.AddShortcut]
Name =%SRTC_NAME%
CmdLine =16422,%PROG_DIR%,%PROG_1%
WorkingDir =16422,%PROG_DIR%
SubDir =%PROG_SDIR%
InfoTip =%PROG_INFO%

The following doesn't work.

[PROG.AddShortcut]
Name =%SRTC_NAME%
CmdLine =c:\toolbx,%PROG_DIR%,%PROG_1%
WorkingDir =c:\toolbx,%PROG_DIR%
SubDir =%PROG_SDIR%
InfoTip =%PROG_INFO%

Thanks, Al
Back to top
View user's profile Send private message
gora



Joined: 07 Nov 2007
Posts: 126
Location: Ivanovo, Russia

PostPosted: Mon May 03, 2010 10:40 am    Post subject: Reply with quote

Code:
CmdLine = -1,c:\toolbx,%PROG_DIR%,%PROG_1%
Back to top
View user's profile Send private message
adric



Joined: 21 May 2007
Posts: 377

PostPosted: Mon May 03, 2010 11:38 am    Post subject: Reply with quote

gora wrote:
Code:
CmdLine = -1,c:\toolbx,%PROG_DIR%,%PROG_1%


I'm getting a shortcut now, but its a folder. the properties are:

C:\Toolbx\UniExtractor UniExtract.exe

For some reason the backslash is missing.

Crying or Very sad
Back to top
View user's profile Send private message
gora



Joined: 07 Nov 2007
Posts: 126
Location: Ivanovo, Russia

PostPosted: Mon May 03, 2010 12:16 pm    Post subject: Reply with quote

Code:
CmdLine = -1,c:\toolbx\%PROG_DIR%,%PROG_1%
Back to top
View user's profile Send private message
adric



Joined: 21 May 2007
Posts: 377

PostPosted: Mon May 03, 2010 3:04 pm    Post subject: Reply with quote

Thanks again Gora ... works fine now Cool
Back to top
View user's profile Send private message
ricktendo64



Joined: 21 May 2006
Posts: 3013
Location: Honduras

PostPosted: Fri May 07, 2010 11:36 pm    Post subject: Reply with quote

nitro322 needs you guy's help: http://www.msfn.org/board/topic/143862-uniextract-161-in-development-info-requested/
_________________

Will also accept any old PC hardware donations
Back to top
View user's profile Send private message
jsp



Joined: 21 Jan 2006
Posts: 165

PostPosted: Mon May 10, 2010 8:11 am    Post subject: Reply with quote

Thank for Updating.
Back to top
View user's profile Send private message
ronj



Joined: 12 May 2010
Posts: 1

PostPosted: Wed May 12, 2010 10:42 pm    Post subject: Reply with quote

Hello,

I'm a bit lost between the new "official" 1.6.1 and this "unofficial" 1.6.2.8 version
Could someone clarify the differences, and which one is the latest / most suitable?

Thanks!
Back to top
View user's profile Send private message
crashfly



Joined: 13 Mar 2008
Posts: 788
Location: Arkansas, USA

PostPosted: Wed May 12, 2010 11:08 pm    Post subject: Re: [updated]Addon Universal Extractor 1.6.2.8 Release Reply with quote

nacnay wrote:

The program serves to extract data from the installer, msi-installers and archives virtually any type.
Note This installer is based on the Uniextract v1.6 Script which is translated to the AutoIt version 3.3 and recompiled.

Addon Created By GORA for oszone forum in russian lang interface.

...

Changes:
  • Added menu item "Extract with UniExtract" in the menu "Send" to be able to extract any files not associated.
  • Fixed interface. Because of the shortcomings of the author, many messages are displayed in truncated form and their information content was not enough.
  • Added option "Hide the console window. Use it with caution, because, when unzipped, for example, password protected rar archive, the request for entering the password will be launched in the console window, and it will be hidden. As a result, the user will not see this request, and not guess about the reason for "hanging" UE.
  • Added a query window to overwrite the destination folder if it already exists. Previously, when re-extracting into an existing folder, extracting ended in failure message.
  • The main script is translated to the AutoIt version 3.3 and recompiled
Updated components:

  • AspackDie.exe version 1.41 (15.04.09)
  • unzip.exe version 6.00 (20.04.09)
  • UnRAR.exe version 3.93.0 final (15.03.10)
  • lzma.exe version 9.12 beta (24.03.10)
  • 7z.dll version 9.13 beta (15.04.10)
  • 7z.exe version 9.13 beta (15.04.10)
  • pea.exe version 0.30 (06.04.10)
  • msi.wcx version 1.2.1 (24.03.10)
  • TrIDDefs.TRD (3939 file types, 27.04.10)
  • upx.exe version 3.05w (27.04.10)
  • Inno Setup Unpacker Version 0.31 (19.04.10)
    - Fixed issue with endless decompression loop on incompatible files.

  • Addon is packed by LZMA2, to unpack, use 7-Zip archiver version 9.04 and above.

@ronj: I think the import information in the first paragraph should answer the most of your questions. The rest of the information just shows what has been updated.

You may not have realized, but the original Universal Extractor has not been updated in a while. The original programmer is trying to get help to continue the work. Therefore Gora has provided "intermediate" updates on which everyone can use without too much difficulty.
_________________
A mind is like a parachute, it only functions when it is open.
--Anonymous

How to Ask Questions the Smart Way
Back to top
View user's profile Send private message
ricktendo64



Joined: 21 May 2006
Posts: 3013
Location: Honduras

PostPosted: Thu May 13, 2010 12:09 am    Post subject: Reply with quote

Universal Extractor was updated a couple days ago...use this until the the official version is finalized, not long after that Im sure gora and others will continue the maintenance of the updates if the author goes dormant once more
_________________

Will also accept any old PC hardware donations
Back to top
View user's profile Send private message
vcangel



Joined: 10 Sep 2009
Posts: 16

PostPosted: Thu May 13, 2010 12:12 am    Post subject: Reply with quote

i like nacnay's version!lol...
Back to top
View user's profile Send private message
troubada



Joined: 13 Dec 2008
Posts: 181

PostPosted: Thu May 13, 2010 4:54 am    Post subject: Reply with quote

Hey guys, I noticed UE 1.6.1 has been released by the original developer (http://legroom.net/software/uniextract) -- how is it different from 1.6.2.8 or is it very similar?
Back to top
View user's profile Send private message
jsp



Joined: 21 Jan 2006
Posts: 165

PostPosted: Fri May 14, 2010 11:06 am    Post subject: Reply with quote

Extracting nsis-2.46-setup.exe by UniExtract 1.6.1 legroom (New) the extraction fail it shows jung charecter but gora 1.6.2.8 Extract clean and clear.
In legroom UniExtract 1.6.1 changelog.txt shows several added support for brute force,environmental variables etc.
Which are perhaps leg in goras 1.6.2.8. legroom UniExtract 1.6.1 take less space compratively if compressed by lzx. The registry of legroom UniExtract 1.6.1 is also very bulky.Two extra i.e; EXTRACT_FILES,EXTRACT_HERE command are occasionally needed.
Back to top
View user's profile Send private message
user_hidden



Joined: 06 Dec 2007
Posts: 1542
Location: Canada eh!

PostPosted: Fri May 14, 2010 12:29 pm    Post subject: Reply with quote

jsp wrote:
Extracting nsis-2.46-setup.exe by UniExtract 1.6.1 legroom (New) the extraction fail it shows jung charecter but gora 1.6.2.8 Extract clean and clear.
In legroom UniExtract 1.6.1 changelog.txt shows several added support for brute force,environmental variables etc.
Which are perhaps leg in goras 1.6.2.8. legroom UniExtract 1.6.1 take less space compratively if compressed by lzx. The registry of legroom UniExtract 1.6.1 is also very bulky.Two extra i.e; EXTRACT_FILES,EXTRACT_HERE command are occasionally needed.


if you have any issues/bugs with 1.6.1 they should be reported at:
http://www.msfn.org/board/topic/124534-universal-extractor-16-bug-reports/
Back to top
View user's profile Send private message
nacnay



Joined: 05 Aug 2009
Posts: 71

PostPosted: Sun May 16, 2010 1:22 am    Post subject: Reply with quote

Addon Universal Extractor 1.6.1 Release (build 29 *) was updated by GORA.
* - Numbering assembly (build 29) is not an official and is valid only within the conference OSZone.net

Changes:
- Addon made on the basis of the official version of Universal Extractor 1.6.1, a full list of changes is shown here

Download link:-
Code:
http://gora.7zsfx.info/addons/Universal_Extractor_1.6.1.29__s2_100514_11-27.7z



NB:The version 1.6.2.8 is based on official version of Univesal Extractor 1.6
Back to top
View user's profile Send private message
jsp



Joined: 21 Jan 2006
Posts: 165

PostPosted: Sun May 16, 2010 10:00 am    Post subject: Reply with quote

Thanks nacnay a lot off for this new link. Now GORA Universal Extractor is better. Some of the file are restored back version.
aspackdie.exe
expander.exe
unlzx.exe
triddefs.trd

2 new files Added
msix.exe
nbhextract.exe

updated files
pea.exe
The addon is now more compact.
Back to top
View user's profile Send private message
nacnay



Joined: 05 Aug 2009
Posts: 71

PostPosted: Fri May 21, 2010 1:08 am    Post subject: Reply with quote

2 ALL
Addon Universal Extractor 1.6.1 Release (build 30 *) was updated.

Changes:
- Addon made on the basis of the official version of Universal Extractor 1.6.1
- The script is changed slightly and recompiled
- Option "Hide the console window, temporarily disabled (cause see below)
- A window with a warning about the existence of a folder extract added from previous versions. It is strongly recommended to agree to delete this folder, otherwise you will have to confirm overwriting the existing files in a console window (temporary inconvenience, the author promised to alter this in future versions).
- All the binary files from the original version by UE 1.6.1
- Added icon in context menu (Windows 7)

Download link:-
Code:
http://gora.7zsfx.info/addons/Universal_Extractor_1.6.1.30__s2_100520_13-01.7z
Back to top
View user's profile Send private message
jsp



Joined: 21 Jan 2006
Posts: 165

PostPosted: Fri May 21, 2010 8:26 am    Post subject: Reply with quote

Thank You nancy communicating the link. Keep it up Please.
Back to top
View user's profile Send private message
vcangel



Joined: 10 Sep 2009
Posts: 16

PostPosted: Fri May 21, 2010 10:02 am    Post subject: Reply with quote

Thank You nancy.
Back to top
View user's profile Send private message
jsp



Joined: 21 Jan 2006
Posts: 165

PostPosted: Sat May 22, 2010 10:29 pm    Post subject: Reply with quote

new UniExtract.exe is bigger in size it seem again complied. This is faster and smoother.
Thanks again
Back to top
View user's profile Send private message
jsp



Joined: 21 Jan 2006
Posts: 165

PostPosted: Tue Jun 15, 2010 2:02 am    Post subject: Reply with quote

Universal Extractor 1.61.31 Addon Release

http://gora.7zsfx.info/addons/Universal_Extractor_1.6.1.31__s2_100615_08-35.7z
Back to top
View user's profile Send private message
gora



Joined: 07 Nov 2007
Posts: 126
Location: Ivanovo, Russia

PostPosted: Tue Jun 15, 2010 4:16 am    Post subject: Reply with quote

jsp wrote:
Universal Extractor 1.61.31
Version 1.6.1.31

Edit
Code:
http://gora.7zsfx.info/addons/Universal_Extractor_1.6.1.31__s2_100615_08-36.7z
Back to top
View user's profile Send private message
adric



Joined: 21 May 2007
Posts: 377

PostPosted: Tue Jun 15, 2010 12:52 pm    Post subject: Reply with quote

Gora,

could you please list what has changed?

Thanks, Al
Back to top
View user's profile Send private message
gora



Joined: 07 Nov 2007
Posts: 126
Location: Ivanovo, Russia

PostPosted: Tue Jun 15, 2010 1:06 pm    Post subject: Reply with quote

Updated components:

TrIDDefs.TRD (3968 file types, 07.06.10)
7z.dll version 9.14 beta (04.06.10)
7z.exe version 9.14 beta (04.06.10)
Inno Setup Unpacker version 0.32 (14.06.10)
- Added support for Inno Setup versions 5.3.10 (both ANSI and Unicode).
- Added support for INI section in reconstructed script.
Back to top
View user's profile Send private message
vcangel



Joined: 10 Sep 2009
Posts: 16

PostPosted: Tue Jun 22, 2010 8:17 pm    Post subject: Reply with quote

7z.dll version 9.15 beta
7z.exe version 9.15 beta

need update...
Back to top
View user's profile Send private message
gora



Joined: 07 Nov 2007
Posts: 126
Location: Ivanovo, Russia

PostPosted: Wed Jun 23, 2010 11:25 pm    Post subject: Reply with quote

Addon Universal Extractor 1.6.1 Release (build 32 *) was updated.

Updated components:

TrIDDefs.TRD (3975 file types, 15.06.10)
7z.dll version 9.15 beta (20.06.10)
7z.exe version 9.15 beta (20.06.10)

Add:
Belarusian language

Download


Last edited by gora on Thu Jun 24, 2010 12:46 am
Back to top
View user's profile Send private message
maddog



Joined: 28 Mar 2007
Posts: 21

PostPosted: Thu Jun 24, 2010 12:11 am    Post subject: Reply with quote

gora wrote:
Addon Universal Extractor 1.6.1 Release (build 32 *) was updated.

Updated components:

TrIDDefs.TRD (3975 file types, 15.06.10)
7z.dll version 9.15 beta (20.06.10)
7z.exe version 9.15 beta (20.06.10)

Add:
Belarusian language

Download


The download link given above has sth. wrong. The correct link is:
http://gora.7zsfx.info/addons/Universal_Extractor_1.6.1.32__s2_100624_08-14.7z
Back to top
View user's profile Send private message
dumpydooby



Joined: 15 Jan 2006
Posts: 524

PostPosted: Thu Jun 24, 2010 2:44 am    Post subject: Reply with quote

hey gora, if you don't mind me asking, what changes (if any) do you actually make to the EXE? I notice that your EXE is not the officially compiled EXE from LegRoom.net.
_________________
Love Always,
Dumpy Dooby

PS-
RogueSpear's forums dide. Sad
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
gora



Joined: 07 Nov 2007
Posts: 126
Location: Ivanovo, Russia

PostPosted: Thu Jun 24, 2010 3:37 am    Post subject: Reply with quote

dumpydooby wrote:
hey gora, if you don't mind me asking, what changes (if any) do you actually make to the EXE? I notice that your EXE is not the officially compiled EXE from LegRoom.net.
nacnay wrote:
2 ALL
Addon Universal Extractor 1.6.1 Release (build 30 *) was updated.

Changes:
- Addon made on the basis of the official version of Universal Extractor 1.6.1
- The script is changed slightly and recompiled
- Option "Hide the console window, temporarily disabled (cause see below)
...
These changes of a script have allowed to extract some exe files which cannot to extract official UE version 1.6.1.
Back to top
View user's profile Send private message
dumpydooby



Joined: 15 Jan 2006
Posts: 524

PostPosted: Thu Jun 24, 2010 5:14 am    Post subject: Reply with quote

Oh, neat. Can you release the source code? I'd be interested in perusing it.
_________________
Love Always,
Dumpy Dooby

PS-
RogueSpear's forums dide. Sad
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
gora



Joined: 07 Nov 2007
Posts: 126
Location: Ivanovo, Russia

PostPosted: Thu Jun 24, 2010 5:42 am    Post subject: Reply with quote

dumpydooby
See into PM
Back to top
View user's profile Send private message
nacnay



Joined: 05 Aug 2009
Posts: 71

PostPosted: Sat Jun 26, 2010 9:15 am    Post subject: Reply with quote

2 ALL
Addon Universal Extractor 1.6.1 Release (build 33 *) was updated.

Updated components:

dbxplug.wcx version 1.0.9.11 (29.05.03) (thanks enginigger)

Download link:-
Code:
http://gora.7zsfx.info/addons/Universal_Extractor_1.6.1.33__s2_100625_19-35.7z
Back to top
View user's profile Send private message
jsp



Joined: 21 Jan 2006
Posts: 165

PostPosted: Sat Jun 26, 2010 10:44 am    Post subject: Reply with quote

lot of Thanks Nacnay again.
Back to top
View user's profile Send private message
ricktendo64



Joined: 21 May 2006
Posts: 3013
Location: Honduras

PostPosted: Sat Jun 26, 2010 1:39 pm    Post subject: Reply with quote

Thanks for this
_________________

Will also accept any old PC hardware donations
Back to top
View user's profile Send private message
s33m33



Joined: 08 Jan 2008
Posts: 16

PostPosted: Sat Jun 26, 2010 1:45 pm    Post subject: Reply with quote

Appreciate it, thanks. Use app often.
Back to top
View user's profile Send private message
gora



Joined: 07 Nov 2007
Posts: 126
Location: Ivanovo, Russia

PostPosted: Mon Jul 05, 2010 2:28 pm    Post subject: Reply with quote

2 ALL
Addon Universal Extractor 1.6.1 Release (build 34 *) was updated.

Changes:
TrIDDefs.TRD (3978 file types 05.07.10)
Inno Setup Unpacker version 0.33 (05.07.10)
Quote:
- Fixed encoding for custom messages in reconstructed script.
- Fixed several parameters in [LangOptions] section.
- Fixed language names in *.isl files for Unicode-based installers.
- Added support for legacy IS versions 2.0.8 - 2.0.10.

Download link


Last edited by gora on Thu Jul 08, 2010 1:47 am
Back to top
View user's profile Send private message
adric



Joined: 21 May 2007
Posts: 377

PostPosted: Mon Jul 05, 2010 5:30 pm    Post subject: Reply with quote

@Gora

I no longer see lmza.exe in the \bin directory. Was this removed?

Al
Back to top
View user's profile Send private message
dumpydooby



Joined: 15 Jan 2006
Posts: 524

PostPosted: Tue Jul 06, 2010 12:56 am    Post subject: Reply with quote

Yes, it was removed. That's intentional. 7-Zip is used to extract lzma compressed files.
_________________
Love Always,
Dumpy Dooby

PS-
RogueSpear's forums dide. Sad
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
gora



Joined: 07 Nov 2007
Posts: 126
Location: Ivanovo, Russia

PostPosted: Wed Sep 08, 2010 11:30 pm    Post subject: Reply with quote

2 ALL

Addon Universal Extractor 1.6.1 Release (build 35 *) was updated.

Fix error with combobox a language choice in Win7 (thanks CreatoR)

Changes:
TrIDDefs.TRD (4008 types of files, 04.09.10)
pea.exe version 0.31 (13.06.10)
upx.exe version 3.07w (08.09.10)
7z.dll version 9.16 beta (08.09.10)
7z.exe version 9.16 beta (08.09.10)

Download link
Back to top
View user's profile Send private message
user_hidden



Joined: 06 Dec 2007
Posts: 1542
Location: Canada eh!

PostPosted: Thu Sep 09, 2010 6:40 am    Post subject: Reply with quote

@ gora

thank you, i'm sure the users here appreciate your updates.
Back to top
View user's profile Send private message
bphlpt



Joined: 19 Apr 2008
Posts: 833

PostPosted: Thu Sep 09, 2010 7:22 am    Post subject: Reply with quote

Indeed we do!

Cheers and Regards
Back to top
View user's profile Send private message
jaynbe



Joined: 27 Apr 2009
Posts: 249

PostPosted: Thu Sep 09, 2010 9:44 am    Post subject: Reply with quote

@gora

+1 for appreciating your updates alot. Thanks
Back to top
View user's profile Send private message
maddog



Joined: 28 Mar 2007
Posts: 21

PostPosted: Thu Sep 09, 2010 10:11 am    Post subject: Reply with quote

thanks for gora
Back to top
View user's profile Send private message
mr_smartepants



Joined: 18 May 2006
Posts: 814
Location: Cambridgeshire, UK

PostPosted: Thu Sep 09, 2010 11:17 am    Post subject: Reply with quote

I'm blind. Where's the link? The first post link takes you to a Russian forums.
_________________
OEMSCAN pre-activation addon for OEM XP & 2003

Some heroes don't wear capes, they wear Kevlar!
Back to top
View user's profile Send private message
ELiTE



Joined: 08 Apr 2007
Posts: 11499
Location: Canada

PostPosted: Thu Sep 09, 2010 11:43 am    Post subject: Reply with quote

mr_smartepants wrote:
I'm blind. Where's the link? The first post link takes you to a Russian forums.
You're not the only one. I went to that page 6 times and finally said to hell with it. Be nice if we had a Direct link to the app....... Cool
_________________
By downloading an ELiTE Switchless Installer Addon you, the End User, agree to abide by any Terms of Use prescribed by the Freeware App contained within.
Back to top
View user's profile Send private message
bphlpt



Joined: 19 Apr 2008
Posts: 833

PostPosted: Thu Sep 09, 2010 12:30 pm    Post subject: Direct link Reply with quote

The link is right at the bottom of Gora's post
gora wrote:
2 ALL

Addon Universal Extractor 1.6.1 Release (build 35 *) was updated.

Fix error with combobox a language choice in Win7 (thanks CreatoR)

Changes:
TrIDDefs.TRD (4008 types of files, 04.09.10)
pea.exe version 0.31 (13.06.10)
upx.exe version 3.07w (08.09.10)
7z.dll version 9.16 beta (08.09.10)
7z.exe version 9.16 beta (08.09.10)

Download link
......................./\..........
seven posts up from this one -
Back to top
View user's profile Send private message
ELiTE



Joined: 08 Apr 2007
Posts: 11499
Location: Canada

PostPosted: Thu Sep 09, 2010 12:44 pm    Post subject: Re: Direct link Reply with quote

bphlpt wrote:
The link is right at the bottom of Gora's post "Download link" seven posts up from this one -

You are a good man bphlpt. Thanks a million...... Cool
_________________
By downloading an ELiTE Switchless Installer Addon you, the End User, agree to abide by any Terms of Use prescribed by the Freeware App contained within.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    RyanVM.net Discussion Board Forum Index -> Switchless Installer Discussion -> Switchless Installer Releases All times are GMT - 5 Hours
Goto page Previous  1, 2, 3, 4, 5, 6  Next
Page 2 of 6

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group