Archive for the Category ◊ Software ◊

Asus K50IJ-SX285V Recovery
Saturday, June 19th, 2010 | Author: admin

Make: Asus

Model: K50IJ

Series: SX285V

Machine Type: Notebook / Laptop

Operating System: Windows 7 Professional Edition 64-bit

Key(s): <F10>

Bookmark Me
  • Print this article!
  • Digg
  • del.icio.us
  • StumbleUpon
  • Technorati
  • Diigo
  • Google Bookmarks
  • Live
Acer Extensa 4420 Recovery
Saturday, June 19th, 2010 | Author: admin

Make: Acer

Model: Extensa

Series: 4420

Machine Type: Notebook / Laptop

Operating System: Vista Home Premium

Key(s): <Alt>+<F10>

Bookmark Me
  • Print this article!
  • Digg
  • del.icio.us
  • StumbleUpon
  • Technorati
  • Diigo
  • Google Bookmarks
  • Live
Category: Acer |  Leave a Comment

java_logo

Switchless installer.

Link: http://www.mediafire.com/file/onh0tujmtyn/jre_v6_u19_silent.exe

MD5: 12D93E80 – CD8AE507 – 2DD4BEDC – 27E8251B

Bookmark Me
  • Print this article!
  • Digg
  • del.icio.us
  • StumbleUpon
  • Technorati
  • Diigo
  • Google Bookmarks
  • Live

Quote:

“The Internet Protocol Suite (commonly known as TCP/IP) is the set of communications protocols used for the Internet and other similar networks. It is named from two of the most important protocols in it: the Transmission Control Protocol (TCP) and the Internet Protocol (IP), which were the first two networking protocols defined in this standard. Today’s IP networking represents a synthesis of several developments that began to evolve in the 1960s and 1970s, namely the Internet and LANs (Local Area Networks), which emerged in the mid- to late-1980s, together with the advent of the World Wide Web in the early 1990s.”

If you have difficulty connecting to the Internet, another troubleshooting step you should take is re-setting the TCP / IP stack.

Doing the re-set through the NetShell utility is the most thorough way of executing this task.

In XP:

1. Go to Start > Run

2. Enter cmd

3. Type netsh int ip reset [ log_file_name ]

example:  netsh int ip reset mylog.txt

In Vista:

  1. Click on the Start button.
  2. Type cmd in the Start Search text box.
  3. Press Ctrl-Shift-Enter keyboard shortcut to run Command Prompt as Administrator. Allow elevation request.
  4. Type netsh int ip reset in the Command Prompt shell, and then press the Enter key.
  5. Restart the computer.

This command re-writes the following keys in the registry:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\

and

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DHCP\Parameters\

Bookmark Me
  • Print this article!
  • Digg
  • del.icio.us
  • StumbleUpon
  • Technorati
  • Diigo
  • Google Bookmarks
  • Live
Category: Software |  Leave a Comment

Quote:

Windows Sockets 2 (Winsock) enables programmers to create advanced Internet, intranet, and other network-capable applications to transmit application data across the wire, independent of the network protocol being used. With Winsock, programmers are provided access to advanced Microsoft® Windows® networking capabilities such as multicast and Quality of Service (QOS).

Corruption of the Winsock catalogue may occur due to a number of reasons, such as installation of network and security software, malware attack / infection, virus removal, etc.

The most obvious symptom of that is the lack of Internet connection.

If you are in XP, the best and easiest way to approach this problem is to use WinSockFix.

Download it from here or here.

Under Vista, do the following:

  1. Click on the Start button.
  2. Type Cmd in the Start Search text box.
  3. Press Ctrl-Shift-Enter keyboard shortcut to run Command Prompt as Administrator. Allow elevation request.
  4. Type netsh winsock reset in the Command Prompt shell, and then press the Enter key.
  5. Restart the computer.
Bookmark Me
  • Print this article!
  • Digg
  • del.icio.us
  • StumbleUpon
  • Technorati
  • Diigo
  • Google Bookmarks
  • Live
