| View previous topic :: View next topic |
| Author |
Message |
gora

Joined: 07 Nov 2007 Posts: 126 Location: Ivanovo, Russia
|
Posted: Mon May 03, 2010 6:48 am Post subject: |
|
|
| 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. |
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 |
|
 |
adric
Joined: 21 May 2007 Posts: 377
|
Posted: Mon May 03, 2010 8:06 am Post subject: |
|
|
| 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 |
|
 |
gora

Joined: 07 Nov 2007 Posts: 126 Location: Ivanovo, Russia
|
Posted: Mon May 03, 2010 9:20 am Post subject: |
|
|
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 |
|
 |
adric
Joined: 21 May 2007 Posts: 377
|
Posted: Mon May 03, 2010 10:10 am Post subject: |
|
|
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 |
|
 |
gora

Joined: 07 Nov 2007 Posts: 126 Location: Ivanovo, Russia
|
Posted: Mon May 03, 2010 10:40 am Post subject: |
|
|
| Code: | CmdLine = -1,c:\toolbx,%PROG_DIR%,%PROG_1% |
|
|
| Back to top |
|
 |
adric
Joined: 21 May 2007 Posts: 377
|
Posted: Mon May 03, 2010 11:38 am Post subject: |
|
|
| 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.
 |
|
| Back to top |
|
 |
gora

Joined: 07 Nov 2007 Posts: 126 Location: Ivanovo, Russia
|
Posted: Mon May 03, 2010 12:16 pm Post subject: |
|
|
| Code: | CmdLine = -1,c:\toolbx\%PROG_DIR%,%PROG_1% |
|
|
| Back to top |
|
 |
adric
Joined: 21 May 2007 Posts: 377
|
Posted: Mon May 03, 2010 3:04 pm Post subject: |
|
|
Thanks again Gora ... works fine now  |
|
| Back to top |
|
 |
ricktendo64

Joined: 21 May 2006 Posts: 3013 Location: Honduras
|
|
| Back to top |
|
 |
jsp
Joined: 21 Jan 2006 Posts: 165
|
Posted: Mon May 10, 2010 8:11 am Post subject: |
|
|
| Thank for Updating. |
|
| Back to top |
|
 |
ronj
Joined: 12 May 2010 Posts: 1
|
Posted: Wed May 12, 2010 10:42 pm Post subject: |
|
|
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 |
|
 |
crashfly

Joined: 13 Mar 2008 Posts: 788 Location: Arkansas, USA
|
Posted: Wed May 12, 2010 11:08 pm Post subject: Re: [updated]Addon Universal Extractor 1.6.2.8 Release |
|
|
| 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 |
|
 |
ricktendo64

Joined: 21 May 2006 Posts: 3013 Location: Honduras
|
Posted: Thu May 13, 2010 12:09 am Post subject: |
|
|
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 |
|
 |
vcangel
Joined: 10 Sep 2009 Posts: 16
|
Posted: Thu May 13, 2010 12:12 am Post subject: |
|
|
| i like nacnay's version!lol... |
|
| Back to top |
|
 |
troubada
Joined: 13 Dec 2008 Posts: 181
|
Posted: Thu May 13, 2010 4:54 am Post subject: |
|
|
| 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 |
|
 |
jsp
Joined: 21 Jan 2006 Posts: 165
|
Posted: Fri May 14, 2010 11:06 am Post subject: |
|
|
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 |
|
 |
user_hidden

Joined: 06 Dec 2007 Posts: 1542 Location: Canada eh!
|
Posted: Fri May 14, 2010 12:29 pm Post subject: |
|
|
| 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 |
|
 |
nacnay
Joined: 05 Aug 2009 Posts: 71
|
Posted: Sun May 16, 2010 1:22 am Post subject: |
|
|
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 |
|
 |
jsp
Joined: 21 Jan 2006 Posts: 165
|
Posted: Sun May 16, 2010 10:00 am Post subject: |
|
|
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 |
|
 |
nacnay
Joined: 05 Aug 2009 Posts: 71
|
Posted: Fri May 21, 2010 1:08 am Post subject: |
|
|
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 |
|
 |
jsp
Joined: 21 Jan 2006 Posts: 165
|
Posted: Fri May 21, 2010 8:26 am Post subject: |
|
|
| Thank You nancy communicating the link. Keep it up Please. |
|
| Back to top |
|
 |
vcangel
Joined: 10 Sep 2009 Posts: 16
|
Posted: Fri May 21, 2010 10:02 am Post subject: |
|
|
| Thank You nancy. |
|
| Back to top |
|
 |
jsp
Joined: 21 Jan 2006 Posts: 165
|
Posted: Sat May 22, 2010 10:29 pm Post subject: |
|
|
new UniExtract.exe is bigger in size it seem again complied. This is faster and smoother.
Thanks again |
|
| Back to top |
|
 |
jsp
Joined: 21 Jan 2006 Posts: 165
|
|
| Back to top |
|
 |
gora

Joined: 07 Nov 2007 Posts: 126 Location: Ivanovo, Russia
|
Posted: Tue Jun 15, 2010 4:16 am Post subject: |
|
|
| 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 |
|
 |
adric
Joined: 21 May 2007 Posts: 377
|
Posted: Tue Jun 15, 2010 12:52 pm Post subject: |
|
|
Gora,
could you please list what has changed?
Thanks, Al |
|
| Back to top |
|
 |
gora

