08-31-2008 08:22 PM - edited 08-31-2008 08:30 PM
There should be a good amount of users running Windows 2003 on their thinkpad for various reasons. As much as I tried, I could not get Rescue and Recovery's MSI to install on my X61 running Win2003 R2 SP2, despite attempts to modify the Setup.ini file.
the changes made in setup.ini:
[Win2003Server]
MajorVer=5
MinorVer=2
MinorVerMax=3
BuildNo=3790
PlatformId=2
The returned installer error is "The current operating system is not supported for running Rescue and Recovery. Supported operating systems includes Microsoft Windows 2000 with Service Pack 3 or Windows XP with Service Pack 1 or later".
This is such a shame as I'm pretty sure RR would run just fine on win2003 as both WinXP and win2003 are based on the same underlying technologies and code. Please advice if there's any method such as a command switch for MSI installer to suppress OS detection error or any modification that can be made to setup.ini to get it to install on win2003 or any utility that can be used to modify MSI files and database? Thanks!
Solved! Go to Solution.
08-31-2008 10:14 PM - edited 09-01-2008 06:38 AM
Alrighty..I've manage to google a hack to this problem of getting Rescue and Recovery to install on Windows 2003. So let this post be a guide to how to get this done:
Getting the tools to modify Rescue and Recovery MSI (Windows Installer)
Download Rescue and Recovery™ 4.21 from Lenovo
Modification of Rescue and Recovery Installer
When you're done with these modification, re-run Rescue and Recovery.msi without closing the previous error window. Rescue and Recovery should now install without any glitch! Good Luck!
- (((VersionNT=501 AND ServicePackLevel>=1)OR (VersionNT=500 AND ServicePackLevel>=3)) AND WINSERVER=0) OR Installed- The current operating system is not supported for running [ProductName]. Supported operating systems include Microsoft(R) Windows(R) 2000 with Service Pack 3 or later and Windows XP with Service Pack 1 or later.
- IEEXISTS=1 OR Installed - [ProductName] requires Microsoft(R) Internet Explorer version 5.5 or higher. You cannot install the Rescue and Recovery program without this version of Internet Explorer.
- INCOMPAPPNAME=0 OR Installed - [INCOMPAPPNAME] is installed and is incompatible with this version of [ProductName]. This application cannot be installed. To install [ProductName], uninstall [INCOMPAPPNAME] and then restart this setup.
- Not SGEWRONGVERSION OR Installed - [INCOMPAPPNAME] is installed and is incompatible with this version of [ProductName]. This application cannot be installed. To install [ProductName], uninstall [INCOMPAPPNAME] and then restart this setup.