NoVirusThanks programs

Submit portable freeware that you find here. It helps if you include information like description, extraction instruction, Unicode support, whether it writes to the registry, and so on.
Message
Author
lautrepay
Posts: 715
Joined: Sat Mar 26, 2011 2:31 am

Re: NPE File Analyzer V1.1.2.1

#31 Post by lautrepay »

The Search function is not working: http://www.portablefreeware.com/forums/ ... =4&t=14220
This is the only way to discover a portable app before you...

User avatar
I am Baas
Posts: 4150
Joined: Thu Aug 07, 2008 4:51 am

Re: NPE File Analyzer V1.1.2.1

#32 Post by I am Baas »

lautrepay wrote:The Search function is not working: http://www.portablefreeware.com/forums/ ... =4&t=14220
This is the only way to discover a portable app before you...
I did search for NPE File Analyzer but nothing showed up in the search results.

@Moderator

Please merge the threads. Thank you.

lautrepay
Posts: 715
Joined: Sat Mar 26, 2011 2:31 am

Re: NPE File Analyzer V1.1.2.1

#33 Post by lautrepay »

I am Baas wrote:
lautrepay wrote:The Search function is not working: http://www.portablefreeware.com/forums/ ... =4&t=14220
This is the only way to discover a portable app before you...
I did search for NPE File Analyzer but nothing showed up in the search results.
That's because the Search function is not working. Literally.
Hope you have not misunderstood my comment...

User avatar
Midas
Posts: 6727
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

UPX Easy GUI

#34 Post by Midas »

While I seem to be making most of my posting lately at this here forum, I view this as an incentive for software authors to create more portable versions. Here's a good example: although it has a portable version, in testing I found UPX Easy GUI not really portable because it stores its (granted, few) settings in the system's registry...
[url]http://www.novirusthanks.org/product/upx-easy-gui/[/url] author wrote:UPX Easy GUI is a GUI for the popular UPX EXE Compressor. The interface is very simple and user-friendly, it offers easy access to most documented UPX parameters without the need for command line usage. The software can also be added in the Windows Explorer Context Menu with the options “Compress with UPX Easy GUI” and “Decompress with UPX Easy GUI” for quick (de)compress of executable files. UPX Easy GUI is compatible with the following 32-bit and 64-bit Microsoft Windows Operating Systems: Windows 2000, Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7.
  • Image
Current version is 1.1.0.0; "portable" download @ http://www.novirusthanks.org/product/upx-easy-gui/