Joined: 07 Nov 2007 Posts: 126 Location: Ivanovo, Russia
|
Posted: Tue Jun 15, 2010 1:06 pm Post subject: |
|
|
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 |
|
 |
vcangel
Joined: 10 Sep 2009 Posts: 16
|
Posted: Tue Jun 22, 2010 8:17 pm Post subject: |
|
|
7z.dll version 9.15 beta
7z.exe version 9.15 beta
need update... |
|
| Back to top |
|
 |
gora

Joined: 07 Nov 2007 Posts: 126 Location: Ivanovo, Russia
|
Posted: Wed Jun 23, 2010 11:25 pm Post subject: |
|
|
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 |
|
 |
maddog
Joined: 28 Mar 2007 Posts: 21
|
Posted: Thu Jun 24, 2010 12:11 am Post subject: |
|
|
| 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 |
|
 |
dumpydooby

Joined: 15 Jan 2006 Posts: 524
|
Posted: Thu Jun 24, 2010 2:44 am Post subject: |
|
|
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.  |
|
| Back to top |
|
 |
gora

Joined: 07 Nov 2007 Posts: 126 Location: Ivanovo, Russia
|
Posted: Thu Jun 24, 2010 3:37 am Post subject: |
|
|
| 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 |
|
 |
dumpydooby

Joined: 15 Jan 2006 Posts: 524
|
Posted: Thu Jun 24, 2010 5:14 am Post subject: |
|
|
Oh, neat. Can you release the source code? I'd be interested in perusing it. _________________ Love Always,
Dumpy Dooby
PS-
RogueSpear's forums dide.  |
|
| Back to top |
|
 |
gora

Joined: 07 Nov 2007 Posts: 126 Location: Ivanovo, Russia
|
Posted: Thu Jun 24, 2010 5:42 am Post subject: |
|
|
dumpydooby
See into PM |
|
| Back to top |
|
 |
nacnay
Joined: 05 Aug 2009 Posts: 71
|
Posted: Sat Jun 26, 2010 9:15 am Post subject: |
|
|
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 |
|
 |
jsp
Joined: 21 Jan 2006 Posts: 165
|
Posted: Sat Jun 26, 2010 10:44 am Post subject: |
|
|
| lot of Thanks Nacnay again. |
|
| Back to top |
|
 |
ricktendo64

Joined: 21 May 2006 Posts: 3013 Location: Honduras
|
Posted: Sat Jun 26, 2010 1:39 pm Post subject: |
|
|
Thanks for this _________________
Will also accept any old PC hardware donations |
|
| Back to top |
|
 |
s33m33
Joined: 08 Jan 2008 Posts: 16
|
Posted: Sat Jun 26, 2010 1:45 pm Post subject: |
|
|
| Appreciate it, thanks. Use app often. |
|
| Back to top |
|
 |
gora

Joined: 07 Nov 2007 Posts: 126 Location: Ivanovo, Russia
|
Posted: Mon Jul 05, 2010 2:28 pm Post subject: |
|
|
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 |
|
 |
adric
Joined: 21 May 2007 Posts: 377
|
Posted: Mon Jul 05, 2010 5:30 pm Post subject: |
|
|
@Gora
I no longer see lmza.exe in the \bin directory. Was this removed?
Al |
|
| Back to top |
|
 |
dumpydooby

Joined: 15 Jan 2006 Posts: 524
|
Posted: Tue Jul 06, 2010 12:56 am Post subject: |
|
|
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.  |
|
| Back to top |
|
 |
gora

Joined: 07 Nov 2007 Posts: 126 Location: Ivanovo, Russia
|
Posted: Wed Sep 08, 2010 11:30 pm Post subject: |
|
|
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 |
|
 |
user_hidden

Joined: 06 Dec 2007 Posts: 1542 Location: Canada eh!
|
Posted: Thu Sep 09, 2010 6:40 am Post subject: |
|
|
@ gora
thank you, i'm sure the users here appreciate your updates. |
|
| Back to top |
|
 |
bphlpt

Joined: 19 Apr 2008 Posts: 833
|
Posted: Thu Sep 09, 2010 7:22 am Post subject: |
|
|
Indeed we do!
Cheers and Regards |
|
| Back to top |
|
 |
jaynbe
Joined: 27 Apr 2009 Posts: 249
|
Posted: Thu Sep 09, 2010 9:44 am Post subject: |
|
|
@gora
+1 for appreciating your updates alot. Thanks |
|
| Back to top |
|
 |
maddog
Joined: 28 Mar 2007 Posts: 21
|
Posted: Thu Sep 09, 2010 10:11 am Post subject: |
|
|
| thanks for gora |
|
| Back to top |
|
 |
mr_smartepants

Joined: 18 May 2006 Posts: 814 Location: Cambridgeshire, UK
|
Posted: Thu Sep 09, 2010 11:17 am Post subject: |
|
|
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 |
|
 |
ELiTE

Joined: 08 Apr 2007 Posts: 11499 Location: Canada
|
Posted: Thu Sep 09, 2010 11:43 am Post subject: |
|
|
| 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.......  _________________ 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 |
|
 |
bphlpt

Joined: 19 Apr 2008 Posts: 833
|
Posted: Thu Sep 09, 2010 12:30 pm Post subject: Direct link |
|
|
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 |
|
 |
ELiTE

Joined: 08 Apr 2007 Posts: 11499 Location: Canada
|
Posted: Thu Sep 09, 2010 12:44 pm Post subject: Re: Direct link |
|
|
| 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......  _________________ 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 |
|
 |
|