- Broken apps in Windows 7
-
Posted by oVan on Monday, January 12, 2009 | PermaLink | 7 comments
Although almost anything that works on Windows Vista also works on Windows 7, there are certainly exceptions. Here's a list of apps not working in Windows 7 beta:
- FinePrint 6: this excellent print preview driver saves huge amounts of paper and ink. Unfortunately, kernel-mode printer drivers are not allowed anymore, and the famous KMPrintersAreBlocked registry hack does not work.
In a reply from the tech department, FinePrint Software says a fix is underway, perhaps as soon as this week!Update: as FinePrint tech support promised, the latest FinePrint 6.05 installs perfectly on Windows 7. - ISO mounting tools: although Windows 7 now has native support for ISO disc images, it is only possible to burn them to disk. You can't mount them as a virtual drive. None of the software I tried worked on Windows 7: MagicDisc installs but doesn't work, same story for VirtualCloneDrive, and Windows 7 is so kind to let us know upon installation that it doesn't support Daemon Tools currently. Alternatives anyone?
- Defrag software: Raxco PerfectDisk 2008 doesn't want to install on this version of Windows. I could try modifying the installer, but disk software is not the kind of app you want to mess with. Since Raxco has announced PerfectDisk 10 to be available on January 27, 2009, I'm sure Windows 7 support won't be far off.
Update: Raxco confirmed in the comments below that PerfectDisk 10 supports Windows 7.
Do you know other programs or drivers that don't work on Windows 7? Do you know a workaround? Let us know!
Reported by Daniel:Hamachi vpn client (www.hamachi.cc)(works when installed as Administrator)
The Nvidia control panel on a Dell D830 won't let me set an external ViewSonic display to 1680x1050, and it would be much happier at that resolution.Labels: beta, compatibility, installation, Microsoft, Windows, Windows 7, Windows Vista
- FinePrint 6: this excellent print preview driver saves huge amounts of paper and ink. Unfortunately, kernel-mode printer drivers are not allowed anymore, and the famous KMPrintersAreBlocked registry hack does not work.
- ATI Catalyst Install Manager has stopped working
-
Posted by oVan on Tuesday, November 04, 2008 | PermaLink | 11 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
