<%@ Register Src="~/controls/textLinkAds.ascx" TagName="textLinkAds" TagPrefix="tla"%> SuperWasp - Productivity tips, reviews, tools, software and gadgets.
SuperWasp

SuperWasp

Productivity tips, reviews, tools, software and gadgets.

 
ATI Catalyst Install Manager has stopped working

This problem has bugged me for a while: when installing AMD/ATI Catalyst drivers (version 7.8, 7.9, 7.10 and who knows the new 7.11), everything goes fine until you click the Install or Uninstall button:

ATI Catalyst Intall Manager

You are then greeted with the message Catalyst Install Manager has stopped working. Apparently this has something to do with the VS2005 C++ redistributables, but that shouldn’t be our problem.

The fix is quite easy:

  • open a CMD-box with administrative privileges
  • go to your ATI drivers, probably in a location similar to this one:
    C:\ATI\SUPPORT\8-10_vista32_dd_ccc_wdm_emu_69564\
  • then go to the BIN (or BIN64 for Vista64) folder underneath
  • type this command:
    atisetup.exe -Install -Output screen

Fix for "ATI Catalyst Install Manager has stopped working"

If all goes well the drivers will then install successfully. Do not forget to reboot your machine after installation!
Good luck!

Labels: , , , , , , , , , , , , ,

» Full Article

  Posted by oVan on Tuesday, November 04, 2008 | PermaLink | 3 comments
Microsoft Web Platform Installer

Microsoft has released a new tool aimed at web developers: Microsoft Web Platform Installer. Although it’s still a beta, it’s already a one-stop shop to install all necessary tools, service packs and extensions, including IIS, ASP.NET, SQL Server 2008, Visual Web Developer 2008, all of the current IIS Extensions and more!

 ms-web-platform-installer

 
Once installed, this tool automatically discovers new additions and updates to the platform, keeping you up to date.

Additionally, Microsoft has launched a new website for web professionals (designers and developers): microsoft.com/web 

Go to: Microsoft Web Platform Installer site, or download wpilauncher.exe immediately.

Labels: , , , , , , , , , , , , , , , , , , ,

» Full Article

  Posted by oVan on Wednesday, October 08, 2008 | PermaLink | 0 comments
Turbocharge your installations with Inno Setup
Long time Pascal and Delphi friends surely remember Jordan Russell for the Toolbar97 and Toolbar2000 components. At that time he started a very promising application called "Inno Setup". It was an easy to configure installation program, ideally suited for the target audience (freeware and shareware authors). Years have gone by, and look who's still alive and kicking... Inno Setup.

The current implementation of Inno Setup is so powerful, it rivals many commercial installers. Here's the list of key features taken from the Inno Setup homepage:

  • Support for all versions of Windows in use today: Vista, XP, 2003, 2000, Me, 98, 95, and NT 4.0. (No service packs are required.)

  • Extensive support for installation of 64-bit applications on the 64-bit editions of Windows Vista, Windows XP, and Windows Server 2003. Both the x64 and Itanium architectures are supported. (On the Itanium architecture, Service Pack 1 is required to install in 64-bit mode.)

  • Supports creation of a single EXE to install your program for easy online distribution. Disk spanning is also supported.

  • Standard Windows 2000/XP-style wizard interface.

  • Customizable setup types, e.g. Full, Minimal, Custom.

  • Complete uninstall capabilities.

  • Installation of files:

    Includes integrated support for "deflate", bzip2, and 7-Zip LZMA file compression. The installer has the ability to compare file version info, replace in-use files, use shared file counting, register DLL/OCX's and type libraries, and install fonts.

  • Creation of shortcuts anywhere, including in the Start Menu and on the desktop.

  • Creation of registry and .INI entries.

  • Integrated Pascal scripting engine.

  • Support for multilingual installs.

  • Support for passworded and encrypted installs.

  • Silent install and uninstall.

  • Full source code is available (Borland Delphi 2.0-5.0).


Download: Inno Setup
It's a free download, and can be used free of charge even when deploying commercial applications. You are encouraged to donate to help support the development of course!

Labels: , , , , , , , , , , , , ,

» Full Article

  Posted by oVan on Friday, April 27, 2007 | PermaLink | 0 comments
Older articles are stored in the archives (see sidebar).