Windows
nirsoft_installer 1.45 has been released on 14-Apr-13
Submitted by ross on Sun, 04/14/2013 - 20:12nirsoft_installer is an NSIS installer I whipped up to download and install most of the wonderful utilities found at http://nirsoft.net.
You can download the installer here and the installer with the source code here. Previous versions can be found here.vlc_installer 2.0.6 has been released on 14-Apr-13
Submitted by ross on Sun, 04/14/2013 - 20:11vlc_installer is an NSIS installer I whipped up to download and install VLC 2.0.6, and ancillary files needed to play Blu-Ray disks.
You can download the win32 binary here and the win32 binary with the source code here.You can download the win64 binary here and the win64 binary with the source code here. Note that the win64 binary for VLC is considered "Experimental".
Previous versions can be found here.
Here's a screenshot:
and here's the changelog.txt:
vlc_installer changelog
Version 2.0.6 - 14 Apr 2013:
Updated VLC to version 2.0.6
Version 2.0.5 - 25 Dec 12:
Initial release
and here's the readme.txt:
vlc_installer - Version 2.0.6 - 14 Apr 2013 Copyright (c) 2012-2013 Ross Smith II (http://smithii.com) All Rights Reserved ------------------------------------------------------------------------------ vlc_installer lets you download and install most of the freeware applications available at http://www.videolan.org/. vlc_installer looks in the directory where vlc_installer.exe is for any files it needs before attempting to download them. If it does download a file, it will attempt to save a copy of the file in this same directory. vlc_installer adds the installation directory (typically C:\Program Files (x86)\VideoLAN\VLC for a 64-bit version of Windows and C:\Program Files\VideoLAN\VLC for a 32-bit version of Windows) to your PATH environment variable. Note: you are responsible to verify that each program you install using
- ross's blog
- Login to post comments
- Read more
si_installer 1.18 has been released on 14-Apr-13
Submitted by ross on Sun, 04/14/2013 - 20:11si_installer is an NSIS installer I whipped up to download and install most of the wonderful utilities found at http://sysinternals.com.
You can download the installer here and the installer with the source code here.Previous versions can be found here. Here's the changelog.txt:
vlc_installer 2.0.6 has been released (announcement)
Submitted by ross on Sun, 04/14/2013 - 20:11vlc_installer 2.0.6 has been released. Details at http://smithii.com/vlc_installer.
This seemingly duplicate blog entry has been created as some RSS readers, such as Google Reader, do not display updates to existing blog entries, even if the update date was changed. This entry will be deleted in a week or so. Therefore, please do not post comments to this entry. Post them to the above URL instead. Thanks!
- ross's blog
- Login to post comments
si_installer 1.18 has been released (announcement)
Submitted by ross on Sun, 04/14/2013 - 20:07Details at http://smithii.com/si_installer.
This seemingly duplicate entry has been created as some RSS readers, such as Google Reader, do not display updates to existing blog entries, even if the update date was changed. This entry will be deleted in a week or so. Therefore, please do not post comments to this entry. Post them to the above URL instead. Thanks!
- ross's blog
- Login to post comments
nirsoft_installer 1.45 has been released (announcement)
Submitted by ross on Sun, 04/14/2013 - 20:06nirsoft_installer 1.45 has been released. Details at http://smithii.com/nirsoft_installer.
This seemingly duplicate blog entry has been created as some RSS readers, such as Google Reader, do not display updates to existing blog entries, even if the update date was changed. This entry will be deleted in a week or so. Therefore, please do not post comments to this entry. Post them to the above URL instead. Thanks!
- ross's blog
- Login to post comments
dskwipe 0.4 has been released on 25-Dec-12
Submitted by ross on Tue, 12/25/2012 - 15:53textpad_installer 1.9 has been released on 25-Dec-2012
Submitted by ross on Tue, 12/25/2012 - 14:52textpad_installer is an NSIS installer I whipped up to download and install TextPad 6.2.2, and all of add-ons found at http://www.textpad.com/add-ons.
You can download the binary here and the binary with the source code here.Previous versions can be found here.
- ross's blog
- Login to post comments
- Read more
nirsoft_installer 1.44 has been released (announcement)
Submitted by ross on Tue, 12/25/2012 - 13:13nirsoft_installer 1.44 has been released. Details at http://smithii.com/nirsoft_installer.
This seemingly duplicate blog entry has been created as some RSS readers, such as Google Reader, do not display updates to existing blog entries, even if the update date was changed. This entry will be deleted in a week or so. Therefore, please do not post comments to this entry. Post them to the above URL instead. Thanks!
- ross's blog
- Login to post comments
dskwipe 0.4 has been released (announcement)
Submitted by ross on Tue, 12/25/2012 - 12:48dskwipe 0.4 has been released. Details at http://smithii.com/dskwipe.
This seemingly duplicate blog entry has been created as some RSS readers, such as Google Reader, do not display updates to existing blog entries, even if the update date was changed. This entry will be deleted in a week or so. Therefore, please do not post comments to this entry. Post them to the above URL instead. Thanks!
- ross's blog
- Login to post comments
textpad_installer 1.8 has been released (announcement)
Submitted by ross on Sat, 06/16/2012 - 08:45Details at http://smithii.com/textpad_installer.
This seemingly duplicate entry has been created as some RSS readers, such as Google Reader, do not display updates to existing blog entries, even if the update date was changed. This entry will be deleted in a week or so. Therefore, please do not post comments to this entry. Post them to the above URL instead. Thanks!
- ross's blog
- Login to post comments
nirsoft_installer 1.43 has been released (announcement)
Submitted by ross on Sun, 05/27/2012 - 19:20nirsoft_installer 1.43 has been released. Details at http://smithii.com/nirsoft_installer.
This seemingly duplicate blog entry has been created as some RSS readers, such as Google Reader, do not display updates to existing blog entries, even if the update date was changed. This entry will be deleted in a week or so. Therefore, please do not post comments to this entry. Post them to the above URL instead. Thanks!
- ross's blog
- Login to post comments
lsdsk 1.6 has been released (02-Oct-11)
Submitted by ross on Sun, 10/02/2011 - 10:16Removing the sdra32.exe virus with one simple batch file
Submitted by ross on Sun, 04/04/2010 - 11:04Here it is:
echo>"%temp%\remsdra.reg" REGEDIT4 echo.>>"%temp%\remsdra.reg" echo>>"%temp%\remsdra.reg" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] echo>>"%temp%\remsdra.reg" "Userinit"="C:\\WINDOWS\\system32\\userinit.exe" :loop "%SystemRoot%\regedit.exe" /s "%temp%\remsdra.reg" start "shutdown" "%SystemRoot%\system32\shutdown.exe" -s -t 0 -f goto loop
- ross's blog
- Login to post comments
nirsoft_installer 1.35 has been released (announcement)
Submitted by ross on Wed, 06/10/2009 - 08:35nirsoft_installer 1.35 has been released. Details at http://smithii.com/nirsoft_installer.
This seemingly duplicate entry has been created as some RSS readers, such as Google Reader, do not display updates to existing blog entries, even if the update date was changed. This entry will be deleted in a week or so. Therefore, please do not post comments to this entry. Post them to the above URL instead. Thanks!
- ross's blog
- Login to post comments