Sometimes customers have installed ColdFusion 10 on multiple machines but can't have internet access to all those machines. Also there are scenarios where sometimes it fails to see downloads available in the update section of ColdFusion10 Administrator.
In that case customer needs to have ColdFusion 10 Update 1 and ColdFusion 10 Update 2 as a standalone installer.
Download ColdFusion 10 Update 1 or ColdFusion 10 Update 2 or both as per the requirements from below links and change their extension .jar. Follow below steps to install them one by one.
- Save the .jar files on the local driver. It may happen that download link is saving the installer as .zip, change that to .jar after saving the installer.
- Open cmd.exe with administrator access.
- Type java and ensure java is installed on that machine.
- Go to the location where installer is saved.
- Type the command "java -jar filename.jar" and press ENTER.
- It should invoke ColdFusion 10 update 1 installer screen.
- Follow instructions on the installer screen.
- Same needs to follow in the case of ColdFusion 10 update 2.
It should install the update successfully.
Please ensure that you are using 64 bit java while running the code if you have installed ColdFusion 10 64 bit.