- ATI Catalyst Install Manager has stopped working
-
Posted by oVan on Tuesday, November 04, 2008 | PermaLink | 3 comments
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:
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
If all goes well the drivers will then install successfully. Do not forget to reboot your machine after installation!
Good luck!Labels: AMD, ATI, Catalyst, crash, driver, drivers, fix, install, installation, installer, solution, Windows, Windows Vista, XP
- Microsoft Web Platform Installer
-
Posted by oVan on Wednesday, October 08, 2008 | PermaLink | 0 comments
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!
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: .NET, 2008, asp.net, C#, developer, download, Express, install, installation, installer, Microsoft, Vista, Visual Studio 2005, Visual Studion 2008, vs2005, vs2008, web development, webdev, Windows, Windows Vista
- Turbocharge your installations with Inno Setup
-
Posted by oVan on Friday, April 27, 2007 | PermaLink | 0 comments
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: 2003, 64-bit, delphi, download, free, inno setup, installation, Itanium, pascal, Vista, Windows, x32, x64, XP