Category: Software |  Leave a Comment
Avast! Free Edition v5.0.462 Silent Installer
Thursday, March 25th, 2010 | Author: admin

avast_logo

Not my favourite security product. I have to admit, though, version 5 is amazing. You will feel guilty for not paying for the full-blown package…

Switchless Installer.

More information here.

Link:

http://www.mediafire.com/file/muoymnndkme/avast_free_v5.0.462_silent.exe

MD5: 2B6EFB01 – 17543006 – F9E83210 – C3998CEC

Bookmark Me
  • Print this article!
  • Digg
  • del.icio.us
  • StumbleUpon
  • Technorati
  • Diigo
  • Google Bookmarks
  • Live
Category: Unattended |  Leave a Comment
CueCard v1.51 Silent Installer
Tuesday, March 23rd, 2010 | Author: admin

cuecard_001

Back in the days when I studied for my SAT and TOEFL exams, I got introduced to the flash cards learning concept. It is a mental process based on active recall.

There are a variety of applications that can create flash cards but only one of them caught my attention.

CueCard appealed to me because of its simplicity,  functionality and the features it supports.

For more information, visit the author’s site.

I have produced a switchless installer based on the original application. The Nullsoft installer Wade Brainerd (the author) used,  comes up with two prompts at the end even after applying the usual S switch. Since I am more comfortable with MSI packages, I decided to re-wrap the main executable into an .msi file and then create the switchless installer.

Link: http://www.mediafire.com/file/um5iqvhyrmd/cuecard_v1.51_silent.exe

MD5: 451C24A7 – F88899E6 – 9D0019D4 – 46ABEAD0

Bookmark Me
  • Print this article!
  • Digg
  • del.icio.us
  • StumbleUpon
  • Technorati
  • Diigo
  • Google Bookmarks
  • Live
Category: Unattended |  Leave a Comment
TaxCalc 2009 v9.26.04 Silent Install
Thursday, March 18th, 2010 | Author: admin

taxcalc_silent_001

The best way to approach the build of an unattended TaxCalc package is to use a technician computer.

1. Install TaxCalc the conventional way;

2. Register using either online or offline method;

3. Export

HKEY_CURRENT_USER\Software\Acorah Software Products\TaxCalc 2009

4. The current version of TaxCalc uses the Nullsoft Scriptable Install System (http://nsis.sourceforge.net/Main_Page).

To initiate a silent set-up, you have to use the “S” switch,

e.g.:

taxcalc_9.26.04.exe /S

5. To register the application, use:

REGEDIT.EXE /S regfile.REG

Bookmark Me
  • Print this article!
  • Digg
  • del.icio.us
  • StumbleUpon
  • Technorati
  • Diigo
  • Google Bookmarks
  • Live
Category: Unattended |  Leave a Comment
Dell Vostro 400 Recovery
Thursday, March 18th, 2010 | Author: admin

Make: Dell

Model: Vostro

Sub-model: 400

Machine Type: Desktop

Operating System: XP Home

Key(s): <Ctrl>+<F11>

Screenshots:

more…

Bookmark Me
  • Print this article!
  • Digg
  • del.icio.us
  • StumbleUpon
  • Technorati
  • Diigo
  • Google Bookmarks
  • Live
Category: Dell |  Leave a Comment
OpenOffice.org v3.2.0 Silent Installer
Thursday, March 18th, 2010 | Author: admin

Switchless Installer.

A very detailed overview of customising the silent installation of OpenOffice can be found here:

http://wiki.services.openoffice.org/wiki/Documentation/How_Tos/Automatic_Installation_on_Windows

Link: http://www.mediafire.com/file/eyi4m42xiyn/openoffice_v3.2.0.exe

MD5: D392837D – 51D3BCFB – ACEE6038 – 5178D0D9

Bookmark Me
  • Print this article!
  • Digg
  • del.icio.us
  • StumbleUpon
  • Technorati
  • Diigo
  • Google Bookmarks
  • Live
Category: Unattended |  Leave a Comment