UPX Easy GUI does show promise as a simple GUI for UPX; while testing I found out that the GUI wouldn't support drag'n'drop, the file selecting fields weren't sensitive to direct edits (you can't copy and paste paths into them, the "ellipsis" buttons have to be clicked and the file system navigated for file selection to occur), and the settings were stored @ HKEY_CURRENT_USER\Software\NoVirusThanks\UPXEasyGUI. To avoid re-inventing the wheel, I would suggest the author check [>] UPX-iT! for straightforward interface enhancements...

So while I was dabbling with it, I swiftly concocted a portabilizing recipe, following up on the one for [>] RadioZilla:

1. Create files below by copying and pasting into any text editor (keep the names) and place them in a new folder;

2. Download Hoekey v1.16 (mandatory, this won't work with 1.18!) from http://www.bcheck.net/apps/hoe.htm, rename it to RUN-Portable.exe and put it in same folder;

3. Download UPX Easy GUI (link above), extract, rename folder to App, and move it to folder in 1.;

4. Execute RUN-Portable.exe.

Let me know if this breaks your rig... :mrgreen:

upxeasygui.reg

Code: Select all

Windows Registry Editor Version 4.00

[HKEY_CURRENT_USER\Software\NoVirusThanks\UPXEasyGUI]
"EulaAccepted"=dword:00000001
"Lang"="English"
"Backup"=dword:00000001
"CompressionLevel"="9 - Better compression"
1-ON.bat

Code: Select all

@echo off

:: Backup registry (in case you have other NoVirusThanks apps installed?)
SET T_STR=%TIME:~0,8%

:: IMPORTANT! In the last line of this text block, change character
:: immediatly after 'date:' to whatever your date separator is.
:: If you don't know what it is, press Win+R and copy/paste this-> CMD /C ECHO %DATE% && PAUSE
IF EXIST regbak.reg REN regbak.reg "regbak-%date:/=%%T_STR::=%.reg"

REGEDIT /E /S "%~dp0regbak.reg" "HKEY_CURRENT_USER\Software\NoVirusThanks\UPXEasyGUI"

:: Clean registry
REG DELETE "HKEY_CURRENT_USER\Software\NoVirusThanks\UPXEasyGUI" /f 2>nul

:: Set registry
IF EXIST upxeasygui.reg REGEDIT /S "%~dp0upxeasygui.reg"
2-OFF.bat

Code: Select all

@echo off

:: Save registry
REGEDIT /E /S "%~dp0upxeasygui.reg" "HKEY_CURRENT_USER\Software\NoVirusThanks\UPXEasyGUI"

:: Clean registry
REG DELETE "HKEY_CURRENT_USER\Software\NoVirusThanks\UPXEasyGUI" /f 2>nul

:: Restore previous registry (CLEAR THE DOUBLE COLON FROM THE LINE BELOW IF NEEDED...)
:: IF EXIST regbak.reg REGEDIT /S "%~dp0regbak.reg"
HoeKey.ini

Code: Select all

Start=Run|1-ON.bat|2||%c
Start=Wait|500
Start=Run|App\UPXEasyGUI.exe||1|%c\App
Start=Run|2-OFF.bat|2||%c
Load=Kill|HoeKey
Last edited by Midas on Thu May 15, 2014 6:09 am, edited 2 times in total.

lautrepay
Posts: 715
Joined: Sat Mar 26, 2011 2:31 am

Re: NoVirusThanks File Governor

#35 Post by lautrepay »

I am Baas wrote:Writes "EulaAccepted" key to HKEY_CURRENT_USER\Software\NoVirusThanks\FileGovernor
Now at v.1.5.2.0.
In addition to the acceptance of the license, information about the selected language is also saved in the registry.

Image

IMHO, a good program.

User avatar
webfork
Posts: 10823
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: Web Browsers Traces Eraser V1.3.0.0

#36 Post by webfork »

Old thread update: site appears to have gone offline:
http://www.softpedia.com/get/Security/S ... aser.shtml

User avatar
I am Baas
Posts: 4150
Joined: Thu Aug 07, 2008 4:51 am

Re: Web Browsers Traces Eraser V1.3.0.0

#37 Post by I am Baas »

The dl link in the first post still works.

User avatar
webfork
Posts: 10823
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: Web Browsers Traces Eraser V1.3.0.0

#38 Post by webfork »

I am Baas wrote:The dl link in the first post still works.
Yes it does - retested and works fine.

User avatar
Midas
Posts: 6727
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: UPX Easy GUI

#39 Post by Midas »

Old topic update: UPX Easy GUI v1.7 released -- didn't test it, but the changelog (http://www.novirusthanks.org/products/u ... #changelog) states: "Added support for Drag & Drop"...

User avatar
I am Baas
Posts: 4150
Joined: Thu Aug 07, 2008 4:51 am

Re: UPX Easy GUI

#40 Post by I am Baas »

Tested UPX Easy GUI v1.8... Not Portable

Requires admin rights
Stores license (EULA) Acceptance + Settings in the registry

User avatar
I am Baas
Posts: 4150
Joined: Thu Aug 07, 2008 4:51 am

Re: NPE File Analyzer V1.1.2.1

#41 Post by I am Baas »


User avatar
webfork
Posts: 10823
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: NPE File Analyzer V1.1.2.1

#42 Post by webfork »

I am Baas wrote:please merge
All set.

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

File Governor

#43 Post by guinness »


NickR
Posts: 105
Joined: Thu Aug 26, 2010 6:37 am

Re: NoVirusThanks File Governor

#44 Post by NickR »

Now at Version 1.7

BUT ! XP users upgrade with caution

Despite:
Website > Details
Operating System Windows All (32-bit / 64-bit)
XP sp3 running 'portable version' throws:
TFileOpenDialog requires Windows Vista or later

User avatar
webfork
Posts: 10823
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: File Governor

#45 Post by webfork »

Edit: Duplicate >> viewtopic.php?p=36165#p36165
Merged.

Post Reply