Java1.6update25 Installation Issue
Hi,
I am using Basic MSI Project.
I am trying to install Java Run time envionment1.6update25 from Install shield custom action at Install Finalize exec sequence.
But it is cancelling installation in between.
if i am executing the jre-6u25-windows-i586-s.exe manually it is executing properly.
if i am executing jre-6u25-windows-i586-s.exe at finish button it is working properly.
I just wanna know why at Install Finalize it is not working and how can i make it work at at Install Finalize exec sequence.
any help will be appriciated.
Thanks & Regrads
Abhijeet
I am using Basic MSI Project.
I am trying to install Java Run time envionment1.6update25 from Install shield custom action at Install Finalize exec sequence.
But it is cancelling installation in between.
if i am executing the jre-6u25-windows-i586-s.exe manually it is executing properly.
if i am executing jre-6u25-windows-i586-s.exe at finish button it is working properly.
I just wanna know why at Install Finalize it is not working and how can i make it work at at Install Finalize exec sequence.
any help will be appriciated.
Thanks & Regrads
Abhijeet
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
anonymous_9363
13 years ago
Are you trying to run this EXE inside an MSI? If so, it cannot work, since the EXE extracts and executes another MSI and Windows Installer can only install one MSI at a time.
Besides any other consideration, you should be customising the install to, for example, disable the automatic updating which JRE sets itself up to do. You can't do that from a bare EXE install.
Besides any other consideration, you should be customising the install to, for example, disable the automatic updating which JRE sets itself up to do. You can't do that from a bare EXE install.
Posted by:
jmcfadyen
13 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.